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 0632419..9e70a31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -156,3 +156,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.22.11.tar.xz
/gtk+-3.22.12.tar.xz
/gtk+-3.22.13.tar.xz
+/gtk+-3.22.14.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 71f1230..c9b17d2 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -18,7 +18,7 @@
%global _changelog_trimtime %(date +%s -d "1 year ago")
Name: gtk3
-Version: 3.22.13
+Version: 3.22.14
Release: 1%{?dist}
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
@@ -335,6 +335,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &>/dev/null || :
%{_datadir}/installed-tests
%changelog
+* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.22.14-1
+- Update to 3.22.14
+
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.22.13-1
- Update to 3.22.13
diff --git a/sources b/sources
index 4d15545..f589e05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtk+-3.22.13.tar.xz) = 4b3918aa96edfbfc3c53ba38182e2f321257da105689ad579a993ea09fe14ed22cd47833a19bd229d11f6573dc3c4185c832422bd6a70bf14cad990a5ca6343d
+SHA512 (gtk+-3.22.14.tar.xz) = f7b2cfc63f8c849c45dc4f80c8115dcf20d0da63718eedbe133f8ac86c17488a91fecb8a0e47bb6b48f81b06ce6897540d900ab8bfbe673426dacf4f7ef74e8b
bgstack15