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 ab09952..9571d4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -148,3 +148,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.22.3.tar.xz
/gtk+-3.22.4.tar.xz
/gtk+-3.22.5.tar.xz
+/gtk+-3.22.6.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 8008fb8..96a3dc8 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -17,7 +17,7 @@
%global _changelog_trimtime %(date +%s -d "1 year ago")
Name: gtk3
-Version: 3.22.5
+Version: 3.22.6
Release: 1%{?dist}
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
@@ -333,6 +333,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Thu Jan 05 2017 Kalev Lember <klember@redhat.com> - 3.22.6-1
+- Update to 3.22.6
+
* Sun Dec 11 2016 Kalev Lember <klember@redhat.com> - 3.22.5-1
- Update to 3.22.5
diff --git a/sources b/sources
index 3345fc1..7508e14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55e0198f100db98f31d1b0f9dc403794 gtk+-3.22.5.tar.xz
+SHA512 (gtk+-3.22.6.tar.xz) = 1db9d165bffa6543f58fdc704c6f3faa1a69bf9aa8c4dde5cf594633b6b4b5fe1b1fe8bb2ae30ffac7b069631f7f48c2406ed7a91e365d52519f1a42127c07d6
bgstack15