diff --git a/gdk-pixbuf-2.38.0.tar.xz b/gdk-pixbuf-2.38.0.tar.xz deleted file mode 100644 index 2e58b3e..0000000 --- a/gdk-pixbuf-2.38.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd50973c7757bcde15de6bcd3a6d462a445efd552604ae6435a0532fbbadae47 -size 5229368 diff --git a/gdk-pixbuf-2.38.1.tar.xz b/gdk-pixbuf-2.38.1.tar.xz new file mode 100644 index 0000000..2d94599 --- /dev/null +++ b/gdk-pixbuf-2.38.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19ff836ba991031610dcc53774e8ca436160f7d981867c8c3a37acfe493ab3a +size 5509328 diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index bbeb377..a5d9a59 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 28 17:49:05 UTC 2019 - Bjørn Lie + +- Update to version 2.38.1: + + Fix OOM in JPEG2000 loader. + + Fix thumbnailing of animated GIFs. + + Multiple improvements to the GIF loader. + + Fix introspection generation. + + Fix error handling in PNG loader. + + Improve reproducibility of the build. + + Speed up saving PNG files. + + Add variables in the pkg-config files for binary utilities. + + Build fixes. + ------------------------------------------------------------------- Sun Sep 9 07:32:39 UTC 2018 - antoine.belvire@opensuse.org diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index b065955..1bb9819 100644 --- a/gdk-pixbuf.spec +++ b/gdk-pixbuf.spec @@ -1,7 +1,7 @@ # # spec file for package gdk-pixbuf # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,24 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # 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.0 +Version: 2.38.1 Release: 0 Summary: An image loading library License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: https://www.gnome.org/ -Source: http://download.gnome.org/sources/gdk-pixbuf/2.38/%{name}-%{version}.tar.xz + +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 @@ -125,7 +127,7 @@ This package contains the development files for gdk-pixbuf. %lang_package %prep -%setup -q +%autosetup -p1 translation-update-upstream %if "%{_lib}" == "lib64" cp -a %{SOURCE2} .