summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-01-20 16:17:34 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-01-20 16:17:34 -0500
commitfabacef8b055f9d639f3addbfa835cc336e2a8d4 (patch)
treed28f7a78f9d9d9ae1e7ad7d8cdf05def2a8c81f8
parentfix file lists (diff)
downloadgtk3-classic-build-gtk3-fabacef8b055f9d639f3addbfa835cc336e2a8d4.tar.gz
gtk3-classic-build-gtk3-fabacef8b055f9d639f3addbfa835cc336e2a8d4.tar.bz2
gtk3-classic-build-gtk3-fabacef8b055f9d639f3addbfa835cc336e2a8d4.zip
3.3.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 d40dd44..7ab00a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.3.4.tar.xz
/gtk+-3.3.6.tar.xz
/gtk+-3.3.8.tar.xz
+/gtk+-3.3.10.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 01a38fa..b7bc43a 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -8,7 +8,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.3.8
+Version: 3.3.10
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -234,6 +234,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.10-1
+- Update to 3.3.10
+
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.8-1
- Update to 3.3.8
diff --git a/sources b/sources
index 69ab538..359f61c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f36874acc2a7a6afde93ed83fac6fde9 gtk+-3.3.8.tar.xz
+5872bacb3778c954d3cc0eaf9cdc53ab gtk+-3.3.10.tar.xz
bgstack15