summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-02-19 11:33:28 +0000
committerRichard Hughes <richard@hughsie.com>2013-02-19 11:33:28 +0000
commitc2f825ce70f0a79b4624e14fa75872790f43406f (patch)
treecc725f6605f6aeddbbb0752b064127ebd75b45ad
parentRe-enable the parallel make (diff)
downloadgtk3-classic-build-gtk3-c2f825ce70f0a79b4624e14fa75872790f43406f.tar.gz
gtk3-classic-build-gtk3-c2f825ce70f0a79b4624e14fa75872790f43406f.tar.bz2
gtk3-classic-build-gtk3-c2f825ce70f0a79b4624e14fa75872790f43406f.zip
Update to 3.7.10
-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 8b9f83a..83bcba5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.7.4.tar.xz
/gtk+-3.7.6.tar.xz
/gtk+-3.7.8.tar.xz
+/gtk+-3.7.10.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 7d34dfd..2b28b79 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -14,7 +14,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.7.8
+Version: 3.7.10
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -260,6 +260,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.10-1
+- Update to 3.7.10
+
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.8-1
- Update to 3.7.8
diff --git a/sources b/sources
index 9f4637e..84f748b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b27a7a1c544cb3aa99b1f957fa962563 gtk+-3.7.8.tar.xz
+1f72e18c2510b3ec56db967817423ffe gtk+-3.7.10.tar.xz
bgstack15