revert 3.17.7 change to fix BGO #754147 until it's fixed upstream

This commit is contained in:
Adam Williamson 2015-08-26 15:54:38 -07:00
parent 667023ec4d
commit 8543d20fc1
2 changed files with 1078 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,13 +18,17 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 3.17.7
Release: 1%{?dist}
Release: 2%{?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.17/gtk+-%{version}.tar.xz
# Revert a bad commit that causes gedit to jump around a lot
# https://git.gnome.org/browse/gtk+/commit/gtk/gtktextview.c?id=d1381569fdf2abde1535db1fcff07b3c767d396d
# https://bugzilla.gnome.org/show_bug.cgi?id=754147
Patch0: 0001-Revert-text-view-add-padding-and-margin.patch
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: pkgconfig(atk) >= %{atk_version}
@ -167,6 +171,7 @@ the functionality of the installed %{name} package.
%prep
%setup -q -n gtk+-%{version}
%patch0 -p1
%build
@ -338,6 +343,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests
%changelog
* Wed Aug 26 2015 Adam Williamson <awilliam@redhat.com> - 3.17.7-2
- revert a 3.17.7 change to fix BGO #754147 until it's fixed upstream
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 3.17.7-1
- Update to 3.17.7
- Use make_install macro