summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2019-10-04 13:21:50 +0200
committerKalev Lember <klember@redhat.com>2019-10-04 13:21:50 +0200
commita81e9db36285a4c5797b363cfa22596771363ea8 (patch)
tree0d4769c32d5f449a00f0d03456b962c35a3830cf /gtk3.spec
parentBuild with sysprof support on F31+ (diff)
downloadgtk3-classic-build-gtk3-a81e9db36285a4c5797b363cfa22596771363ea8.tar.gz
gtk3-classic-build-gtk3-a81e9db36285a4c5797b363cfa22596771363ea8.tar.bz2
gtk3-classic-build-gtk3-a81e9db36285a4c5797b363cfa22596771363ea8.zip
Update to 3.24.12
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 538e195..e66d01f 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -24,7 +24,7 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.24.11
+Version: 3.24.12
Release: 1%{?dist}
Summary: GTK+ graphical user interface library
@@ -325,6 +325,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests/
%changelog
+* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 3.24.12-1
+- Update to 3.24.12
+
* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 3.24.11-1
- Update to 3.24.11
- Build with sysprof support on F31+
bgstack15