summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 83fa2e2..d8bf716 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -2,7 +2,7 @@
%global with_broadway 1
%endif
-%global glib2_version 2.49.4
+%global glib2_version 2.53.4
%global pango_version 1.41.0
%global atk_version 2.15.1
%global cairo_version 1.14.0
@@ -20,7 +20,7 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.24.1
+Version: 3.24.3
Release: 1%{?dist}
Summary: GTK+ graphical user interface library
@@ -318,6 +318,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Mon Jan 14 2019 Kalev Lember <klember@redhat.com> - 3.24.3-1
+- Update to 3.24.3
+
* Wed Sep 19 2018 Kalev Lember <klember@redhat.com> - 3.24.1-1
- Update to 3.24.1
bgstack15