rpms/wxPython/devel .cvsignore, 1.13, 1.14 sources, 1.11, 1.12 wxPython.spec, 1.28, 1.29

Dan Horák sharkcz at fedoraproject.org
Tue Sep 30 14:49:00 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/wxPython/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1316

Modified Files:
	.cvsignore sources wxPython.spec 
Log Message:
* Tue Sep 30 2008 Dan Horak <dan[at]danny.cz> - 2.8.9.1-1
- update to 2.8.9.1
- fix libdir for additional wx libraries (#306761)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wxPython/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	29 Sep 2008 06:54:26 -0000	1.13
+++ .cvsignore	30 Sep 2008 14:48:29 -0000	1.14
@@ -1 +1 @@
-wxPython-src-2.8.9.0.tar.bz2
+wxPython-src-2.8.9.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wxPython/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	29 Sep 2008 06:54:26 -0000	1.11
+++ sources	30 Sep 2008 14:48:29 -0000	1.12
@@ -1 +1 @@
-0e5f5a61c171e33c29de6582e422b481  wxPython-src-2.8.9.0.tar.bz2
+4ad9a64e05529097618c7e48fbb10a84  wxPython-src-2.8.9.1.tar.bz2


Index: wxPython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxPython/devel/wxPython.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- wxPython.spec	29 Sep 2008 06:54:26 -0000	1.28
+++ wxPython.spec	30 Sep 2008 14:48:29 -0000	1.29
@@ -4,7 +4,7 @@
 %define buildflags WXPORT=gtk2 UNICODE=1
 
 Name:           wxPython
-Version:        2.8.9.0
+Version:        2.8.9.1
 Release:        1%{?dist}
 
 Summary:        GUI toolkit for the Python programming language
@@ -50,6 +50,9 @@
 %prep
 %setup -q -n wxPython-src-%{version}
 
+# fix libdir otherwise it additional wx libs cannot be found
+sed -i -e 's|/usr/lib|%{_libdir}|' wxPython/config.py
+
 
 %build
 # Just build the wxPython part, not all of wxWindows which we already have
@@ -101,6 +104,10 @@
 
 
 %changelog
+* Tue Sep 30 2008 Dan Horak <dan[at]danny.cz> - 2.8.9.1-1
+- update to 2.8.9.1
+- fix libdir for additional wx libraries (#306761)
+
 * Mon Sep 29 2008 Dan Horak <dan[at]danny.cz> - 2.8.9.0-1
 - update to 2.8.9.0
 




More information about the fedora-extras-commits mailing list