Hello community, here is the log from the commit of package librsync for openSUSE:Factory checked in at 2013-05-03 09:17:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librsync (Old) and /work/SRC/openSUSE:Factory/.librsync.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librsync" Changes: -------- --- /work/SRC/openSUSE:Factory/librsync/librsync.changes 2013-03-18 07:07:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.librsync.new/librsync.changes 2013-05-03 09:17:32.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 2 18:04:38 UTC 2013 - [email protected] + +- librsync-serial-tests.patch fix build with new automake + +------------------------------------------------------------------- New: ---- librsync-serial-tests.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librsync.spec ++++++ --- /var/tmp/diff_new_pack.EHBOim/_old 2013-05-03 09:17:33.000000000 +0200 +++ /var/tmp/diff_new_pack.EHBOim/_new 2013-05-03 09:17:33.000000000 +0200 @@ -34,6 +34,7 @@ Patch2: librsync-logn-search.patch Patch3: librsync-logn-sumset.patch Patch4: librsync-man-example.diff +Patch5: librsync-serial-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -80,7 +81,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 - +%patch5 -p1 %build autoreconf -fi %configure --enable-shared --disable-static --with-pic ++++++ librsync-serial-tests.patch ++++++ --- librsync-0.9.7.orig/configure.ac +++ librsync-0.9.7/configure.ac @@ -7,7 +7,7 @@ AC_REVISION([$Revision: 1.12 $]) AC_COPYRIGHT([Copyright (C) 1999, 2000, 01, 02, 04 by Martin Pool <[email protected]>]) AC_CONFIG_SRCDIR([trace.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([serial-tests]) # GNU library versioning: This is NOT the librsync release number. # See libversions.txt and the libtool manual for an explanation of the -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
