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 73f6f82..c0fb29c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,3 +90,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.13.7-5ad60ca.tar.xz
/gtk+-3.13.8.tar.xz
/gtk+-3.13.9.tar.xz
+/gtk+-3.14.0.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 1b00b03..673515e 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -16,14 +16,14 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.13.9
+Version: 3.14.0
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
#VCS: git:git://git.gnome.org/gtk+
-Source: http://download.gnome.org/sources/gtk+/3.13/gtk+-%{version}.tar.xz
+Source: http://download.gnome.org/sources/gtk+/3.14/gtk+-%{version}.tar.xz
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
@@ -315,6 +315,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
+- Update to 3.14.0
+
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.9-1
- Update to 3.13.9
diff --git a/sources b/sources
index 378f3e4..dc3af3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-751d8462fa39f892a25ea82de71bfe64 gtk+-3.13.9.tar.xz
+2e4e64a29e0373f36fbc98e1531da2db gtk+-3.14.0.tar.xz
bgstack15