summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2017-10-04 20:18:05 +0200
committerKalev Lember <klember@redhat.com>2017-10-04 20:18:05 +0200
commit3bda6cfa4dd59ec066a7da95ebf617b4478d6651 (patch)
tree74722ec388b8f8182f48b1b223978958e0c2564c
parentUpdate to 3.22.21 (diff)
downloadgtk3-classic-build-gtk3-3bda6cfa4dd59ec066a7da95ebf617b4478d6651.tar.gz
gtk3-classic-build-gtk3-3bda6cfa4dd59ec066a7da95ebf617b4478d6651.tar.bz2
gtk3-classic-build-gtk3-3bda6cfa4dd59ec066a7da95ebf617b4478d6651.zip
Update to 3.22.24
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec5
-rw-r--r--sources2
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7fb8a96..f924d41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -164,3 +164,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.22.19.tar.xz
/gtk+-3.22.20.tar.xz
/gtk+-3.22.21.tar.xz
+/gtk+-3.22.24.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 244f408..756f02e 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -21,7 +21,7 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.22.21
+Version: 3.22.24
Release: 1%{?dist}
Summary: GTK+ graphical user interface library
@@ -340,6 +340,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Wed Oct 04 2017 Kalev Lember <klember@redhat.com> - 3.22.24-1
+- Update to 3.22.24
+
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 3.22.21-1
- Update to 3.22.21
diff --git a/sources b/sources
index 47c885c..4821d5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtk+-3.22.21.tar.xz) = 478ea741e14eb54a6092ab343a5b66aa0d5369c5a1bb31b73a23ef7240d8ae432d87e04d5be1f1a500da77c52cc89639b06772f8c2831562b950aa5d4e045fad
+SHA512 (gtk+-3.22.24.tar.xz) = fd2f9b99c48581cd0eabdce2593293360e4ee1ffe40ab66237289ad08053a553dbe499115036b81051c0db77423805e232ed4a19490c6b1d790a5185cc193169
bgstack15