prevent an overflow in size hints handling

This commit is contained in:
Matthias Clasen 2005-09-30 14:29:02 +00:00
parent e8dc2dbcd1
commit ec7fc743c4

View File

@ -24,6 +24,8 @@ Source1: update-scripts.tar.gz
# Biarch changes
Patch0: gtk+-2.4.1-lib64.patch
# fixed in 2.8.5
Patch1: gtk+-2.8.4-size-overflow.patch
BuildPrereq: atk-devel >= %{atk_version}
BuildPrereq: pango-devel >= %{pango_version}
@ -83,6 +85,7 @@ docs for the GTK+ widget toolkit.
(cd .. && tar xzf %{SOURCE1})
%patch0 -p1 -b .lib64
%patch1 -p1 -b .size-overflow
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
* Fri Sep 30 2005 Matthias Clasen <mclasen@redhat.com> 2.8.4-2
- Prevent an overflow in size hints handling
* Tue Sep 27 2005 Matthias Clasen <mclasen@redhat.com> 2.8.4-1
- New upstream version