Hello community, here is the log from the commit of package kdelibs4 for openSUSE:Factory checked in at 2014-01-22 18:19:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdelibs4 (Old) and /work/SRC/openSUSE:Factory/.kdelibs4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdelibs4" Changes: -------- --- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes 2013-12-19 13:14:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes 2014-01-23 15:46:26.000000000 +0100 @@ -1,0 +2,18 @@ +Sat Jan 11 15:32:25 UTC 2014 - [email protected] + +- Update to 4.12.1 + * KDE 4.12.1 release + * See http://www.kde.org/announcements/announce-4.12.1.php + +------------------------------------------------------------------- +Thu Jan 9 13:52:12 UTC 2014 - [email protected] + +- Remove gamin-devel dependency, KDirWatch can use in-kernel inotify + functionality instead. + +------------------------------------------------------------------- +Wed Jan 8 13:53:33 UTC 2014 - [email protected] + +- use gamin-devel instead of unmaintained fam(-devel) package + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes 2014-01-09 19:19:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes 2014-01-23 15:46:26.000000000 +0100 @@ -1,0 +2,14 @@ +Tue Jan 21 10:10:35 UTC 2014 - [email protected] + +- Added 0001-Fix-display-of-interlaced-GIF-images-with-giflib-v5.patch: + With giflib v5 GIF images don't need to be deinterlaced manually, + fixes display of interlaced GIF images in KHTML on 13.1 (kde#330148) + +------------------------------------------------------------------- +Sat Jan 11 15:32:25 UTC 2014 - [email protected] + +- Update to 4.12.1 + * KDE 4.12.1 release + * See http://www.kde.org/announcements/announce-4.12.1.php + +------------------------------------------------------------------- Old: ---- kdelibs-4.12.0.tar.xz New: ---- 0001-Fix-display-of-interlaced-GIF-images-with-giflib-v5.patch kdelibs-4.12.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdelibs4-apidocs.spec ++++++ --- /var/tmp/diff_new_pack.rKVQdq/_old 2014-01-23 15:46:27.000000000 +0100 +++ /var/tmp/diff_new_pack.rKVQdq/_new 2014-01-23 15:46:27.000000000 +0100 @@ -17,7 +17,7 @@ Name: kdelibs4-apidocs -Version: 4.12.0 +Version: 4.12.1 Release: 0 Summary: KDE 4 API documentation License: LGPL-2.1+ ++++++ kdelibs4.spec ++++++ --- /var/tmp/diff_new_pack.rKVQdq/_old 2014-01-23 15:46:27.000000000 +0100 +++ /var/tmp/diff_new_pack.rKVQdq/_new 2014-01-23 15:46:27.000000000 +0100 @@ -20,7 +20,7 @@ %bcond_with gendoxygen Name: kdelibs4 -Version: 4.12.0 +Version: 4.12.1 Release: 0 BuildRequires: OpenEXR-devel BuildRequires: automoc4 @@ -85,6 +85,9 @@ # this patch exlcudes qtuitools symbols from libs that link to qtuitools, as otherwise users of # those libs are crashing(bnc#819437, kde#303576, kde#231077, qtbug#437) Patch11: exclude-qtuitools-symbols-from-public-libraries.patch +# PATCH-FIX-UPSTREAM -- With giflib v5 GIF images don't need to be deinterlaced manually, +# fixes display of interlaced GIF images in KHTML on 13.1 (kde#330148) +Patch12: 0001-Fix-display-of-interlaced-GIF-images-with-giflib-v5.patch PreReq: permissions Requires: libattica0_4 >= %( echo `rpm -q --queryformat '%{VERSION}' libattica-devel`) Requires: soprano >= %( echo `rpm -q --queryformat '%{VERSION}' libsoprano-devel`) @@ -146,6 +149,7 @@ %patch9 %patch10 %patch11 -p1 +%patch12 -p1 %build EXTRA_FLAGS="-DLIB_INSTALL_DIR=%{_kde4_libdir} \ ++++++ 0001-Fix-display-of-interlaced-GIF-images-with-giflib-v5.patch ++++++ >From c4a7dc9bdb25e5f91a7b067636d38ff6c9bdc3bb Mon Sep 17 00:00:00 2001 From: Andreas Schwab <[email protected]> Date: Sun, 19 Jan 2014 11:20:39 +0100 Subject: [PATCH] Fix display of interlaced GIF images with giflib v5 With giflib v5 GIF images don't need to be deinterlaced manually --- khtml/imload/decoders/gifloader.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/khtml/imload/decoders/gifloader.cpp b/khtml/imload/decoders/gifloader.cpp index 0c1acf5..6c61ff5 100644 --- a/khtml/imload/decoders/gifloader.cpp +++ b/khtml/imload/decoders/gifloader.cpp @@ -502,6 +502,7 @@ public: else buf = new uchar[w]; +#if GIFLIB_MAJOR < 5 if (curFrame->ImageDesc.Interlace) { // Interlaced. Considering we don't do progressive loading of gif's, @@ -551,6 +552,7 @@ public: } // for pass.. } // if interlaced else +#endif { for (int line = 0; line < h; ++line) { -- 1.8.5.3 ++++++ kdelibs-4.12.0.tar.xz -> kdelibs-4.12.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/kdelibs4/kdelibs-4.12.0.tar.xz /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs-4.12.1.tar.xz differ: char 26, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
