summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2019-02-05 14:23:29 +0100
committerKalev Lember <klember@redhat.com>2019-02-05 14:23:29 +0100
commit075f441d9d64f3e5c6eac2ace0ef51f18e07af33 (patch)
tree98de23ff4214d031dcf076a64d846b3601041230
parentUpdate to 3.24.8 (diff)
downloadgtk3-classic-build-gtk3-075f441d9d64f3e5c6eac2ace0ef51f18e07af33.tar.gz
gtk3-classic-build-gtk3-075f441d9d64f3e5c6eac2ace0ef51f18e07af33.tar.bz2
gtk3-classic-build-gtk3-075f441d9d64f3e5c6eac2ace0ef51f18e07af33.zip
Update to 3.24.9
-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 4f2ca27..5d36653 100644
--- a/.gitignore
+++ b/.gitignore
@@ -179,3 +179,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.24.6.tar.xz
/gtk+-3.24.7.tar.xz
/gtk+-3.24.8.tar.xz
+/gtk+-3.24.9.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 863241b..7dfc57d 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -20,7 +20,7 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.24.8
+Version: 3.24.9
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
+* Tue Jun 18 2019 Kalev Lember <klember@redhat.com> - 3.24.9-1
+- Update to 3.24.9
+
* Thu Apr 11 2019 Kalev Lember <klember@redhat.com> - 3.24.8-1
- Update to 3.24.8
diff --git a/sources b/sources
index ded3e48..7e2d8be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtk+-3.24.8.tar.xz) = a988ca2e25f0f32e55b2931f16c72f9649ed98405579d217e8a5e7f0ac10bcd1969090c622c5d9eb7d75235813ff7ccb90e30e252afd71ba283c6172ee459fe5
+SHA512 (gtk+-3.24.9.tar.xz) = b303db40d5e277841738982a97edd67076febe41b3a455344aeff05c6a5b149c6d3b953cc5db1a792b63cdcc44c2d28f955d81065cb2c6b3f00d0b133a555d7a
bgstack15