rpms/wxPython/F-9 .cvsignore, 1.12, 1.13 sources, 1.9, 1.10 wxPython.spec, 1.23, 1.24 wxPython-src-2.8.7.1-bug450073.patch, 1.1, NONE

Dan Horák sharkcz at fedoraproject.org
Tue Sep 30 16:21:46 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/wxPython/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14347

Modified Files:
	.cvsignore sources wxPython.spec 
Removed Files:
	wxPython-src-2.8.7.1-bug450073.patch 
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/F-9/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	7 Jun 2008 11:58:29 -0000	1.12
+++ .cvsignore	30 Sep 2008 16:21:15 -0000	1.13
@@ -1,2 +1 @@
-wxPython-src-2.8.7.1.tar.bz2
-clog
+wxPython-src-2.8.9.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wxPython/F-9/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	20 Feb 2008 21:27:04 -0000	1.9
+++ sources	30 Sep 2008 16:21:15 -0000	1.10
@@ -1 +1 @@
-04fc1079430b18e6fd097b3287e9ae10  wxPython-src-2.8.7.1.tar.bz2
+4ad9a64e05529097618c7e48fbb10a84  wxPython-src-2.8.9.1.tar.bz2


Index: wxPython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxPython/F-9/wxPython.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- wxPython.spec	12 Jun 2008 22:06:43 -0000	1.23
+++ wxPython.spec	30 Sep 2008 16:21:15 -0000	1.24
@@ -4,19 +4,18 @@
 %define buildflags WXPORT=gtk2 UNICODE=1
 
 Name:           wxPython
-Version:        2.8.7.1
-Release:        5%{?dist}
+Version:        2.8.9.1
+Release:        1%{?dist}
 
 Summary:        GUI toolkit for the Python programming language
 
 Group:          Development/Languages
-License:        LGPL
+License:        LGPLv2+ and wxWidgets 
 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
+BuildRequires:  wxGTK-devel >= 2.8.9
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel
 BuildRequires:  libGL-devel, libGLU-devel
@@ -50,7 +49,9 @@
 
 %prep
 %setup -q -n wxPython-src-%{version}
-%patch0 -p1
+
+# fix libdir otherwise it additional wx libs cannot be found
+sed -i -e 's|/usr/lib|%{_libdir}|' wxPython/config.py
 
 
 %build
@@ -103,6 +104,21 @@
 
 
 %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
+
+* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.8.8.0-2
+- fix license tag
+
+* Thu Jul 31 2008 Matthew Miller <mattdm at mattdm.org> - 2.8.8.0-1
+- update to 2.8.8.0 (bug #457408)
+- a fix for bug #450073 is included in the upstream release, so
+  dropping that patch.
+
 * 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 DELETED ---




More information about the fedora-extras-commits mailing list