rpms/wxPython/F-8 wxPython-src-2.8.7.1-bug450073.patch, NONE, 1.1 wxPython.spec, 1.19, 1.20

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Thu Jun 12 22:11:14 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/wxPython/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2036

Modified Files:
	wxPython.spec 
Added Files:
	wxPython-src-2.8.7.1-bug450073.patch 
Log Message:
* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede at hhs.nl> - 2.8.7.1-5
- Fix an attribute error when importing wxPython (compat) module
  (redhat bugzilla 450073, 450074)


wxPython-src-2.8.7.1-bug450073.patch:

--- NEW FILE wxPython-src-2.8.7.1-bug450073.patch ---
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


Index: wxPython.spec
===================================================================
RCS file: /cvs/extras/rpms/wxPython/F-8/wxPython.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- wxPython.spec	7 Jun 2008 12:01:00 -0000	1.19
+++ wxPython.spec	12 Jun 2008 22:10:19 -0000	1.20
@@ -5,7 +5,7 @@
 
 Name:           wxPython
 Version:        2.8.7.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 
 Summary:        GUI toolkit for the Python programming language
 
@@ -13,6 +13,7 @@
 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
@@ -49,6 +50,7 @@
 
 %prep
 %setup -q -n wxPython-src-%{version}
+%patch0 -p1
 
 
 %build
@@ -101,6 +103,10 @@
 
 
 %changelog
+* Thu Jun 12 2008 Hans de Goede <j.w.r.degoede at hhs.nl> - 2.8.7.1-5
+- Fix an attribute error when importing wxPython (compat) module
+  (redhat bugzilla 450073, 450074)
+
 * Sat Jun  6 2008 Matthew Miller <mattdm at mattdm.org> - 2.8.7.1-4
 - gratuitously bump package release number to work around build system
   glitch. again, but it will work this time.




More information about the fedora-extras-commits mailing list