Update to 3.17.8

This commit is contained in:
Kalev Lember 2015-09-02 13:50:35 +02:00
parent 8543d20fc1
commit bd4c4b8164
4 changed files with 7 additions and 1078 deletions

1
.gitignore vendored
View File

@ -116,3 +116,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.17.5.tar.xz /gtk+-3.17.5.tar.xz
/gtk+-3.17.6.tar.xz /gtk+-3.17.6.tar.xz
/gtk+-3.17.7.tar.xz /gtk+-3.17.7.tar.xz
/gtk+-3.17.8.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -17,18 +17,14 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3 Name: gtk3
Version: 3.17.7 Version: 3.17.8
Release: 2%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gtk.org URL: http://www.gtk.org
#VCS: git:git://git.gnome.org/gtk+ #VCS: git:git://git.gnome.org/gtk+
Source: http://download.gnome.org/sources/gtk+/3.17/gtk+-%{version}.tar.xz 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: gnome-common autoconf automake intltool gettext
BuildRequires: pkgconfig(atk) >= %{atk_version} BuildRequires: pkgconfig(atk) >= %{atk_version}
@ -171,8 +167,6 @@ the functionality of the installed %{name} package.
%prep %prep
%setup -q -n gtk+-%{version} %setup -q -n gtk+-%{version}
%patch0 -p1
%build %build
@ -343,6 +337,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/installed-tests %{_datadir}/installed-tests
%changelog %changelog
* Wed Sep 02 2015 Kalev Lember <klember@redhat.com> - 3.17.8-1
- Update to 3.17.8
* Wed Aug 26 2015 Adam Williamson <awilliam@redhat.com> - 3.17.7-2 * 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 - revert a 3.17.7 change to fix BGO #754147 until it's fixed upstream

View File

@ -1 +1 @@
e4585b40f7d7d8847726f7fa58a2fe3c gtk+-3.17.7.tar.xz f1ad9947229445d6a10ac88c6ee1d753 gtk+-3.17.8.tar.xz