rpms/wxPython/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 wxPython.spec, 1.13, 1.14

Matthew Miller (mattdm) fedora-extras-commits at redhat.com
Fri Dec 15 15:00:59 UTC 2006


Author: mattdm

Update of /cvs/extras/rpms/wxPython/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3489

Modified Files:
	.cvsignore sources wxPython.spec 
Log Message:
Update to new 2.8.0.1 release.

* Fri Dec 15 2006 Matthew Miller <mattdm at mattdm.org> - 2.8.0.1-1
- update to 2.8.0.1
- make buildrequire wxGTK of version-wxpythonsubrelease
- add wxaddons to filelist





Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wxPython/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	13 Apr 2006 21:09:03 -0000	1.5
+++ .cvsignore	15 Dec 2006 15:00:29 -0000	1.6
@@ -1 +1 @@
-wxPython-src-2.6.3.2.tar.gz
+wxPython-src-2.8.0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wxPython/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	13 Apr 2006 21:09:03 -0000	1.5
+++ sources	15 Dec 2006 15:00:29 -0000	1.6
@@ -1 +1 @@
-a27546fab8a8d77eb6b67954e6362269  wxPython-src-2.6.3.2.tar.gz
+5d4000fa5fc330519e882e6cc115b000  wxPython-src-2.8.0.1.tar.bz2


Index: wxPython.spec
===================================================================
RCS file: /cvs/extras/rpms/wxPython/devel/wxPython.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wxPython.spec	11 Dec 2006 15:24:46 -0000	1.13
+++ wxPython.spec	15 Dec 2006 15:00:29 -0000	1.14
@@ -4,18 +4,18 @@
 %define buildflags WXPORT=gtk2 UNICODE=1
 
 Name:           wxPython
-Version:        2.6.3.2
-Release:        3%{?dist}
+Version:        2.8.0.1
+Release:        1%{?dist}
 
 Summary:        GUI toolkit for the Python programming language
 
 Group:          Development/Languages
 License:        LGPL
 URL:            http://www.wxpython.org/
-Source0:        http://dl.sf.net/wxpython/wxPython-src-%{version}.tar.gz
+Source0:        http://dl.sf.net/wxpython/wxPython-src-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  wxGTK-devel = 2.6.3, pkgconfig
+BuildRequires:  wxGTK-devel >= 2.8.0-2.8.0.1, pkgconfig
 BuildRequires:  zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel
 BuildRequires:  libGL-devel, libGLU-devel
 BuildRequires:  python-devel, wxGTK-gl
@@ -77,21 +77,27 @@
 %{_bindir}/*
 %{python_sitearch}/wx.pth
 %{python_sitearch}/wxversion.py*
-%dir %{python_sitearch}/wx-2.6-gtk2-unicode/
-%{python_sitearch}/wx-2.6-gtk2-unicode/wx
-%{python_sitearch}/wx-2.6-gtk2-unicode/wxPython
+%dir %{python_sitearch}/wx-2.8-gtk2-unicode/
+%{python_sitearch}/wx-2.8-gtk2-unicode/wx
+%{python_sitearch}/wx-2.8-gtk2-unicode/wxPython
+%{python_sitelib}/wxaddons
 
 %files devel
 %defattr(-,root,root,-)
-%dir %{_includedir}/wx-2.6/wx/wxPython
-%{_includedir}/wx-2.6/wx/wxPython/*.h
-%dir %{_includedir}/wx-2.6/wx/wxPython/i_files
-%{_includedir}/wx-2.6/wx/wxPython/i_files/*.i
-%{_includedir}/wx-2.6/wx/wxPython/i_files/*.py*
-%{_includedir}/wx-2.6/wx/wxPython/i_files/*.swg
+%dir %{_includedir}/wx-2.8/wx/wxPython
+%{_includedir}/wx-2.8/wx/wxPython/*.h
+%dir %{_includedir}/wx-2.8/wx/wxPython/i_files
+%{_includedir}/wx-2.8/wx/wxPython/i_files/*.i
+%{_includedir}/wx-2.8/wx/wxPython/i_files/*.py*
+%{_includedir}/wx-2.8/wx/wxPython/i_files/*.swg
 
 
 %changelog
+* Fri Dec 15 2006 Matthew Miller <mattdm at mattdm.org> - 2.8.0.1-1
+- update to 2.8.0.1
+- make buildrequire wxGTK of version-wxpythonsubrelease
+- add wxaddons to filelist
+
 * Mon Dec 11 2006 Matthew Miller <mattdm at mattdm.org> - 2.6.3.2-3
 - bump release for rebuild against python 2.5.
 




More information about the scm-commits mailing list