bircoph 15/02/11 03:35:23 Added: libclsync-0.4-version.patch Log: Initial version ported from bircoph overlay Signed-off-by: Andrew Savchenko <[email protected]> (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
Revision Changes Path 1.1 dev-libs/libclsync/files/libclsync-0.4-version.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libclsync/files/libclsync-0.4-version.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libclsync/files/libclsync-0.4-version.patch?rev=1.1&content-type=text/plain Index: libclsync-0.4-version.patch =================================================================== commit e9eeb552896a3ac3f4f1e9d72ecab6a200f3c70c Author: Andrew Savchenko <[email protected]> Date: Tue Jan 27 21:54:21 2015 +0300 update package string diff --git a/configure.ac b/configure.ac index 45f5a23..3e0b3cc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([clsync],[0.3],[Dmitry Yu Okunev <[email protected]>],,[https://github.com/xaionaro/clsync]) +AC_INIT([clsync],[0.4],[Dmitry Yu Okunev <[email protected]>],,[https://github.com/xaionaro/clsync]) AC_CONFIG_SRCDIR([sync.c]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 foreign -Wall -Wno-portability])
