summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2013-06-02 13:28:30 +0200
committerKalev Lember <kalevlember@gmail.com>2013-06-02 13:28:30 +0200
commit31986e8106e6e8d30e311b20653cdc3798e421a1 (patch)
tree423ea6f9b27eba5acd9549f5d479fed7c5e12f4a
parentMake man gtk-query-immodules-3.0-64 work (diff)
downloadgtk3-classic-build-gtk3-31986e8106e6e8d30e311b20653cdc3798e421a1.tar.gz
gtk3-classic-build-gtk3-31986e8106e6e8d30e311b20653cdc3798e421a1.tar.bz2
gtk3-classic-build-gtk3-31986e8106e6e8d30e311b20653cdc3798e421a1.zip
Update to 3.9.2
-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 bc11ea7..ab3b271 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,3 +59,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.8.0.tar.xz
/gtk+-3.8.1.tar.xz
/gtk+-3.9.0.tar.xz
+/gtk+-3.9.2.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index ebadae2..53f3087 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -14,8 +14,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.9.0
-Release: 2%{?dist}
+Version: 3.9.2
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -267,6 +267,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
+- Update to 3.9.2
+
* Wed May 8 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.0-2
- Make man gtk-query-immodules-3.0-64 work
diff --git a/sources b/sources
index efc0e6b..f99b47b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23310b5a9d1489f40ee688c5a0ea67d0 gtk+-3.9.0.tar.xz
+95f4db7afaa9bb00358f6fc397c47046 gtk+-3.9.2.tar.xz
bgstack15