Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gtk3.git#7c30cfe301b8fc7d42ddbfe11b3144ce3f920750
This commit is contained in:
parent
6e427bf007
commit
24bc8069c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -193,3 +193,4 @@ gtk+-2.90.5.tar.bz2
|
||||
/gtk+-3.24.22.tar.xz
|
||||
/gtk+-3.24.23.tar.xz
|
||||
/gtk+-3.24.24.tar.xz
|
||||
/gtk+-3.24.25.tar.xz
|
||||
|
22
gtk3.spec
22
gtk3.spec
@ -2,10 +2,6 @@
|
||||
%global with_broadway 1
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} >= 31
|
||||
%global with_sysprof 1
|
||||
%endif
|
||||
|
||||
%global glib2_version 2.57.2
|
||||
%global pango_version 1.41.0
|
||||
%global atk_version 2.32.0
|
||||
@ -18,14 +14,12 @@
|
||||
|
||||
%global bin_version 3.0.0
|
||||
|
||||
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
||||
|
||||
# Filter provides for private modules
|
||||
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
|
||||
|
||||
Name: gtk3
|
||||
Version: 3.24.24
|
||||
Release: 3%{?dist}
|
||||
Version: 3.24.25
|
||||
Release: 1%{?dist}
|
||||
Summary: GTK+ graphical user interface library
|
||||
|
||||
License: LGPLv2+
|
||||
@ -64,9 +58,6 @@ BuildRequires: pkgconfig(wayland-cursor) >= %{wayland_version}
|
||||
BuildRequires: pkgconfig(wayland-egl) >= %{wayland_version}
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
%if 0%{?with_sysprof}
|
||||
BuildRequires: pkgconfig(sysprof-capture-4)
|
||||
%endif
|
||||
BuildRequires: make
|
||||
|
||||
# standard icons
|
||||
@ -90,11 +81,7 @@ Requires: libwayland-cursor%{?_isa} >= %{wayland_version}
|
||||
Requires: gdk-pixbuf2-modules%{?_isa}
|
||||
|
||||
# make sure we have a reasonable gsettings backend
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
Recommends: dconf%{?_isa}
|
||||
%else
|
||||
Requires: dconf%{?_isa}
|
||||
%endif
|
||||
|
||||
# For sound theme events in gtk3 apps
|
||||
Recommends: libcanberra-gtk3%{?_isa}
|
||||
@ -118,8 +105,6 @@ This package contains version 3 of GTK+.
|
||||
|
||||
%package -n gtk-update-icon-cache
|
||||
Summary: Icon theme caching utility
|
||||
# gtk-update-icon-cache used to be shipped in the gtk2 package
|
||||
Conflicts: gtk2 < 2.24.29
|
||||
|
||||
%description -n gtk-update-icon-cache
|
||||
GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot of
|
||||
@ -330,6 +315,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Fri Feb 12 2021 Kalev Lember <klember@redhat.com> - 3.24.25-1
|
||||
- Update to 3.24.25
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.24-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gtk+-3.24.24.tar.xz) = f4e22d7c78d7c641ac7c3beeb3181000b72b025c65074bab6bd51b9a86ec4f6a2e25f06ad7671a908be421c064f4c26e2185febb424f310a2530561aebde8520
|
||||
SHA512 (gtk+-3.24.25.tar.xz) = e476e7900d5694ca538a5b0acce088a1485560dd697efb8839be93741e0c1ddda90c9cc73fc64af68d7ffacbf9b5cf9a74ab08454d684f182beda9fd09b6132b
|
||||
|
Loading…
Reference in New Issue
Block a user