Accepting request 32593 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/curl based on submit request 32593 from user michal-m OBS-URL: https://build.opensuse.org/request/show/32593 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=43
This commit is contained in:
commit
e275fed2fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a15f94ae3401e3bd6208ce64155c2577815019824bceae7fd3221a12bc54a70
|
||||
size 2355121
|
3
curl-7.20.0.tar.bz2
Normal file
3
curl-7.20.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb516915da615d8f6b2b855004d5d4b19c468f080e3736d7a73c5599b9acab11
|
||||
size 2088522
|
20
curl.changes
20
curl.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 21:39:56 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 7.20.0:
|
||||
* support SSL_FILETYPE_ENGINE for client certificate
|
||||
* curl-config can now show the arguments used when building curl
|
||||
* non-blocking TFTP
|
||||
* send Expect: 100-continue for POSTs with unknown sizes
|
||||
* added support for IMAP(S), POP3(S), SMTP(S) and RTSP
|
||||
* added new curl_easy_setopt() options for SMTP and RTSP
|
||||
* added --mail-from and --mail-rcpt for SMTP
|
||||
* VMS build system enhancements
|
||||
* added support for the PRET ftp command
|
||||
* curl supports --ssl and --ssl-reqd
|
||||
* added -J/--remote-header-name for using server-provided
|
||||
filename with -O
|
||||
* enhanced asynchronous DNS lookups
|
||||
* symbol CURL_FORMAT_OFF_T is obsoleted
|
||||
* many bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 26 11:33:14 CET 2010 - mmarek@suse.cz
|
||||
|
||||
|
22
curl.spec
22
curl.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package curl (Version 7.19.7)
|
||||
# spec file for package curl (Version 7.20.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -33,7 +33,7 @@ BuildRequires: libssh2-devel openssh
|
||||
BuildRequires: stunnel
|
||||
%endif
|
||||
#define cvs_suffix -20090302
|
||||
Version: 7.19.7
|
||||
Version: 7.20.0
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
@ -55,12 +55,6 @@ server using any of the supported protocols (HTTP, HTTPS, FTP, FTPS,
|
||||
TFTP, DICT, TELNET, LDAP, or FILE). The command is designed to work
|
||||
without user interaction or any kind of interactivity.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Daniel Stenberg <Daniel.Stenberg@haxx.se>
|
||||
|
||||
%package -n libcurl4
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Summary: cURL shared library version 4
|
||||
@ -69,12 +63,6 @@ Group: Productivity/Networking/Web/Utilities
|
||||
%description -n libcurl4
|
||||
cURL shared library version 4.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Daniel Stenberg <Daniel.Stenberg@haxx.se>
|
||||
|
||||
%package -n libcurl-devel
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Summary: A Tool for Transferring Data from URLs
|
||||
@ -90,12 +78,6 @@ server using any of the supported protocols (HTTP, HTTPS, FTP, GOPHER,
|
||||
DICT, TELNET, LDAP, or FILE). The command is designed to work without
|
||||
user interaction or any kind of interactivity.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Daniel Stenberg <Daniel.Stenberg@haxx.se>
|
||||
|
||||
%prep
|
||||
%setup -q -n curl-%version%{?cvs_suffix}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user