rpms/python-paste/devel python-paste.spec,1.18,1.19

Toshio くらとみ toshio at fedoraproject.org
Wed Jul 7 18:08:25 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-paste/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10298

Modified Files:
	python-paste.spec 
Log Message:
Require pyOpenSSL so that we have SSL support.



Index: python-paste.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/devel/python-paste.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- python-paste.spec	2 Jul 2010 02:04:02 -0000	1.18
+++ python-paste.spec	7 Jul 2010 18:08:24 -0000	1.19
@@ -4,7 +4,7 @@
 
 Name:           python-paste
 Version:        1.7.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Tools for using a Web Server Gateway Interface stack
 Group:          System Environment/Libraries
 # Most of the code is MIT
@@ -30,6 +30,7 @@ BuildRequires:  python-setuptools-devel
 BuildRequires:  python-setuptools
 %endif
 Requires: python-tempita
+Requires: pyOpenSSL
 
 %description
 These provide several pieces of "middleware" (or filters) that can be nested
@@ -69,6 +70,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 2 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.7.4-3
+- Require pyOpenSSL so that we get SSL capabilities
+
 * Thu Jul 1 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 1.7.4-2
 - Unbundle tempita and don't rely on utils.string24
 



More information about the scm-commits mailing list