Hello community, here is the log from the commit of package imlib2 for openSUSE:Factory checked in at 2014-09-09 06:21:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imlib2 (Old) and /work/SRC/openSUSE:Factory/.imlib2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "imlib2" Changes: -------- --- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes 2013-04-02 11:54:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes 2014-09-09 06:21:15.000000000 +0200 @@ -1,0 +2,10 @@ +Mon Sep 1 08:23:18 UTC 2014 - jeng...@inai.de + +- Edit imlib2-giflib5.patch and change a bogus >= to a > + +------------------------------------------------------------------- +Sun Jun 1 09:25:29 UTC 2014 - jeng...@inai.de + +- Edit imlib2-giflib5.patch to support giflib7-5.1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imlib2.spec ++++++ --- /var/tmp/diff_new_pack.ryryqN/_old 2014-09-09 06:21:16.000000000 +0200 +++ /var/tmp/diff_new_pack.ryryqN/_new 2014-09-09 06:21:16.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package imlib2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -98,7 +98,7 @@ %prep %setup -q %patch1 -%patch2 +%patch -P 2 -p1 %build autoreconf --force --install %configure \ ++++++ imlib2-giflib5.patch ++++++ --- /var/tmp/diff_new_pack.ryryqN/_old 2014-09-09 06:21:16.000000000 +0200 +++ /var/tmp/diff_new_pack.ryryqN/_new 2014-09-09 06:21:16.000000000 +0200 @@ -1,6 +1,24 @@ ---- src/modules/loaders/loader_gif.c.orig -+++ src/modules/loaders/loader_gif.c -@@ -40,7 +40,11 @@ load(ImlibImage * im, ImlibProgressFunct +--- + src/modules/loaders/loader_gif.c | 9 +++++++++ + 1 file changed, 9 insertions(+) + +Index: imlib2-1.4.5/src/modules/loaders/loader_gif.c +=================================================================== +--- imlib2-1.4.5.orig/src/modules/loaders/loader_gif.c ++++ imlib2-1.4.5/src/modules/loaders/loader_gif.c +@@ -7,6 +7,11 @@ + #include <sys/stat.h> + #include <fcntl.h> + #include <gif_lib.h> ++#if defined(GIFLIB_MAJOR) ++# if GIFLIB_MAJOR > 5 || (GIFLIB_MAJOR == 5 && GIFLIB_MINOR >= 1) ++# define DGifCloseFile(x) DGifCloseFile(x, NULL) ++# endif ++#endif + + char + load(ImlibImage * im, ImlibProgressFunction progress, char progress_granularity, +@@ -40,7 +45,11 @@ load(ImlibImage * im, ImlibProgressFunct #endif if (fd < 0) return 0; -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org