summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 2189ca0..c0f08fc 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -11,21 +11,19 @@
%global xrandr_version 1.2.99.4-2
%global bin_version 3.0.0
-%global shortcommit 5ad60ca
%global _changelog_trimtime %(date +%s -d "1 year ago")
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.13.7
-Release: 3.git%{shortcommit}%{?dist}
+Version: 3.13.8
+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: gtk+-%{version}-%{shortcommit}.tar.xz
+Source: http://download.gnome.org/sources/gtk+/3.13/gtk+-%{version}.tar.xz
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
@@ -317,6 +315,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.8-1
+- Update to 3.13.8
+
* Thu Aug 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-3.git5ad60ca
- Update to today's git snapshot
bgstack15