summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2014-01-15 09:29:36 +0100
committerDebarshi Ray <debarshir@gnome.org>2014-01-15 09:29:36 +0100
commit24c748cfa0954098f57f82ce79af927e4937f648 (patch)
treee3664b5c87203c2cd51a13c6c66f0773a8af71b5 /gtk3.spec
parentFix BRs (diff)
downloadgtk3-classic-build-gtk3-24c748cfa0954098f57f82ce79af927e4937f648.tar.gz
gtk3-classic-build-gtk3-24c748cfa0954098f57f82ce79af927e4937f648.tar.bz2
gtk3-classic-build-gtk3-24c748cfa0954098f57f82ce79af927e4937f648.zip
Update to 3.11.4
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 b49c349..50618b4 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -16,7 +16,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.11.2
+Version: 3.11.4
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -298,6 +298,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Wed Jan 15 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.4-1
+- Update to 3.11.4
+
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
- Update to 3.11.2
bgstack15