summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-11-19 08:34:26 +0000
committerRichard Hughes <richard@hughsie.com>2013-11-19 08:34:26 +0000
commit389b7f827962bdc2e32f604d9530e1b69dea40bd (patch)
tree29db1b74248d634409f3e0043b00b6e3e20f3398
parentDrop unused files (diff)
downloadgtk3-classic-build-gtk3-389b7f827962bdc2e32f604d9530e1b69dea40bd.tar.gz
gtk3-classic-build-gtk3-389b7f827962bdc2e32f604d9530e1b69dea40bd.tar.bz2
gtk3-classic-build-gtk3-389b7f827962bdc2e32f604d9530e1b69dea40bd.zip
Update to 3.11.2
-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 e3b89c5..daa7094 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,3 +69,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.9.16.tar.xz
/gtk+-3.10.0.tar.xz
/gtk+-3.11.0.tar.xz
+/gtk+-3.11.2.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 808bc92..823dc6a 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.0
+Version: 3.11.2
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -287,6 +287,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
+- Update to 3.11.2
+
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
- Update to 3.11.0
diff --git a/sources b/sources
index e36e544..d58f4ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c125833bcaf4bf73d6e0c5c431769b20 gtk+-3.11.0.tar.xz
+dd73f4f1d657f96d459334f6722086be gtk+-3.11.2.tar.xz
bgstack15