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 3538886..26f2cd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,3 +96,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.14.3.tar.xz
/gtk+-3.14.4.tar.xz
/gtk+-3.15.1.tar.xz
+/gtk+-3.15.2.tar.xz
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
diff --git a/sources b/sources
index e4bd332..20f74fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1269d1be79c6632b6a676258913a2679 gtk+-3.15.1.tar.xz
+b4cd8c543028787fd63bd9fb50cd0930 gtk+-3.15.2.tar.xz
bgstack15