- Fix issues in the xpm and ico loaders found by Chris Evans (#130711)
This commit is contained in:
parent
db286c2cda
commit
9a99800903
@ -14,7 +14,7 @@
|
||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
|
||||
Name: gtk2
|
||||
Version: %{base_version}
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: gtk+-%{version}.tar.bz2
|
||||
@ -33,6 +33,8 @@ Patch11: gtk+-2.4.9-treeview-activate.patch
|
||||
Patch12: gtk+-2.4.9-backspace.patch
|
||||
# Fix expander drawing. The fix will be in GTK+ 2.4.10
|
||||
Patch13: gtk+-2.4.9-expander.patch
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=130711
|
||||
Patch14: gtk+-2.2.4-loaders.patch
|
||||
|
||||
BuildPrereq: atk-devel >= %{atk_version}
|
||||
BuildPrereq: pango-devel >= %{pango_version}
|
||||
@ -99,6 +101,7 @@ docs for the GTK+ widget toolkit.
|
||||
%patch11 -p1 -b .treeview-activate
|
||||
%patch12 -p1 -b .backspace
|
||||
%patch13 -p1 -b .expander
|
||||
%patch14 -p1 -b .loaders
|
||||
|
||||
for i in config.guess config.sub ; do
|
||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||
@ -269,6 +272,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc tmpdocs/examples
|
||||
|
||||
%changelog
|
||||
* Wed Sep 15 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-9
|
||||
- Fix issues in the xpm and ico loaders
|
||||
found by Chris Evans (#130711)
|
||||
|
||||
* Mon Sep 13 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.9-8
|
||||
- bring expanders back to their old size
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user