summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gtk3.spec10
-rw-r--r--sources2
3 files changed, 9 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index fd454b9..09a61d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.11.0.tar.xz
/gtk+-3.11.2.tar.xz
/gtk+-3.11.4.tar.xz
+/gtk+-3.11.5.tar.xz
diff --git a/gtk3.spec b/gtk3.spec
index 50618b4..170e244 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -9,6 +9,7 @@
%global atk_version 2.7.5
%global cairo_version 1.13.1
%global xrandr_version 1.2.99.4-2
+%global gtk_doc_version 1.19.1
%global bin_version 3.0.0
@@ -16,7 +17,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
-Version: 3.11.4
+Version: 3.11.5
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -35,7 +36,7 @@ BuildRequires: gdk-pixbuf2-devel >= %{gdk_pixbuf_version}
BuildRequires: gtk2-devel
BuildRequires: libXi-devel
BuildRequires: gettext
-BuildRequires: gtk-doc
+BuildRequires: gtk-doc >= %{gtk_doc_version}
BuildRequires: cups-devel
BuildRequires: libXrandr-devel >= %{xrandr_version}
BuildRequires: libXrender-devel
@@ -298,6 +299,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Wed Feb 5 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.5-1
+- Update to 3.11.5
+
* Wed Jan 15 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.11.4-1
- Update to 3.11.4
@@ -316,7 +320,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.16-1
- Update to 3.9.16
-* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.14-1
+* Tue Sep 3 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.14-1
- Update to 3.9.14
* Wed Aug 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.12-1
diff --git a/sources b/sources
index 6e49393..12e5742 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a39cb06edfff4bb9278cf510b78585df gtk+-3.11.4.tar.xz
+462ed9bb46b99baa26e38aea4b7e6652 gtk+-3.11.5.tar.xz
bgstack15