From 423e2bcd188ee8ac68ed5bfe73ae7d0ed56d3eb6c652f7842732d832673c1c76 Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Tue, 26 Jan 2010 11:17:04 +0000 Subject: [PATCH] Accepting request 30486 from home:michal-m:branches:devel:libraries:c_c++ Copy from home:michal-m:branches:devel:libraries:c_c++/curl via accept of submit request 30486 revision 4. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/30486 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=24 --- curl-7.19.6.tar.bz2 | 3 --- curl-7.19.7.tar.bz2 | 3 +++ curl.changes | 16 ++++++++++++++++ curl.spec | 13 +++++++------ 4 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 curl-7.19.6.tar.bz2 create mode 100644 curl-7.19.7.tar.bz2 diff --git a/curl-7.19.6.tar.bz2 b/curl-7.19.6.tar.bz2 deleted file mode 100644 index 5b2146d..0000000 --- a/curl-7.19.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea88f48c8415f7d3af482e4d241277b2bdbfaffaf285e8001c88c1376cbc1021 -size 2347791 diff --git a/curl-7.19.7.tar.bz2 b/curl-7.19.7.tar.bz2 new file mode 100644 index 0000000..9bd08a0 --- /dev/null +++ b/curl-7.19.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a15f94ae3401e3bd6208ce64155c2577815019824bceae7fd3221a12bc54a70 +size 2355121 diff --git a/curl.changes b/curl.changes index 91a95a0..96ccd92 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jan 26 11:33:14 CET 2010 - mmarek@suse.cz + +- updated to 7.19.7 + * -T. is now for non-blocking uploading from stdin + * SYST handling on FTP for OS/400 FTP server cases + * libcurl refuses to read a single HTTP header longer than 100K + * added the --crlfile option to curl + * many bugfixes + + +------------------------------------------------------------------- +Mon Jan 11 11:38:16 CET 2010 - meissner@suse.de + +- add baselibs.conf as source + ------------------------------------------------------------------- Thu Aug 13 21:30:37 CEST 2009 - mmarek@suse.cz diff --git a/curl.spec b/curl.spec index 70ad970..05ebe8e 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ # # spec file for package curl (Version 7.19.6) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,19 +33,20 @@ BuildRequires: libssh2-devel openssh BuildRequires: stunnel %endif #define cvs_suffix -20090302 -Version: 7.19.6 -Release: 1 +Version: 7.19.7 +Release: 2 AutoReqProv: on # bug437293 %ifarch ppc64 Obsoletes: curl-64bit %endif # -License: BSD 3-clause (or similar) ; MIT License (or similar) +License: BSD3c(or similar) ; MIT License (or similar) Group: Productivity/Networking/Web/Utilities Summary: A Tool for Transferring Data from URLs Url: http://curl.haxx.se/ Source: curl-%version%{?cvs_suffix}.tar.bz2 +Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -61,7 +62,7 @@ Authors: Daniel Stenberg %package -n libcurl4 -License: BSD 3-clause (or similar) ; MIT License (or similar) +License: BSD3c(or similar) ; MIT License (or similar) Summary: cURL shared library version 4 Group: Productivity/Networking/Web/Utilities @@ -75,7 +76,7 @@ Authors: Daniel Stenberg %package -n libcurl-devel -License: BSD 3-clause (or similar) ; MIT License (or similar) +License: BSD3c(or similar) ; MIT License (or similar) Summary: A Tool for Transferring Data from URLs Group: Development/Libraries/C and C++ Requires: libcurl4 = %{version} glibc-devel