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 35a1374..2c0ff36 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.19.2
+Version: 3.19.3
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -338,6 +338,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Mon Nov 23 2015 Matthias Clasen <mclasen@redhat.com> - 3.19.3-1
+- Update to 3.19.3
+
* Fri Nov 20 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
- Update to 3.19.2
bgstack15