rpms/python-foolscap/devel python-foolscap.spec,1.4,1.5

Ruben Kerkhof ruben at fedoraproject.org
Wed Sep 9 16:07:03 UTC 2009


Author: ruben

Update of /cvs/pkgs/rpms/python-foolscap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28735

Modified Files:
	python-foolscap.spec 
Log Message:
* Wed Sep 09 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.4.2-3
- Add requirement on pyOpenSSL



Index: python-foolscap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-foolscap/devel/python-foolscap.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-foolscap.spec	7 Sep 2009 23:21:41 -0000	1.4
+++ python-foolscap.spec	9 Sep 2009 16:07:03 -0000	1.5
@@ -4,7 +4,7 @@
 
 Name:           python-%{modulename}
 Version:        0.4.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Next-generation RPC protocol, intended to replace Perspective Broker
 
 Group:          Development/Languages
@@ -15,8 +15,8 @@ Patch0:		foolscap-disable-randomly-faili
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python, python-devel, python-twisted-web
-Requires:       python-twisted-web
+BuildRequires:  python, python-devel, python-twisted-web, python-setuptools, pyOpenSSL
+Requires:       python-twisted-web, pyOpenSSL
 
 %description
 Foolscap (aka newpb) is a new version of Twisted's native RPC protocol, known
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_bindir}/flappserver
 
 %changelog
+* Wed Sep 09 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.4.2-3
+- Add requirement on pyOpenSSL
+
 * Tue Sep 08 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.4.2-2
 - Disable a single test which only fails in Koji
 




More information about the scm-commits mailing list