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
This commit is contained in:
parent
3817741267
commit
acd3ddea49
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f19ff836ba991031610dcc53774e8ca436160f7d981867c8c3a37acfe493ab3a
|
|
||||||
size 5509328
|
|
3
gdk-pixbuf-2.38.2.tar.xz
Normal file
3
gdk-pixbuf-2.38.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73fa651ec0d89d73dd3070b129ce2203a66171dfc0bd2caa3570a9c93d2d0781
|
||||||
|
size 5509752
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 08:46:08 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
Wed May 8 09:33:53 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,18 +18,21 @@
|
|||||||
|
|
||||||
# When updating the binary version, do not forget to also update baselibs.conf
|
# When updating the binary version, do not forget to also update baselibs.conf
|
||||||
%define gdk_pixbuf_binary_version 2.10.0
|
%define gdk_pixbuf_binary_version 2.10.0
|
||||||
|
|
||||||
Name: gdk-pixbuf
|
Name: gdk-pixbuf
|
||||||
Version: 2.38.1
|
Version: 2.38.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An image loading library
|
Summary: An image loading library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
URL: https://www.gnome.org/
|
URL: https://www.gnome.org/
|
||||||
|
|
||||||
Source0: https://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
|
Source1: macros.gdk-pixbuf
|
||||||
Source2: README.SUSE
|
Source2: README.SUSE
|
||||||
Source3: gdk-pixbuf-rpmlintrc
|
Source3: gdk-pixbuf-rpmlintrc
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user