3.3.8
This commit is contained in:
parent
4e22034c2b
commit
8b4f27d161
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
13
gtk3.spec
13
gtk3.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user