summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2019-09-04 08:25:13 +0200
committerKalev Lember <klember@redhat.com>2019-09-04 08:27:15 +0200
commitd25462da11720f543953450ada40faab98073794 (patch)
treed71f00f348a8364b84132c41a06cf8922ec36f87 /gtk3.spec
parent- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild (diff)
downloadgtk3-classic-build-gtk3-d25462da11720f543953450ada40faab98073794.tar.gz
gtk3-classic-build-gtk3-d25462da11720f543953450ada40faab98073794.tar.bz2
gtk3-classic-build-gtk3-d25462da11720f543953450ada40faab98073794.zip
Update to 3.24.11
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/gtk3.spec b/gtk3.spec
index b8f9e61..fca2092 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -2,14 +2,14 @@
%global with_broadway 1
%endif
-%global glib2_version 2.53.4
+%global glib2_version 2.57.2
%global pango_version 1.41.0
%global atk_version 2.15.1
%global cairo_version 1.14.0
%global gdk_pixbuf_version 2.30.0
%global xrandr_version 1.5.0
%global wayland_version 1.9.91
-%global wayland_protocols_version 1.12
+%global wayland_protocols_version 1.14
%global epoxy_version 1.4
%global bin_version 3.0.0
@@ -20,8 +20,8 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.24.10
-Release: 2%{?dist}
+Version: 3.24.11
+Release: 1%{?dist}
Summary: GTK+ graphical user interface library
License: LGPLv2+
@@ -318,6 +318,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests/
%changelog
+* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 3.24.11-1
+- Update to 3.24.11
+
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bgstack15