This commit is contained in:
Matthias Clasen 2012-01-17 00:15:07 -05:00
parent 4e22034c2b
commit 8b4f27d161
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-3.2.1.tar.xz
/gtk+-3.3.4.tar.xz
/gtk+-3.3.6.tar.xz
/gtk+-3.3.8.tar.xz

View File

@ -1,4 +1,4 @@
%global glib2_version 2.31.0
%global glib2_version 2.31.10
%global pango_version 1.29.0
%global atk_version 2.1.5
%global cairo_version 1.10.0
@ -8,8 +8,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 3.3.6
Release: 3%{?dist}
Version: 3.3.8
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@ -17,9 +17,6 @@ URL: http://www.gtk.org
Source: http://download.gnome.org/sources/gtk+/3.3/gtk+-%{version}.tar.xz
Source1: im-cedilla.conf
# upstream change
Patch0: 0001-Revert-x11-Avoid-spurious-focus-events-on-grabs.patch
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: glib2-devel >= %{glib2_version}
@ -112,7 +109,6 @@ widget toolkit.
%prep
%setup -q -n gtk+-%{version}
%patch0 -p1
%build
@ -237,6 +233,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.8-1
- Update to 3.3.8
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
aed1b87cb15a1def96f508c8a17a6f4e gtk+-3.3.6.tar.xz
f36874acc2a7a6afde93ed83fac6fde9 gtk+-3.3.8.tar.xz