This commit is contained in:
Matthias Clasen 2011-03-07 10:51:26 -05:00
parent c4e3477e39
commit d5ef670dbd
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ gtk+-2.90.5.tar.bz2
/gtk+-2.99.3.tar.bz2
/gtk+-3.0.0.tar.bz2
/gtk+-3.0.1.tar.bz2
/gtk+-3.0.2.tar.bz2

View File

@ -10,8 +10,8 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk3
Version: 3.0.1
Release: 2%{?dist}
Version: 3.0.2
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@ -19,9 +19,6 @@ URL: http://www.gtk.org
Source: http://download.gnome.org/sources/gtk+/3.0/gtk+-%{version}.tar.bz2
Source1: im-cedilla.conf
# upstream fix for double-click crashes
Patch0: gtk3-axes.patch
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: glib2-devel >= %{glib2_version}
@ -113,7 +110,6 @@ widget toolkit.
%prep
%setup -q -n gtk+-%{version}
%patch0 -p1 -b .axes
%build
@ -243,6 +239,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%{_datadir}/gtk-doc
%changelog
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.2-1
- Update to 3.0.2
* Sat Feb 26 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-2
- Fix frequent crashes on double-click events

View File

@ -1 +1 @@
2b940e20219a24d6bd816e300101edc8 gtk+-3.0.1.tar.bz2
bac2d0a2dc8ccfe149cf740c04ff38d5 gtk+-3.0.2.tar.bz2