summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 340e228..8b5f885 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,3 +77,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.11.8.tar.xz
/gtk+-3.11.9.tar.xz
/gtk+-3.12.0.tar.xz
+/gtk+-3.12.1.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 80b7f35..dbc1737 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -16,8 +16,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.12.0
-Release: 2%{?dist}
+Version: 3.12.1
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -298,6 +298,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Sat Apr 12 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
+- Update to 3.12.1
+
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
- Update glib2 dep version
diff --git a/sources b/sources
index c0ae628..3fbffa8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e493fb68cded7420a7d8bcebdf13811 gtk+-3.12.0.tar.xz
+d4fa17f3916bdd737c37cdf123c1b24a gtk+-3.12.1.tar.xz
bgstack15