- update to 2.8.8.0 (bug #457408)

- a fix for bug #450073 is included in the upstream release, so dropping
    that patch.
This commit is contained in:
Matthew Miller 2008-07-31 18:15:34 +00:00
commit dca07254ee
3 changed files with 10 additions and 7 deletions

View file

@ -1 +1 @@
wxPython-src-2.8.7.1.tar.bz2
wxPython-src-2.8.8.0.tar.bz2

View file

@ -1 +1 @@
04fc1079430b18e6fd097b3287e9ae10 wxPython-src-2.8.7.1.tar.bz2
87b974dda37e7ae4ac25a0d0c94ec8a5 wxPython-src-2.8.8.0.tar.bz2

View file

@ -4,8 +4,8 @@
%define buildflags WXPORT=gtk2 UNICODE=1
Name: wxPython
Version: 2.8.7.1
Release: 5%{?dist}
Version: 2.8.8.0
Release: 1%{?dist}
Summary: GUI toolkit for the Python programming language
@ -13,10 +13,9 @@ Group: Development/Languages
License: LGPL
URL: http://www.wxpython.org/
Source0: http://dl.sf.net/wxpython/wxPython-src-%{version}.tar.bz2
Patch0: wxPython-src-2.8.7.1-bug450073.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# make sure to keep this updated as appropriate
BuildRequires: wxGTK-devel >= 2.8.7
BuildRequires: wxGTK-devel >= 2.8.8
BuildRequires: pkgconfig
BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel
BuildRequires: libGL-devel, libGLU-devel
@ -50,7 +49,6 @@ programs which use the wxPython toolkit.
%prep
%setup -q -n wxPython-src-%{version}
%patch0 -p1
%build
@ -103,6 +101,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jul 31 2008 Matthew Miller <mattdm@mattdm.org> - 2.8.8.0-1
- update to 2.8.8.0 (bug #457408)
- a fix for bug #450073 is included in the upstream release, so
dropping that patch.
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede@hhs.nl> - 2.8.7.1-5
- Fix an attribute error when importing wxPython (compat) module
(redhat bugzilla 450073, 450074)