summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-09-19 19:36:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-09-19 19:36:37 -0400
commit9a0a155ab0213e91d1638a72e3fca280e8a7a619 (patch)
treeaa8307dc9d57288414c0773d1f19d84e92e7325b
parent3.1.90 (diff)
downloadgtk3-classic-build-gtk3-9a0a155ab0213e91d1638a72e3fca280e8a7a619.tar.gz
gtk3-classic-build-gtk3-9a0a155ab0213e91d1638a72e3fca280e8a7a619.tar.bz2
gtk3-classic-build-gtk3-9a0a155ab0213e91d1638a72e3fca280e8a7a619.zip
3.1.92
-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 7f5539a..72dad90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.1.10.tar.xz
/gtk+-3.1.18.tar.xz
/gtk+-3.1.90.tar.xz
+/gtk+-3.1.92.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 835a21a..b1cdc2b 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.90
+Version: 3.1.92
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
+* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
+- Update to 3.1.92
+
* Tue Sep 13 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
- Update to 3.1.90
diff --git a/sources b/sources
index ad77164..41eeb58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f184e7eab6b8a3be09333049752ad277 gtk+-3.1.90.tar.xz
+5562bcce38026c5ea33831514cb82fe9 gtk+-3.1.92.tar.xz
bgstack15