]> git.pld-linux.org Git - packages/curl.git/commitdiff
- updated desired libssh2 version
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 16 Nov 2011 20:21:35 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.202

curl.spec

index 1dbf487d8bdaf5900299fbb6b1c062d947b14f04..b80c65bb8968e6fb385ff7a15bffbc0c00eebb0f 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -40,7 +40,7 @@ BuildRequires:        automake
 %{?with_kerberos5:BuildRequires:       heimdal-devel}
 BuildRequires: libidn-devel >= 0.4.1
 %{?with_rtmp:BuildRequires:    librtmp-devel}
-%{?with_ssh:BuildRequires:     libssh2-devel >= 0.16}
+%{?with_ssh:BuildRequires:     libssh2-devel >= 1.2.8}
 BuildRequires: libtool
 %{?with_ldap:BuildRequires:    openldap-devel}
 BuildRequires: pkgconfig
@@ -57,7 +57,7 @@ BuildRequires:        tar >= 1:1.22
 BuildRequires: zlib-devel
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      libidn >= 0.4.1
-%{?with_ssh:Requires:  libssh2 >= 0.16}
+%{?with_ssh:Requires:  libssh2 >= 1.2.8}
 Obsoletes:     libcurl2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -136,7 +136,7 @@ Requires:   %{name}-libs = %{version}-%{release}
 %{?with_kerberos5:Requires:    heimdal-devel}
 Requires:      libidn-devel >= 0.4.1
 %{?with_rtmp:Requires: librtmp-devel}
-%{?with_ssh:Requires:  libssh2-devel >= 0.16}
+%{?with_ssh:Requires:  libssh2-devel >= 1.2.8}
 %{?with_ldap:Requires: openldap-devel}
 %if %{with ssl}
 %if %{with gnutls}
This page took 0.103853 seconds and 4 git commands to generate.