!14 Update to 2.42.8

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-04-13 04:48:34 +00:00 committed by Gitee
commit f2970722f6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 5 deletions

View File

@ -1,12 +1,12 @@
%global glib2_version 2.56.0 %global glib2_version 2.56.0
Name: gdk-pixbuf2 Name: gdk-pixbuf2
Version: 2.42.6 Version: 2.42.8
Release: 2 Release: 1
Summary: gdk is a multi-platform toolkit for creating graphical user interfaces. Summary: gdk is a multi-platform toolkit for creating graphical user interfaces.
License: LGPLv2+ License: LGPLv2+
URL: https://gitlab.gnome.org/GNOME/gdk-pixbuf URL: https://gitlab.gnome.org/GNOME/gdk-pixbuf
Source0: https://download-fallback.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-%{version}.tar.xz Source0: https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-%{version}.tar.xz
BuildRequires: docbook-style-xsl BuildRequires: docbook-style-xsl
BuildRequires: gettext BuildRequires: gettext
@ -19,8 +19,8 @@ BuildRequires: meson
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: shared-mime-info BuildRequires: shared-mime-info
Requires: glib2%{?_isa} >= %{glib2_version} Requires: glib2%{?_isa} >= %{glib2_version}
Requires: shared-mime-info Requires: shared-mime-info
%description %description
gdk is written in C but has been designed from the ground up to support a wide range of languages. gdk is written in C but has been designed from the ground up to support a wide range of languages.
@ -128,6 +128,9 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache
%{_mandir}/man1/gdk-pixbuf-csource.1* %{_mandir}/man1/gdk-pixbuf-csource.1*
%changelog %changelog
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 2.42.8-1
- Update to 2.42.8
* Wed Mar 30 2022 liuyumeng <liuyumeng5@h-partners.com> - 2.42.6-2 * Wed Mar 30 2022 liuyumeng <liuyumeng5@h-partners.com> - 2.42.6-2
- enable tests - enable tests