OBS User unknown 2008-07-05 00:22:42 +00:00 committed by Git OBS Bridge
parent d1fd67a0ca
commit 94a690fc4d
4 changed files with 26 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1f47a0177a5b13d317ab1f6570510502739909ede550e7da08ba814c3c73ae8
size 1744472

View File

@ -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 Sat May 17 19:22:10 CEST 2008 - coolo@suse.de

View File

@ -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. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -10,6 +10,7 @@
# norootforbuild # norootforbuild
%define testsuite_nonfatal 1
Name: curl Name: curl
BuildRequires: libidn-devel openldap2-devel openssl-devel zlib-devel BuildRequires: libidn-devel openldap2-devel openssl-devel zlib-devel
@ -23,8 +24,8 @@ BuildRequires: libssh2-devel openssh
%endif %endif
# used by the testsuite # used by the testsuite
BuildRequires: stunnel BuildRequires: stunnel
Version: 7.18.1 Version: 7.18.2
Release: 14 Release: 1
AutoReqProv: on AutoReqProv: on
License: BSD 3-Clause; X11/MIT License: BSD 3-Clause; X11/MIT
Group: Productivity/Networking/Web/Utilities Group: Productivity/Networking/Web/Utilities
@ -166,6 +167,14 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man3/* %doc %{_mandir}/man3/*
%changelog %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 * Sat May 17 2008 coolo@suse.de
- fix renaming of xxbit packages - fix renaming of xxbit packages
* Mon Apr 28 2008 mmarek@suse.cz * Mon Apr 28 2008 mmarek@suse.cz