summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
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 50139e2..a295a5a 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -17,7 +17,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.18.1
+Version: 3.18.2
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -336,6 +336,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
+- Update to 3.18.2
+
* Sun Oct 04 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
- Update to 3.18.1
bgstack15