This commit is contained in:
parent
d1fd67a0ca
commit
94a690fc4d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccf0ecc8be56b30eebcc39e4787dc86f8f0b1d95313f6d85118f36bd48beae6c
|
||||
size 1700966
|
3
curl-7.18.2.tar.bz2
Normal file
3
curl-7.18.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1f47a0177a5b13d317ab1f6570510502739909ede550e7da08ba814c3c73ae8
|
||||
size 1744472
|
11
curl.changes
11
curl.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 18:05:43 CEST 2008 - mmarek@suse.cz
|
||||
|
||||
- updated to 7.18.2
|
||||
* CURLFORM_STREAM was added
|
||||
* CURLOPT_NOBODY is now supported over SFTP
|
||||
* curl can now run on Symbian OS
|
||||
* curl -w redirect_url and CURLINFO_REDIRECT_URL
|
||||
* added curl_easy_send() and curl_easy_recv()
|
||||
* some bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 17 19:22:10 CEST 2008 - coolo@suse.de
|
||||
|
||||
|
15
curl.spec
15
curl.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package curl (Version 7.18.1)
|
||||
# spec file for package curl (Version 7.18.2)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -10,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define testsuite_nonfatal 1
|
||||
|
||||
Name: curl
|
||||
BuildRequires: libidn-devel openldap2-devel openssl-devel zlib-devel
|
||||
@ -23,8 +24,8 @@ BuildRequires: libssh2-devel openssh
|
||||
%endif
|
||||
# used by the testsuite
|
||||
BuildRequires: stunnel
|
||||
Version: 7.18.1
|
||||
Release: 14
|
||||
Version: 7.18.2
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
License: BSD 3-Clause; X11/MIT
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
@ -166,6 +167,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 04 2008 mmarek@suse.cz
|
||||
- updated to 7.18.2
|
||||
* CURLFORM_STREAM was added
|
||||
* CURLOPT_NOBODY is now supported over SFTP
|
||||
* curl can now run on Symbian OS
|
||||
* curl -w redirect_url and CURLINFO_REDIRECT_URL
|
||||
* added curl_easy_send() and curl_easy_recv()
|
||||
* some bugfixes
|
||||
* Sat May 17 2008 coolo@suse.de
|
||||
- fix renaming of xxbit packages
|
||||
* Mon Apr 28 2008 mmarek@suse.cz
|
||||
|
Loading…
x
Reference in New Issue
Block a user