rpms/python-mwlib/F-12 python-mwlib.spec,1.15,1.16

Paul W. Frields pfrields at fedoraproject.org
Thu Mar 18 00:01:04 UTC 2010


Author: pfrields

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

Modified Files:
	python-mwlib.spec 
Log Message:
Correct yet another missing requirement


Index: python-mwlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mwlib/F-12/python-mwlib.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- python-mwlib.spec	17 Mar 2010 19:57:59 -0000	1.15
+++ python-mwlib.spec	18 Mar 2010 00:01:01 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name:           python-mwlib
 Version:        0.11.2
-Release:        5.20090522hg2956%{?dist}
+Release:        6.20090522hg2956%{?dist}
 Summary:        MediaWiki conversion library for Python
 
 Group:          Development/Languages
@@ -18,7 +18,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildRequires:  python-devel re2c python-docutils python-flup odfpy pyparsing python-simplejson python-setuptools
 Requires:       perl python-imaging python-flup pyparsing odfpy python-simplejson
-Requires:       python-twisted-core
+Requires:       python-twisted-core python-twisted-web
 Requires:       LabPlot blahtexml python-dateutil >= 1.4.1
 Requires:       tex(latex)
 
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Mar 17 2010 Paul W. Frields <stickster at gmail.com> - 0.11.2-6.20090522hg2956
+- Add another missing Requires
+
 * Wed Mar 17 2010 Paul W. Frields <stickster at gmail.com> - 0.11.2-5.20090522hg2956
 - Add actual python-twisted-core dependency
 



More information about the scm-commits mailing list