summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2014-11-24 11:44:21 +0100
committerKalev Lember <kalevlember@gmail.com>2014-11-24 12:50:23 +0100
commitfb4a896257275739053572d63546deabed1155fe (patch)
treefb1484668a91b3e36ab8279876bc8b062b7c8167 /gtk3.spec
parentUpdate to 3.15.1 (diff)
downloadgtk3-classic-build-gtk3-fb4a896257275739053572d63546deabed1155fe.tar.gz
gtk3-classic-build-gtk3-fb4a896257275739053572d63546deabed1155fe.tar.bz2
gtk3-classic-build-gtk3-fb4a896257275739053572d63546deabed1155fe.zip
Update to 3.15.2
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk3.spec b/gtk3.spec
index ea1e698..b5fd9fe 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -7,7 +7,7 @@
%global pango_version 1.36.7
%global gdk_pixbuf_version 2.30.0
%global atk_version 2.15.1
-%global cairo_version 1.13.1
+%global cairo_version 1.14.0
%global wayland_version 1.5.91
%global xrandr_version 1.2.99.4-2
%global epoxy_version 1.0
@@ -18,7 +18,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.15.1
+Version: 3.15.2
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -318,6 +318,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Mon Nov 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
+- Update to 3.15.2
+
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.1-1
- Update to 3.15.1
bgstack15