summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2014-10-03 17:25:23 +0200
committerKalev Lember <kalevlember@gmail.com>2014-10-03 17:30:21 +0200
commit9bc3c674bed4ba359085701a8bd89d06e5489e82 (patch)
tree9513131e1d205a76c0132156d473ec2b20d8cea6 /gtk3.spec
parentUpdate to 3.14.1 (diff)
downloadgtk3-classic-build-gtk3-9bc3c674bed4ba359085701a8bd89d06e5489e82.tar.gz
gtk3-classic-build-gtk3-9bc3c674bed4ba359085701a8bd89d06e5489e82.tar.bz2
gtk3-classic-build-gtk3-9bc3c674bed4ba359085701a8bd89d06e5489e82.zip
Backport an upstream fix for GtkBuilder type name heuristics
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 5ee6c09..48f2d7c 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -18,7 +18,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 3.14.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -26,6 +26,8 @@ URL: http://www.gtk.org
Source: http://download.gnome.org/sources/gtk+/3.14/gtk+-%{version}.tar.xz
+Patch0: 0001-GtkBuilder-Undo-the-type-name-heuristic-changes.patch
+
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: at-spi2-atk-devel
@@ -143,6 +145,7 @@ the functionality of the installed %{name} package.
%prep
%setup -q -n gtk+-%{version}
+%patch0 -p1
%build
@@ -313,6 +316,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
+* Fri Oct 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-2
+- Backport an upstream fix for GtkBuilder type name heuristics
+
* Tue Sep 30 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
- Update to 3.14.1
bgstack15