Accepting request 880930 from GNOME:Next
GNOME 40 - here we come OBS-URL: https://build.opensuse.org/request/show/880930 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=176
This commit is contained in:
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.2.tar.xz</param>
|
||||
<param name="path">sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.4.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:25ec35113309bede111b7c929950849673141c991bd079f02fd7cc02103a50d1
|
||||
size 7771922
|
3
gdk-pixbuf-2.42.4.zip
Normal file
3
gdk-pixbuf-2.42.4.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3bc6ac5bc949939017fb76b315865b65d6839ced3e8cd2aa7ea0d721a87d0e7
|
||||
size 11198676
|
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 21 15:51:52 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.42.4:
|
||||
+ Make enum type registration thread safe.
|
||||
+ Do not install skipped test files.
|
||||
+ Fix GIF initialization.
|
||||
+ Always run GIF loader tests.
|
||||
+ Fix leaks discovered via ASan.
|
||||
+ Expose GdkPixbufLoader API via introspection.
|
||||
+ Fix revert-to-previous first frame behaviour for GIF files.
|
||||
+ Link to libintl if needed.
|
||||
+ Improve support for using gdk-pixbuf as a subproject.
|
||||
+ Fix build with GModule disabled.
|
||||
+ Use gi-docgen to generate the API reference from introspection
|
||||
data.
|
||||
- Replace gtk-doc BuildRequires with python3-gi-docgen: follow
|
||||
upstreams port.
|
||||
- As a workaround to
|
||||
https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/177, delete
|
||||
the installed gi-docgen program files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 8 08:24:53 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gdk-pixbuf
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%define gdk_pixbuf_binary_version 2.10.0
|
||||
|
||||
Name: gdk-pixbuf
|
||||
Version: 2.42.2
|
||||
Version: 2.42.4
|
||||
Release: 0
|
||||
Summary: An image loading library
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -38,11 +38,11 @@ Source3: gdk-pixbuf-rpmlintrc
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: meson >= 0.55.3
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-gi-docgen
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: unzip
|
||||
BuildRequires: xsltproc
|
||||
@@ -158,6 +158,8 @@ cp -a %{SOURCE2} .
|
||||
%install
|
||||
%meson_install
|
||||
rm -rf %{buildroot}{%{_libexecdir},%{_datadir}}/installed-tests/
|
||||
# https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/177
|
||||
rm -r %{buildroot}%{python3_sitelib}/gidocgen %{buildroot}%{_bindir}/gi-docgen
|
||||
%find_lang %{name}
|
||||
touch %{buildroot}%{_libdir}/gdk-pixbuf-2.0/%{gdk_pixbuf_binary_version}/loaders.cache
|
||||
%if "%{_lib}" == "lib64"
|
||||
@@ -251,7 +253,7 @@ fi
|
||||
%{_libdir}/*.so
|
||||
%{_datadir}/gir-1.0/GdkPixbuf-2.0.gir
|
||||
%{_datadir}/gir-1.0/GdkPixdata-2.0.gir
|
||||
%doc %{_datadir}/gtk-doc/html/gdk-pixbuf
|
||||
%doc %{_datadir}/doc/gdk-pixbuf
|
||||
%{_rpmmacrodir}/macros.gdk-pixbuf
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Reference in New Issue
Block a user