summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2017-01-05 07:40:43 +0100
committerKalev Lember <klember@redhat.com>2017-01-05 07:40:43 +0100
commit2316f15e5a0f0de7b8abd2b85845eb065227fba2 (patch)
tree7c4570e61095083ef9c94ac8f0edc878caed36ca /gtk3.spec
parentUpdate to 3.22.5 (diff)
downloadgtk3-classic-build-gtk3-2316f15e5a0f0de7b8abd2b85845eb065227fba2.tar.gz
gtk3-classic-build-gtk3-2316f15e5a0f0de7b8abd2b85845eb065227fba2.tar.bz2
gtk3-classic-build-gtk3-2316f15e5a0f0de7b8abd2b85845eb065227fba2.zip
Update to 3.22.6
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec5
1 files changed, 4 insertions, 1 deletions
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
bgstack15