Fix a double free in the bmp loader
This commit is contained in:
parent
6cfd91ccc5
commit
93642a9d99
@ -14,7 +14,7 @@
|
||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
|
||||
Name: gtk2
|
||||
Version: %{base_version}
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: gtk+-%{version}.tar.bz2
|
||||
@ -24,6 +24,8 @@ Source1: update-scripts.tar.gz
|
||||
Patch1: gtk+-2.3.2-themename.patch
|
||||
# Biarch changes
|
||||
Patch2: gtk+-2.4.1-lib64.patch
|
||||
# Fixed in 2.6.5
|
||||
Patch3: gtk+-2.2.4-bmpcrash.patch
|
||||
|
||||
BuildPrereq: atk-devel >= %{atk_version}
|
||||
BuildPrereq: pango-devel >= %{pango_version}
|
||||
@ -83,6 +85,7 @@ docs for the GTK+ widget toolkit.
|
||||
|
||||
%patch1 -p1 -b .themename
|
||||
%patch2 -p1 -b .lib64
|
||||
%patch3 -p1 -b .bmpcrash
|
||||
|
||||
for i in config.guess config.sub ; do
|
||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||
@ -251,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc tmpdocs/examples
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.4-3
|
||||
- Fix a double free in the bmp loader
|
||||
|
||||
* Wed Mar 1 2005 Matthias Clasen <mclasen@redhat.com> - 2.6.4-2
|
||||
- Rebuild with gcc4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user