summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2014-09-30 13:08:33 +0200
committerKalev Lember <kalevlember@gmail.com>2014-09-30 13:08:33 +0200
commit60a0239fdc9f566e4a7c4abe6fa25de805375a69 (patch)
treed0d7816b276a9bc9835fb5dd47d0327e7d1be193
parentDrop manual -devel subpackage requires (diff)
downloadgtk3-classic-build-gtk3-60a0239fdc9f566e4a7c4abe6fa25de805375a69.tar.gz
gtk3-classic-build-gtk3-60a0239fdc9f566e4a7c4abe6fa25de805375a69.tar.bz2
gtk3-classic-build-gtk3-60a0239fdc9f566e4a7c4abe6fa25de805375a69.zip
Update to 3.14.1
-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 c0fb29c..b82ac08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -91,3 +91,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.13.8.tar.xz
/gtk+-3.13.9.tar.xz
/gtk+-3.14.0.tar.xz
+/gtk+-3.14.1.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index d125be7..5ee6c09 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -17,7 +17,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.14.0
+Version: 3.14.1
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -313,6 +313,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Sep 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
+- Update to 3.14.1
+
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
- Update to 3.14.0
- Tighten deps with the _isa macro
diff --git a/sources b/sources
index dc3af3a..cb20a12 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e4e64a29e0373f36fbc98e1531da2db gtk+-3.14.0.tar.xz
+92485df8cec035c394b145590f56363f gtk+-3.14.1.tar.xz
bgstack15