From 619ac62f077787c621f4bc79076962889a79c75ba6e09f52238fd82c2518ce38 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 23 Aug 2014 11:54:26 +0000 Subject: [PATCH 1/2] Accepting request 245849 from GNOME:Next Push GNOME 3.13.90 to the devel repo OBS-URL: https://build.opensuse.org/request/show/245849 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=84 --- gdk-pixbuf-2.30.8.tar.xz | 3 --- gdk-pixbuf-2.31.0.tar.xz | 3 +++ gdk-pixbuf.changes | 11 +++++++++++ gdk-pixbuf.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 gdk-pixbuf-2.30.8.tar.xz create mode 100644 gdk-pixbuf-2.31.0.tar.xz diff --git a/gdk-pixbuf-2.30.8.tar.xz b/gdk-pixbuf-2.30.8.tar.xz deleted file mode 100644 index 1f92f2d..0000000 --- a/gdk-pixbuf-2.30.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4853830616113db4435837992c0aebd94cbb993c44dc55063cee7f72a7bef8be -size 1336788 diff --git a/gdk-pixbuf-2.31.0.tar.xz b/gdk-pixbuf-2.31.0.tar.xz new file mode 100644 index 0000000..d3dc2d9 --- /dev/null +++ b/gdk-pixbuf-2.31.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4121f4258af1a3fde70029396314d31ae54cf8fa2b4ea0bff842acf8f195bd78 +size 1338876 diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index 4d84288..f9dde72 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jul 21 17:23:55 UTC 2014 - dimstar@opensuse.org + +- Update to version 2.31.0: + + To improve the situation for language bindings, pixbufs can now + be constructed from data in GBytes, and pixbuf data can also be + extracted in this form. The GBytes data is treated as readonly, + and gdk_pixbuf_get_pixels() will create a copy. To avoid this + copy, a new function gdk_pixbuf_read_pixels() was introduced + which returns a const pointer to the data without copying. + ------------------------------------------------------------------- Tue Jul 1 19:19:56 UTC 2014 - dimstar@opensuse.org diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index 5150ad4..0bee181 100644 --- a/gdk-pixbuf.spec +++ b/gdk-pixbuf.spec @@ -20,12 +20,12 @@ %define gdk_pixbuf_binary_version 2.10.0 Name: gdk-pixbuf -Version: 2.30.8 +Version: 2.31.0 Release: 0 Summary: An image loading library License: LGPL-2.1+ Group: System/Libraries -Source: http://download.gnome.org/sources/gdk-pixbuf/2.30/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gdk-pixbuf/2.31/%{name}-%{version}.tar.xz Source1: macros.gdk-pixbuf Source2: README.SUSE Source99: baselibs.conf From 49cb0c17f262da4029f0766ae151c7855ed89332d1da59efd7a5837f2849b3b2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 11 Sep 2014 21:25:10 +0000 Subject: [PATCH 2/2] Accepting request 248673 from GNOME:Next Push GNOME 3.13.91 - Add to Staging:E OBS-URL: https://build.opensuse.org/request/show/248673 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=85 --- gdk-pixbuf-2.31.0.tar.xz | 3 --- gdk-pixbuf-2.31.1.tar.xz | 3 +++ gdk-pixbuf.changes | 7 +++++++ gdk-pixbuf.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 gdk-pixbuf-2.31.0.tar.xz create mode 100644 gdk-pixbuf-2.31.1.tar.xz diff --git a/gdk-pixbuf-2.31.0.tar.xz b/gdk-pixbuf-2.31.0.tar.xz deleted file mode 100644 index d3dc2d9..0000000 --- a/gdk-pixbuf-2.31.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4121f4258af1a3fde70029396314d31ae54cf8fa2b4ea0bff842acf8f195bd78 -size 1338876 diff --git a/gdk-pixbuf-2.31.1.tar.xz b/gdk-pixbuf-2.31.1.tar.xz new file mode 100644 index 0000000..15d1f4f --- /dev/null +++ b/gdk-pixbuf-2.31.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a75e3c61dac11e6ff6416ad846951ccafac6486b1c6a1bfb0b213b99db52cd +size 1340056 diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index f9dde72..36061f0 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 1 22:34:07 UTC 2014 - zaitor@opensuse.org + +- Update to version 2.31.1: + + Add gdk_pixbuf_get_file_info_async. + + Updated translations. + ------------------------------------------------------------------- Mon Jul 21 17:23:55 UTC 2014 - dimstar@opensuse.org diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index 0bee181..6048a46 100644 --- a/gdk-pixbuf.spec +++ b/gdk-pixbuf.spec @@ -20,7 +20,7 @@ %define gdk_pixbuf_binary_version 2.10.0 Name: gdk-pixbuf -Version: 2.31.0 +Version: 2.31.1 Release: 0 Summary: An image loading library License: LGPL-2.1+