- update to 2.8.9.0
This commit is contained in:
parent
6456b296f1
commit
165fcb9908
4 changed files with 8 additions and 17 deletions
|
|
@ -1 +1 @@
|
|||
wxPython-src-2.8.8.0.tar.bz2
|
||||
wxPython-src-2.8.9.0.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
87b974dda37e7ae4ac25a0d0c94ec8a5 wxPython-src-2.8.8.0.tar.bz2
|
||||
0e5f5a61c171e33c29de6582e422b481 wxPython-src-2.8.9.0.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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 <dan[at]danny.cz> - 2.8.9.0-1
|
||||
- update to 2.8.9.0
|
||||
|
||||
* Sat Sep 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.8.8.0-2
|
||||
- fix license tag
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue