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 380f913..1314338 100644
--- a/.gitignore
+++ b/.gitignore
@@ -153,3 +153,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.22.8.tar.xz
/gtk+-3.22.9.tar.xz
/gtk+-3.22.10.tar.xz
+/gtk+-3.22.11.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 6d62147..8ff6cb2 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.10
+Version: 3.22.11
Release: 1%{?dist}
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
@@ -336,6 +336,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Mon Mar 20 2017 Kalev Lember <klember@redhat.com> - 3.22.11-1
+- Update to 3.22.11
+
* Tue Mar 14 2017 Kalev Lember <klember@redhat.com> - 3.22.10-1
- Update to 3.22.10
diff --git a/sources b/sources
index 3852bec..e6996a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gtk+-3.22.10.tar.xz) = f3b378c14da9978a382b8e52e4e710c4ae946e472c117bbc0b9775465e6cc45d7209d5dcdaf2ddd602accba148ca3f4347f2cbfb8160b0f73814391154e690e2
+SHA512 (gtk+-3.22.11.tar.xz) = 0dd8c0b8cf01a687bd7b9548308a8719fda4a30e0b47139db049906333d23c1eee3867af130dc3ecd0fb4a1381c8065e9929ccd9cb4def376bbb0b136ec05a7e
bgstack15