Hello community, here is the log from the commit of package xdelta for openSUSE:Factory checked in at 2011-11-22 17:50:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdelta (Old) and /work/SRC/openSUSE:Factory/.xdelta.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdelta", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xdelta/xdelta.changes 2011-10-10 14:12:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xdelta.new/xdelta.changes 2011-11-22 17:50:09.000000000 +0100 @@ -1,0 +2,11 @@ +Sat Nov 19 20:46:27 UTC 2011 - [email protected] + +- add libtool as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Mon Oct 24 12:45:44 UTC 2011 - [email protected] + +- print unsigned values [bnc#720382] comment 43 + * modified large-files.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdelta.spec ++++++ --- /var/tmp/diff_new_pack.zaZL53/_old 2011-11-22 17:50:11.000000000 +0100 +++ /var/tmp/diff_new_pack.zaZL53/_new 2011-11-22 17:50:11.000000000 +0100 @@ -19,10 +19,9 @@ Name: xdelta -BuildRequires: coreutils glib2-devel glibc-devel zlib-devel +BuildRequires: coreutils glib2-devel glibc-devel libtool zlib-devel License: GPLv2+ Group: Productivity/Archiving/Backup -AutoReqProv: on Version: 1.1.4 Release: 191 Summary: Binary delta generator and RCS replacement library @@ -43,12 +42,6 @@ delta algorithm is faster than GNU diff for text files and works on binary files, too. - - -Authors: --------- - Josh MacDonald <[email protected]> - %package devel License: GPLv2+ Summary: Binary delta generator and RCS replacement library @@ -61,12 +54,6 @@ delta algorithm is faster than GNU diff for text files and works on binary files, too. - - -Authors: --------- - Josh MacDonald <[email protected]> - %prep %setup -q chmod -x AUTHORS COPYING INSTALL Makefile.am NEWS README *.c *.h *.in xd* */* ++++++ xdelta-1.1.4-large-files.patch ++++++ --- /var/tmp/diff_new_pack.zaZL53/_old 2011-11-22 17:50:11.000000000 +0100 +++ /var/tmp/diff_new_pack.zaZL53/_new 2011-11-22 17:50:11.000000000 +0100 @@ -11,3 +11,25 @@ guint32* table = NULL; if (QUERY_SIZE == 0) +Index: xdelta-1.1.4/xdmain.c +=================================================================== +--- xdelta-1.1.4.orig/xdmain.c ++++ xdelta-1.1.4/xdmain.c +@@ -1811,7 +1811,7 @@ info_command (gint argc, gchar** argv) + edsio_md5_to_string (patch->cont->to_md5, buf); + + xd_error ("output name: %s\n", patch->to_name); +- xd_error ("output length: %d\n", patch->cont->to_len); ++ xd_error ("output length: %u\n", patch->cont->to_len); + xd_error ("output md5: %s\n", buf); + + xd_error ("patch from segments: %d\n", patch->cont->source_info_len); +@@ -1824,7 +1824,7 @@ info_command (gint argc, gchar** argv) + + edsio_md5_to_string (si->md5, buf); + +- xd_error ("%s\t%d\t%d\t%d\t%s\t%s\n", ++ xd_error ("%s\t%u\t%d\t%u\t%s\t%s\n", + buf, + si->len, + si->copies, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
