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