This commit is contained in:
parent
663ea95b39
commit
76685f1246
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb3436280dedbc8f8141d3841a5964c4491dd6457bc5b7123854aed0b794be86
|
||||
size 2296879
|
3
curl-7.19.5.tar.bz2
Normal file
3
curl-7.19.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05ad84a9c8d340917370f357ad9fdce5ea595deb11f4cb70f946fa48c7b02cd0
|
||||
size 2298238
|
21
curl.changes
21
curl.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 15:03:25 CEST 2009 - mmarek@suse.cz
|
||||
|
||||
- remove the Obsoletes: curl-ca-bundle, it breaks parallel
|
||||
installation of older libcurl packages (bnc#484044).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 15:00:02 CEST 2009 - mmarek@suse.cz
|
||||
|
||||
- updated to 7.19.5
|
||||
* libcurl now closes all dead connections whenever you attempt to
|
||||
open a new connection
|
||||
* libssh2's version number can now be figured out run-time
|
||||
instead of using the build-time fixed number
|
||||
* CURLOPT_SEEKFUNCTION may now return CURL_SEEKFUNC_CANTSEEK
|
||||
* curl can now upload with resume even when reading from a pipe
|
||||
* a build-time configured curl_socklen_t is now used instead of
|
||||
socklen_t
|
||||
- by default, don't abort if the testsuite fails.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 11:12:41 CET 2009 - mmarek@suse.cz
|
||||
|
||||
|
30
curl.spec
30
curl.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package curl (Version 7.19.4)
|
||||
# spec file for package curl (Version 7.19.5)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -33,8 +33,8 @@ BuildRequires: libssh2-devel openssh
|
||||
BuildRequires: stunnel
|
||||
%endif
|
||||
#define cvs_suffix -20090302
|
||||
Version: 7.19.4
|
||||
Release: 2
|
||||
Version: 7.19.5
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -64,10 +64,6 @@ Authors:
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
Summary: cURL shared library version 4
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
# curl-ca-bundle doesn't exist since openSUSE 11.0, remove it on update
|
||||
# XXX: nothing actually provides curl-ca-bundle anymore
|
||||
#Provides: curl-ca-bundle
|
||||
Obsoletes: curl-ca-bundle
|
||||
|
||||
%description -n libcurl4
|
||||
cURL shared library version 4.
|
||||
@ -137,10 +133,10 @@ if test -z "$BUILD_INCARNATION"; then
|
||||
fi
|
||||
base=$((8990 + $BUILD_INCARNATION * 20))
|
||||
perl ./runtests.pl -a -b$base || {
|
||||
%if 0%{?curl_testsuite_nonfatal:1}
|
||||
echo "WARNING: runtests.pl failed with code $?, continuing nevertheless"
|
||||
%else
|
||||
%if 0%{?curl_testsuite_fatal:1}
|
||||
exit
|
||||
%else
|
||||
echo "WARNING: runtests.pl failed with code $?, continuing nevertheless"
|
||||
%endif
|
||||
}
|
||||
|
||||
@ -181,6 +177,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc docs/libcurl/symbols-in-versions
|
||||
|
||||
%changelog
|
||||
* Tue May 19 2009 mmarek@suse.cz
|
||||
- remove the Obsoletes: curl-ca-bundle, it breaks parallel
|
||||
installation of older libcurl packages (bnc#484044).
|
||||
* Tue May 19 2009 mmarek@suse.cz
|
||||
- updated to 7.19.5
|
||||
* libcurl now closes all dead connections whenever you attempt to
|
||||
open a new connection
|
||||
* libssh2's version number can now be figured out run-time
|
||||
instead of using the build-time fixed number
|
||||
* CURLOPT_SEEKFUNCTION may now return CURL_SEEKFUNC_CANTSEEK
|
||||
* curl can now upload with resume even when reading from a pipe
|
||||
* a build-time configured curl_socklen_t is now used instead of
|
||||
socklen_t
|
||||
- by default, don't abort if the testsuite fails.
|
||||
* Thu Mar 05 2009 mmarek@suse.cz
|
||||
- don't run autoreconf -fi as it breaks on older distros and
|
||||
upstream uses recent autotools already.
|
||||
|
Loading…
x
Reference in New Issue
Block a user