From 4ba6254dbdb3bd6e3c190257b38b2e2f7cfa9527898cec03e6dbed79506ac123 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 14:41:04 +0000 Subject: [PATCH 1/2] Accepting request 360341 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360341 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=105 --- gdk-pixbuf-2.32.3.tar.xz | 3 --- gdk-pixbuf-2.33.2.tar.xz | 3 +++ gdk-pixbuf.changes | 20 +++++++++++++++++++- gdk-pixbuf.spec | 4 ++-- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 gdk-pixbuf-2.32.3.tar.xz create mode 100644 gdk-pixbuf-2.33.2.tar.xz diff --git a/gdk-pixbuf-2.32.3.tar.xz b/gdk-pixbuf-2.32.3.tar.xz deleted file mode 100644 index 28dd7c6..0000000 --- a/gdk-pixbuf-2.32.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b6771f1ac72f687a8971e59810b8dc658e65e7d3086bd2e676e618fd541d031 -size 2430720 diff --git a/gdk-pixbuf-2.33.2.tar.xz b/gdk-pixbuf-2.33.2.tar.xz new file mode 100644 index 0000000..98a2f2f --- /dev/null +++ b/gdk-pixbuf-2.33.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91ec3ab7d0fcf998d2c38b6725655666e0767e2c462598aea003caee2455929 +size 2711940 diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index 33bbb08..7a5ccc9 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -1,7 +1,25 @@ +------------------------------------------------------------------- +Tue Dec 22 20:15:18 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.33.2: + + Fix two crashes in the bmp loader (bgo#747605, bgo#758991). + + Updated translations. + +------------------------------------------------------------------- +Mon Dec 22 18:01:04 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.33.1: + + Improve various tests. + + ico: integer overflow fixes. + + tga: rewrite the loader, introducing a buffer queue + abstraction. + + gif: fix thumbnailing animations. + + Updated translations. + ------------------------------------------------------------------- Mon Dec 21 18:01:04 UTC 2015 - mgorse@suse.com -- Update to version 2.32.3: +- Update to version 2.32.3: + Fix two crashes in the bmp loader (bgo#747605, bgo#758991). + ico: integer overflow fixes. + Updated translations. diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index 2a96c8e..2afbb46 100644 --- a/gdk-pixbuf.spec +++ b/gdk-pixbuf.spec @@ -20,13 +20,13 @@ %define gdk_pixbuf_binary_version 2.10.0 Name: gdk-pixbuf -Version: 2.32.3 +Version: 2.33.2 Release: 0 Summary: An image loading library License: LGPL-2.1+ Group: System/Libraries Url: http://www.gnome.org/ -Source: http://download.gnome.org/sources/gdk-pixbuf/2.32/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gdk-pixbuf/2.33/%{name}-%{version}.tar.xz Source1: macros.gdk-pixbuf Source2: README.SUSE Source99: baselibs.conf From bbb689528836678bb2b43090176057333673bf05477bb34b31ade9597c96d439 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 26 Mar 2016 14:02:39 +0000 Subject: [PATCH 2/2] Accepting request 379524 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/379524 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=106 --- gdk-pixbuf-2.33.2.tar.xz | 3 --- gdk-pixbuf-2.34.0.tar.xz | 3 +++ gdk-pixbuf.changes | 7 +++++++ gdk-pixbuf.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 gdk-pixbuf-2.33.2.tar.xz create mode 100644 gdk-pixbuf-2.34.0.tar.xz diff --git a/gdk-pixbuf-2.33.2.tar.xz b/gdk-pixbuf-2.33.2.tar.xz deleted file mode 100644 index 98a2f2f..0000000 --- a/gdk-pixbuf-2.33.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d91ec3ab7d0fcf998d2c38b6725655666e0767e2c462598aea003caee2455929 -size 2711940 diff --git a/gdk-pixbuf-2.34.0.tar.xz b/gdk-pixbuf-2.34.0.tar.xz new file mode 100644 index 0000000..9a095b4 --- /dev/null +++ b/gdk-pixbuf-2.34.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879 +size 2709320 diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index 7a5ccc9..409b1c2 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 25 00:07:03 UTC 2016 - zaitor@opensuse.org + +- Update to version 2.34.0: + + Don't force no static builds on Win32 (bgo#760369). + + Updated translations. + ------------------------------------------------------------------- Tue Dec 22 20:15:18 UTC 2015 - zaitor@opensuse.org diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index 2afbb46..6815a1d 100644 --- a/gdk-pixbuf.spec +++ b/gdk-pixbuf.spec @@ -1,7 +1,7 @@ # # spec file for package gdk-pixbuf # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,13 @@ %define gdk_pixbuf_binary_version 2.10.0 Name: gdk-pixbuf -Version: 2.33.2 +Version: 2.34.0 Release: 0 Summary: An image loading library License: LGPL-2.1+ Group: System/Libraries Url: http://www.gnome.org/ -Source: http://download.gnome.org/sources/gdk-pixbuf/2.33/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gdk-pixbuf/2.34/%{name}-%{version}.tar.xz Source1: macros.gdk-pixbuf Source2: README.SUSE Source99: baselibs.conf