rpms/python-mwlib/F-8 .cvsignore, 1.4, 1.5 import.log, 1.3, 1.4 python-mwlib.spec, 1.4, 1.5 sources, 1.4, 1.5

Ian Weller ianweller at fedoraproject.org
Fri Oct 24 01:20:30 UTC 2008


Author: ianweller

Update of /cvs/pkgs/rpms/python-mwlib/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21928/F-8

Modified Files:
	.cvsignore import.log python-mwlib.spec sources 
Log Message:
update to mwlib-0.8.5-1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-mwlib/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 Aug 2008 04:35:17 -0000	1.4
+++ .cvsignore	24 Oct 2008 01:19:59 -0000	1.5
@@ -1 +1 @@
-mwlib-0.8.3.tar.gz
+mwlib-0.8.5.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-mwlib/F-8/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- import.log	23 Aug 2008 04:35:17 -0000	1.3
+++ import.log	24 Oct 2008 01:20:00 -0000	1.4
@@ -1,3 +1,4 @@
 python-mwlib-0_8_0-2_fc9:F-8:python-mwlib-0.8.0-2.fc9.src.rpm:1217007019
 python-mwlib-0_8_1-1_fc9:F-8:python-mwlib-0.8.1-1.fc9.src.rpm:1217879361
 python-mwlib-0_8_3-1_fc9:F-8:python-mwlib-0.8.3-1.fc9.src.rpm:1219465967
+python-mwlib-0_8_5-1_fc9:F-8:python-mwlib-0.8.5-1.fc9.src.rpm:1224810279


Index: python-mwlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mwlib/F-8/python-mwlib.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-mwlib.spec	23 Aug 2008 04:35:17 -0000	1.4
+++ python-mwlib.spec	24 Oct 2008 01:20:00 -0000	1.5
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-mwlib
-Version:        0.8.3
+Version:        0.8.5
 Release:        1%{?dist}
 Summary:        MediaWiki conversion library for Python
 
@@ -22,25 +22,31 @@
 Requires:       tex(latex)
 %endif
 
+
 %description
 mwlib is a Python library for parsing MediaWiki articles. It is
 currently aimed at developers, who have a need to somehow handle
 MediaWiki articles.
 
+
 %prep
 %setup -q -n mwlib-%{version}
 %patch0 -p1
 
+
 %build
 CFLAGS="%{optflags}" %{__python} setup.py build
 
+
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 sed -i '/#! \/usr\/bin\/env python/d' %{buildroot}%{python_sitearch}/mwlib/*.py
+sed -i '/^#! -\*- .* -\*-$/d' %{buildroot}%{python_sitearch}/mwlib/*.py
 chmod a-x %{buildroot}%{python_sitearch}/mwlib/snippets.txt
 chmod 755 %{buildroot}%{python_sitearch}/mwlib/_mwscan.so
 
+
 %clean 
 rm -rf %{buildroot}
 
@@ -53,6 +59,9 @@
 
 
 %changelog
+* Thu Oct 23 2008 Ian Weller <ianweller at gmail.com> 0.8.5-1
+- Bump to 0.8.5
+
 * Fri Aug 22 2008 Ian Weller <ianweller at gmail.com> 0.8.3-1
 - Bump to 0.8.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-mwlib/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Aug 2008 04:35:17 -0000	1.4
+++ sources	24 Oct 2008 01:20:00 -0000	1.5
@@ -1 +1 @@
-0887b285611618a54ac902529bb04b06  mwlib-0.8.3.tar.gz
+7be608c151bfb70a1f82aa32d5d3a5cb  mwlib-0.8.5.tar.gz




More information about the fedora-extras-commits mailing list