summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-07-23 11:27:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-07-23 11:27:16 -0400
commit3fd1c51554b3348e35ce1fa350bc6402d6b1c32d (patch)
tree2d63f17bfa6c50030fe6e08112cdd4b43b7141a7
parent3.1.8 (diff)
downloadgtk3-classic-build-gtk3-3fd1c51554b3348e35ce1fa350bc6402d6b1c32d.tar.gz
gtk3-classic-build-gtk3-3fd1c51554b3348e35ce1fa350bc6402d6b1c32d.tar.bz2
gtk3-classic-build-gtk3-3fd1c51554b3348e35ce1fa350bc6402d6b1c32d.zip
3.1.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 ab2d5e5..6579744 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.1.4.tar.bz2
/gtk+-3.1.6.tar.xz
/gtk+-3.1.8.tar.xz
+/gtk+-3.1.10.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index d92d4b0..e9c3a89 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -9,7 +9,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.1.8
+Version: 3.1.10
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -240,6 +240,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Sat Jul 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.10-1
+- Update to 3.1.10
+
* Tue Jul 5 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.8-1
- Update to 3.1.8
diff --git a/sources b/sources
index 2998a41..fffa26c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7608247a41a56106d6c02b19b18f4301 gtk+-3.1.8.tar.xz
+825920f74ebe15dfa0c012f5b2dd87f9 gtk+-3.1.10.tar.xz
bgstack15