rpms/curl/devel curl.spec,1.112,1.113

Kamil Dudka kdudka at fedoraproject.org
Thu Sep 3 17:17:55 UTC 2009


Author: kdudka

Update of /cvs/extras/rpms/curl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31998

Modified Files:
	curl.spec 
Log Message:
- cover ssh and stunnel support by the test-suite


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -p -r1.112 -r1.113
--- curl.spec	2 Sep 2009 14:19:19 -0000	1.112
+++ curl.spec	3 Sep 2009 17:17:55 -0000	1.113
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.19.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -18,8 +18,10 @@ URL: http://curl.haxx.se/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf
 BuildRequires: groff
+BuildRequires: openssh-server openssh-clients
 BuildRequires: pkgconfig, libidn-devel, zlib-devel, libssh2-devel
 BuildRequires: nss-devel >= 3.11.7-7, openldap-devel, krb5-devel
+BuildRequires: stunnel
 Requires: libcurl = %{version}-%{release}
 
 %description
@@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Thu Sep 03 2009 Kamil Dudka <kdudka at redhat.com> 7.19.6-5
+- cover ssh and stunnel support by the test-suite
+
 * Wed Sep 02 2009 Kamil Dudka <kdudka at redhat.com> 7.19.6-4
 - use pkg-config to find nss and libssh2 if possible
 - better patch (not only) for SCP/SFTP polling




More information about the fedora-extras-commits mailing list