Hello community, here is the log from the commit of package xdelta for openSUSE:Factory checked in at Mon Oct 10 14:13:00 CEST 2011.
-------- --- openSUSE:Factory/xdelta/xdelta.changes 2011-09-23 12:51:03.000000000 +0200 +++ /mounts/work_src_done/STABLE/xdelta/xdelta.changes 2011-10-10 10:08:53.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Oct 10 08:07:51 UTC 2011 - [email protected] + +- fixed [bnc#720382] -- xdelta does not work on large files + * large-files.patch + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- xdelta-1.1.4-large-files.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdelta.spec ++++++ --- /var/tmp/diff_new_pack.WSDT6x/_old 2011-10-10 14:12:57.000000000 +0200 +++ /var/tmp/diff_new_pack.WSDT6x/_new 2011-10-10 14:12:57.000000000 +0200 @@ -31,6 +31,7 @@ Patch2: %{name}-%{version}-autoconf.patch Patch3: %{name}-%{version}-aliasing.patch Patch4: %{name}-%{version}-glib2.patch +Patch5: %{name}-%{version}-large-files.patch Source1: xdeltadir.pl Source2: xdeltadir.1.gz Url: http://xdelta.org/ @@ -73,6 +74,7 @@ %patch2 %patch3 %patch4 +%patch5 -p1 %build %{?suse_update_config:%{suse_update_config -f}} ++++++ xdelta-1.1.4-large-files.patch ++++++ Index: xdelta-1.1.4/xdelta.c =================================================================== --- xdelta-1.1.4.orig/xdelta.c +++ xdelta-1.1.4/xdelta.c @@ -956,7 +956,7 @@ xdp_generate_delta_int (XdeltaGenerator XdeltaOutStream *data_out) { gint i, j, total_from_ck_count = 0, prime = 0, index = 0; - gint total_from_len = 0; + gssize total_from_len = 0; guint32* table = NULL; if (QUERY_SIZE == 0) continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
