From acd3ddea49d07a0b774c7a22feebd22fc0e1dce14e637a6fe5ea5deeea13c659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 9 Sep 2019 09:52:23 +0000 Subject: [PATCH] Accepting request 729371 from home:iznogood:branches:GNOME:Factory New stable release OBS-URL: https://build.opensuse.org/request/show/729371 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=160 --- gdk-pixbuf-2.38.1.tar.xz | 3 --- gdk-pixbuf-2.38.2.tar.xz | 3 +++ gdk-pixbuf.changes | 17 +++++++++++++++++ gdk-pixbuf.spec | 5 ++++- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 gdk-pixbuf-2.38.1.tar.xz create mode 100644 gdk-pixbuf-2.38.2.tar.xz diff --git a/gdk-pixbuf-2.38.1.tar.xz b/gdk-pixbuf-2.38.1.tar.xz deleted file mode 100644 index 2d94599..0000000 --- a/gdk-pixbuf-2.38.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f19ff836ba991031610dcc53774e8ca436160f7d981867c8c3a37acfe493ab3a -size 5509328 diff --git a/gdk-pixbuf-2.38.2.tar.xz b/gdk-pixbuf-2.38.2.tar.xz new file mode 100644 index 0000000..e269436 --- /dev/null +++ b/gdk-pixbuf-2.38.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fa651ec0d89d73dd3070b129ce2203a66171dfc0bd2caa3570a9c93d2d0781 +size 5509752 diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index fcd49ef..778c5e0 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Sep 9 08:46:08 UTC 2019 - Bjørn Lie + +- Update to version 2.38.2: + + build: Remove unnecessary argument. + + gif: Suppress last deprecation warning. + + tests: + - Disable deprecation warnings for GTimeVal. + - Add test for issue 95. + - Add test image for invalid XPM data. + + Disable deprecation warnings for GTimeVal. + + Use the monotonic clock instead of wall one. + + xpm: + - Fail when XPM file doesn't contain enough data. + - Simplify error path. + - Sanity check XPM file dimensions. + ------------------------------------------------------------------- Wed May 8 09:33:53 UTC 2019 - Dominique Leuenberger diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index 0a29219..366f9cd 100644 --- a/gdk-pixbuf.spec +++ b/gdk-pixbuf.spec @@ -18,18 +18,21 @@ # When updating the binary version, do not forget to also update baselibs.conf %define gdk_pixbuf_binary_version 2.10.0 + Name: gdk-pixbuf -Version: 2.38.1 +Version: 2.38.2 Release: 0 Summary: An image loading library License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: https://www.gnome.org/ + Source0: https://download.gnome.org/sources/gdk-pixbuf/2.38/%{name}-%{version}.tar.xz Source1: macros.gdk-pixbuf Source2: README.SUSE Source3: gdk-pixbuf-rpmlintrc Source99: baselibs.conf + BuildRequires: docbook-xsl-stylesheets BuildRequires: gtk-doc BuildRequires: libjpeg-devel