diff --git a/curl-7.19.7.tar.bz2 b/curl-7.19.7.tar.bz2 deleted file mode 100644 index 9bd08a0..0000000 --- a/curl-7.19.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a15f94ae3401e3bd6208ce64155c2577815019824bceae7fd3221a12bc54a70 -size 2355121 diff --git a/curl-7.20.0.tar.bz2 b/curl-7.20.0.tar.bz2 new file mode 100644 index 0000000..5f6fd4a --- /dev/null +++ b/curl-7.20.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb516915da615d8f6b2b855004d5d4b19c468f080e3736d7a73c5599b9acab11 +size 2088522 diff --git a/curl.changes b/curl.changes index 96ccd92..473758b 100644 --- a/curl.changes +++ b/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 diff --git a/curl.spec b/curl.spec index 0f9491d..29ae3d1 100644 --- a/curl.spec +++ b/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 - %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 - %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 - %prep %setup -q -n curl-%version%{?cvs_suffix}