Accepting request 680625 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/680625 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdk-pixbuf?expand=0&rev=73
This commit is contained in:
commit
7a963e64db
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd50973c7757bcde15de6bcd3a6d462a445efd552604ae6435a0532fbbadae47
|
||||
size 5229368
|
3
gdk-pixbuf-2.38.1.tar.xz
Normal file
3
gdk-pixbuf-2.38.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f19ff836ba991031610dcc53774e8ca436160f7d981867c8c3a37acfe493ab3a
|
||||
size 5509328
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 17:49:05 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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} .
|
||||
|
Loading…
Reference in New Issue
Block a user