summaryrefslogtreecommitdiff
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
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
-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 daa7094..fd454b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,3 +70,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.10.0.tar.xz
/gtk+-3.11.0.tar.xz
/gtk+-3.11.2.tar.xz
+/gtk+-3.11.4.tar.xz
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
diff --git a/sources b/sources
index d58f4ef..6e49393 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd73f4f1d657f96d459334f6722086be gtk+-3.11.2.tar.xz
+a39cb06edfff4bb9278cf510b78585df gtk+-3.11.4.tar.xz
bgstack15