summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-02-19 09:22:30 +0000
committerRichard Hughes <richard@hughsie.com>2014-02-19 09:22:30 +0000
commit761e50ff61df2798000490b81dba72d386680777 (patch)
treed81bbe9d9166fa80f83daa55d590bf86820d752b
parentUpdate to 3.11.6 (diff)
downloadgtk3-classic-build-gtk3-761e50ff61df2798000490b81dba72d386680777.tar.gz
gtk3-classic-build-gtk3-761e50ff61df2798000490b81dba72d386680777.tar.bz2
gtk3-classic-build-gtk3-761e50ff61df2798000490b81dba72d386680777.zip
Update to 3.11.7
-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 dbf8cd3..8922066 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,3 +73,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.11.4.tar.xz
/gtk+-3.11.5.tar.xz
/gtk+-3.11.6.tar.xz
+/gtk+-3.11.7.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 0012b1c..92f54a8 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.6
+Version: 3.11.7
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 Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.7-1
+- Update to 3.11.7
+
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.6-1
- Update to 3.11.6
diff --git a/sources b/sources
index 45e8f51..ba73b86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2cc6013c1d1f637ec94ad70e4d88b59 gtk+-3.11.6.tar.xz
+f17677b71a7680028dfb6d9a9c0870e2 gtk+-3.11.7.tar.xz
bgstack15