diff --git a/.cvsignore b/.cvsignore index c092bb8..3762322 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wxPython-src-2.8.8.0.tar.bz2 +wxPython-src-2.8.9.0.tar.bz2 diff --git a/sources b/sources index c588dcc..38711e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87b974dda37e7ae4ac25a0d0c94ec8a5 wxPython-src-2.8.8.0.tar.bz2 +0e5f5a61c171e33c29de6582e422b481 wxPython-src-2.8.9.0.tar.bz2 diff --git a/wxPython-src-2.8.7.1-bug450073.patch b/wxPython-src-2.8.7.1-bug450073.patch deleted file mode 100644 index 8375d0a..0000000 --- a/wxPython-src-2.8.7.1-bug450073.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up wxPython-src-2.8.7.1/wxPython/wxPython/_misc.py~ wxPython-src-2.8.7.1/wxPython/wxPython/_misc.py ---- wxPython-src-2.8.7.1/wxPython/wxPython/_misc.py~ 2008-06-12 23:45:44.000000000 +0200 -+++ wxPython-src-2.8.7.1/wxPython/wxPython/_misc.py 2008-06-12 23:45:44.000000000 +0200 -@@ -453,7 +453,7 @@ wxDateTime_ConvertYearToBC = wx._misc.Da - wxDateTime_GetCurrentMonth = wx._misc.DateTime_GetCurrentMonth - wxDateTime_IsLeapYear = wx._misc.DateTime_IsLeapYear - wxDateTime_GetCentury = wx._misc.DateTime_GetCentury --wxDateTime_GetNumberOfDaysinYear = wx._misc.DateTime_GetNumberOfDaysinYear -+wxDateTime_GetNumberOfDaysInYear = wx._misc.DateTime_GetNumberOfDaysInYear - wxDateTime_GetNumberOfDaysInMonth = wx._misc.DateTime_GetNumberOfDaysInMonth - wxDateTime_GetMonthName = wx._misc.DateTime_GetMonthName - wxDateTime_GetWeekDayName = wx._misc.DateTime_GetWeekDayName diff --git a/wxPython.spec b/wxPython.spec index 57332b1..ea52619 100644 --- a/wxPython.spec +++ b/wxPython.spec @@ -4,8 +4,8 @@ %define buildflags WXPORT=gtk2 UNICODE=1 Name: wxPython -Version: 2.8.8.0 -Release: 2%{?dist} +Version: 2.8.9.0 +Release: 1%{?dist} Summary: GUI toolkit for the Python programming language @@ -15,7 +15,7 @@ URL: http://www.wxpython.org/ Source0: http://dl.sf.net/wxpython/wxPython-src-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # make sure to keep this updated as appropriate -BuildRequires: wxGTK-devel >= 2.8.8 +BuildRequires: wxGTK-devel >= 2.8.9 BuildRequires: pkgconfig BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel BuildRequires: libGL-devel, libGLU-devel @@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 29 2008 Dan Horak - 2.8.9.0-1 +- update to 2.8.9.0 + * Sat Sep 6 2008 Tom "spot" Callaway - 2.8.8.0-2 - fix license tag