rpms/wxPython/devel wxPython.spec, 1.38, 1.39 wxPython-2.8.10-backport.patch, 1.1, NONE

Dan Horák sharkcz at fedoraproject.org
Mon May 3 08:49:52 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/wxPython/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16176

Modified Files:
	wxPython.spec 
Removed Files:
	wxPython-2.8.10-backport.patch 
Log Message:
* Sun May  2 2010 Dan Horák <dan[at]danny.cz> - 2.8.10.1-3
- rebuilt with wxGTK 2.8.11



Index: wxPython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxPython/devel/wxPython.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- wxPython.spec	17 Mar 2010 11:10:15 -0000	1.38
+++ wxPython.spec	3 May 2010 08:49:52 -0000	1.39
@@ -5,7 +5,7 @@
 
 Name:           wxPython
 Version:        2.8.10.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        GUI toolkit for the Python programming language
 
@@ -15,8 +15,6 @@ URL:            http://www.wxpython.org/
 Source0:        http://downloads.sourceforge.net/wxpython/%{name}-src-%{version}.tar.bz2
 # http://trac.wxwidgets.org/ticket/10703
 Patch0:         wxPython-2.8.9.2-treelist.patch
-# backport to wxGTK 2.8.10 API
-Patch1:         wxPython-2.8.10-backport.patch
 # add missing module - https://bugzilla.redhat.com/show_bug.cgi?id=573961
 Patch2:         wxPython-2.8.10.1-ebmlib.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,8 +59,7 @@ Documentation, samples and demo applicat
 %prep
 %setup -q -n wxPython-src-%{version}
 %patch0 -p1 -b .treelist
-%patch1 -p1
-%patch2 -p1
+%patch2 -p1 -b .ebmlib
 
 # fix libdir otherwise additional wx libs cannot be found
 sed -i -e 's|/usr/lib|%{_libdir}|' wxPython/config.py
@@ -121,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May  2 2010 Dan Horák <dan[at]danny.cz> - 2.8.10.1-3
+- rebuilt with wxGTK 2.8.11
+
 * Wed Mar 17 2010 Dan Horák <dan[at]danny.cz> - 2.8.10.1-2
 - add missing module (#573961)
 


--- wxPython-2.8.10-backport.patch DELETED ---



More information about the scm-commits mailing list