From be5dfe5406415dcbbd330783415ffff09beb32631bdae6ea43fb628163c9b437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 10 Aug 2022 17:00:00 +0000 Subject: [PATCH] Accepting request 994170 from GNOME:Next New upstream release OBS-URL: https://build.opensuse.org/request/show/994170 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=190 --- _service | 2 +- gdk-pixbuf-2.42.8.zip | 3 --- gdk-pixbuf-2.42.9.zip | 3 +++ gdk-pixbuf.changes | 14 ++++++++++++++ gdk-pixbuf.spec | 4 +++- 5 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 gdk-pixbuf-2.42.8.zip create mode 100644 gdk-pixbuf-2.42.9.zip diff --git a/_service b/_service index 1383e16..156c7cb 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https download.gnome.org - sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.8.tar.xz + sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.9.tar.xz diff --git a/gdk-pixbuf-2.42.8.zip b/gdk-pixbuf-2.42.8.zip deleted file mode 100644 index 6cde5b7..0000000 --- a/gdk-pixbuf-2.42.8.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87a35f9e7f2bd42c761359fbd7b0f8a45190184fa3c1b5635cb6c12bec38bf62 -size 10367129 diff --git a/gdk-pixbuf-2.42.9.zip b/gdk-pixbuf-2.42.9.zip new file mode 100644 index 0000000..8689cee --- /dev/null +++ b/gdk-pixbuf-2.42.9.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ce44e314d8e2f4731b91b3d2dd6f6d3687b9b8b3aac52abd2201f92b3f113d +size 8423841 diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index f2c72fb..27a60c3 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Aug 9 16:35:03 UTC 2022 - Bjørn Lie + +- Update to version 2.42.9: + + Fix the check for maximum value of LZW initial code size. + + Use CMake for dependencies on Windows/MSVC. + + Add option for building tests. + + Move man pages to reStructuredText. + + Disable relocation when built as a static libary on Windows. + + Update wrap file for libjpeg-turbo. + + Limit the memory size when loading image data. +- Add docutils and pkgconfig(gi-docgen) BuildRequires: New + dependencies. + ------------------------------------------------------------------- Fri Mar 18 12:36:39 UTC 2022 - Bjørn Lie diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index ccb2d9b..fcf607d 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.42.8 +Version: 2.42.9 Release: 0 Summary: An image loading library License: LGPL-2.1-or-later @@ -38,12 +38,14 @@ Source3: gdk-pixbuf-rpmlintrc Source99: baselibs.conf BuildRequires: docbook-xsl-stylesheets +BuildRequires: docutils BuildRequires: libjpeg-devel BuildRequires: libtiff-devel BuildRequires: meson >= 0.55.3 BuildRequires: pkgconfig BuildRequires: unzip BuildRequires: xsltproc +BuildRequires: pkgconfig(gi-docgen) BuildRequires: pkgconfig(glib-2.0) >= 2.56.0 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(libpng)