Accepting request 994170 from GNOME:Next
New upstream release OBS-URL: https://build.opensuse.org/request/show/994170 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=190
This commit is contained in:
parent
bd4180b57b
commit
be5dfe5406
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="download_url" mode="disabled">
|
||||
<param name="protocol">https</param>
|
||||
<param name="host">download.gnome.org</param>
|
||||
<param name="path">sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.8.tar.xz</param>
|
||||
<param name="path">sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.9.tar.xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled" />
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87a35f9e7f2bd42c761359fbd7b0f8a45190184fa3c1b5635cb6c12bec38bf62
|
||||
size 10367129
|
3
gdk-pixbuf-2.42.9.zip
Normal file
3
gdk-pixbuf-2.42.9.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77ce44e314d8e2f4731b91b3d2dd6f6d3687b9b8b3aac52abd2201f92b3f113d
|
||||
size 8423841
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 16:35:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.42.9:
|
||||
+ Fix the check for maximum value of LZW initial code size.
|
||||
+ Use CMake for dependencies on Windows/MSVC.
|
||||
+ Add option for building tests.
|
||||
+ Move man pages to reStructuredText.
|
||||
+ Disable relocation when built as a static libary on Windows.
|
||||
+ Update wrap file for libjpeg-turbo.
|
||||
+ Limit the memory size when loading image data.
|
||||
- Add docutils and pkgconfig(gi-docgen) BuildRequires: New
|
||||
dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 12:36:39 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define gdk_pixbuf_binary_version 2.10.0
|
||||
|
||||
Name: gdk-pixbuf
|
||||
Version: 2.42.8
|
||||
Version: 2.42.9
|
||||
Release: 0
|
||||
Summary: An image loading library
|
||||
License: LGPL-2.1-or-later
|
||||
@ -38,12 +38,14 @@ Source3: gdk-pixbuf-rpmlintrc
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: docutils
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: meson >= 0.55.3
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: unzip
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.56.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
|
Loading…
Reference in New Issue
Block a user