From dca07254ee22ce80089dfdabbda0794b5020d784 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Thu, 31 Jul 2008 18:15:34 +0000 Subject: [PATCH] - update to 2.8.8.0 (bug #457408) - a fix for bug #450073 is included in the upstream release, so dropping that patch. --- .cvsignore | 2 +- sources | 2 +- wxPython.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1097728..c092bb8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wxPython-src-2.8.7.1.tar.bz2 +wxPython-src-2.8.8.0.tar.bz2 diff --git a/sources b/sources index ddd1250..c588dcc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04fc1079430b18e6fd097b3287e9ae10 wxPython-src-2.8.7.1.tar.bz2 +87b974dda37e7ae4ac25a0d0c94ec8a5 wxPython-src-2.8.8.0.tar.bz2 diff --git a/wxPython.spec b/wxPython.spec index 67bb56b..741a54a 100644 --- a/wxPython.spec +++ b/wxPython.spec @@ -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 - 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 - 2.8.7.1-5 - Fix an attribute error when importing wxPython (compat) module (redhat bugzilla 450073, 450074)