summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-02-25 15:01:07 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-02-25 15:01:07 -0500
commitc3b1dd12dccfe07660761d4933f6e184bc3ff39a (patch)
treeeb6f25e27f4ac3246157e04830ea89605ebb8e81
parentFix missing changelog entry (diff)
downloadgtk3-classic-build-gtk3-c3b1dd12dccfe07660761d4933f6e184bc3ff39a.tar.gz
gtk3-classic-build-gtk3-c3b1dd12dccfe07660761d4933f6e184bc3ff39a.tar.bz2
gtk3-classic-build-gtk3-c3b1dd12dccfe07660761d4933f6e184bc3ff39a.zip
3.3.16
-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 019b4a9..d9415ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.3.8.tar.xz
/gtk+-3.3.10.tar.xz
/gtk+-3.3.14.tar.xz
+/gtk+-3.3.16.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 159c376..5a6982f 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.3.14
+Version: 3.3.16
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -236,6 +236,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
+* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.16-1
+- Update to 3.3.16
+
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.14-1
- Update to 3.3.14
diff --git a/sources b/sources
index 177c122..27c27c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7f9665d0ccf888cb657a79911b5ecae gtk+-3.3.14.tar.xz
+489706f7f15268e7ce8ec32dddc3874c gtk+-3.3.16.tar.xz
bgstack15