summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec7
-rw-r--r--sources2
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 26560c0..9c74ca1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.5.4.tar.xz
/gtk+-3.5.6.tar.xz
/gtk+-3.5.8.tar.xz
+/gtk+-3.5.10.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index da2c71d..be7597c 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -9,8 +9,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.5.8
-Release: 2%{?dist}
+Version: 3.5.10
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -245,6 +245,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.10-1
+- Update to 3.5.10
+
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
diff --git a/sources b/sources
index 7cba8fb..fd21959 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a41367cbfb56101d9dfb47f333ada5a gtk+-3.5.8.tar.xz
+7b821f95d1554487b9865d2808d4a7db gtk+-3.5.10.tar.xz
bgstack15