summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ff23503..e107709 100644
--- a/.gitignore
+++ b/.gitignore
@@ -161,3 +161,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.22.16.tar.xz
/gtk+-3.22.17.tar.xz
/gtk+-3.22.18.tar.xz
+/gtk+-3.22.19.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index e7cdc37..7c62298 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -21,7 +21,7 @@
%global __provides_exclude_from ^%{_libdir}/gtk-3.0
Name: gtk3
-Version: 3.22.18
+Version: 3.22.19
Release: 1%{?dist}
Summary: GTK+ graphical user interface library
@@ -339,6 +339,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Tue Aug 22 2017 Kalev Lember <klember@redhat.com> - 3.22.19-1
+- Update to 3.22.19
+
* Tue Aug 08 2017 Kalev Lember <klember@redhat.com> - 3.22.18-1
- Update to 3.22.18
diff --git a/sources b/sources
index e1ad3d1..e31e887 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtk+-3.22.18.tar.xz) = f61d9117565a8e5d5902bc935aab34574910d408b28358fba78096be0c751d2c4c48a0f227086c6b15575c296b0ba8c811c5752e55711ba712a1db3d5a93471a
+SHA512 (gtk+-3.22.19.tar.xz) = c83198794433ee6eb29f8740d59bd7056cd36808b4bff1a99563ab1a1742e6635dab4f2a8be33317f74d3b336f0d1adc28dd91410da056b50a08c215f184dce2
bgstack15