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
This commit is contained in:
parent
c1075ddc91
commit
423e2bcd18
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea88f48c8415f7d3af482e4d241277b2bdbfaffaf285e8001c88c1376cbc1021
|
||||
size 2347791
|
3
curl-7.19.7.tar.bz2
Normal file
3
curl-7.19.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a15f94ae3401e3bd6208ce64155c2577815019824bceae7fd3221a12bc54a70
|
||||
size 2355121
|
16
curl.changes
16
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
|
||||
|
||||
|
13
curl.spec
13
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 <Daniel.Stenberg@haxx.se>
|
||||
|
||||
%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 <Daniel.Stenberg@haxx.se>
|
||||
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user