rpms/python-twisted-core/F-7 python-twisted-core.spec,1.4,1.5

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Fri Aug 31 20:32:24 UTC 2007


Author: thomasvs

Update of /cvs/extras/rpms/python-twisted-core/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20895

Modified Files:
	python-twisted-core.spec 
Log Message:
add sed and awk


Index: python-twisted-core.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-core/F-7/python-twisted-core.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-twisted-core.spec	31 Aug 2007 19:43:09 -0000	1.4
+++ python-twisted-core.spec	31 Aug 2007 20:31:52 -0000	1.5
@@ -6,7 +6,7 @@
 
 Name:           %{python}-twisted-core
 Version:        2.5.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An asynchronous networking framework written in Python
 
 Group:          Development/Libraries
@@ -19,6 +19,9 @@
 BuildRequires:  %{python}-devel
 BuildRequires:  %{python}-zope-interface
 
+BuildRequires:  /bin/sed
+BuildRequires:  /bin/awk
+
 # for FC3 and earlier
 %if "%{pybasever}" < "2.4"
 Requires:       python(abi) = %{pybasever}
@@ -187,6 +190,10 @@
 %{_datadir}/zsh/site-functions/_twisted_zsh_stub
 
 %changelog
+* Fri Aug 31 2007 Thomas Vander Stichele <thomas at apestaart dot org>
+- 2.5.0-2
+- add sed and awk as buildrequires
+
 * Thu Aug 23 2007 Thomas Vander Stichele <thomas at apestaart dot org>
 - 2.5.0-1
 - updated to newest version




More information about the fedora-extras-commits mailing list