Update to 3.98.0
Also, this lets us drop -fcommon as it was fixed upstream.
This commit is contained in:
parent
4ac9bc331d
commit
fa0fc57986
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/gtk+-3.92.1.tar.xz
|
||||
/gtk+-3.94.0.tar.xz
|
||||
/gtk-3.96.0.tar.xz
|
||||
/gtk-3.98.0.tar.xz
|
||||
|
14
gtk4.spec
14
gtk4.spec
@ -17,16 +17,14 @@
|
||||
# Filter provides for private modules
|
||||
%global __provides_exclude_from ^%{_libdir}/gtk-4.0
|
||||
|
||||
%global _legacy_common_support 1
|
||||
|
||||
Name: gtk4
|
||||
Version: 3.96.0
|
||||
Release: 3%{?dist}
|
||||
Version: 3.98.0
|
||||
Release: 1%{?dist}
|
||||
Summary: GTK graphical user interface library
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://www.gtk.org
|
||||
Source0: http://download.gnome.org/sources/gtk/3.96/gtk-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gtk/3.98/gtk-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -67,6 +65,7 @@ BuildRequires: pkgconfig(wayland-egl) >= %{wayland_version}
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
%endif
|
||||
BuildRequires: sassc
|
||||
|
||||
# standard icons
|
||||
Requires: adwaita-icon-theme
|
||||
@ -144,7 +143,7 @@ export CFLAGS='-fno-strict-aliasing %optflags'
|
||||
%endif
|
||||
-Dxinerama=yes \
|
||||
-Dcolord=yes \
|
||||
-Ddocumentation=true \
|
||||
-Dgtk_doc=true \
|
||||
-Dman-pages=true \
|
||||
-Dinstall-tests=false
|
||||
|
||||
@ -232,6 +231,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/gtk-doc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 11 2020 Kalev Lember <klember@redhat.com> - 3.98.0-1
|
||||
- Update to 3.98.0
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.96.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gtk-3.96.0.tar.xz) = 29c9f5ac208279e907afcb92e70e720a6a8c23766281b4f59a2ac8abce045bdce0fbbfa3406a5162915b2abbb09d0e7306c860b270045bccdd34b6842a41c08f
|
||||
SHA512 (gtk-3.98.0.tar.xz) = 29bbca7e61f20818175db41b53b5f05ba048d6cca2dcf895cf022d534038a07db170f08c10efbea2dc2f7764eed2b3781d8ad711e3c5a3efc074f34ece892111
|
||||
|
Loading…
Reference in New Issue
Block a user