Accepting request 94200 from games
Updated according to your wishes. OBS-URL: https://build.opensuse.org/request/show/94200 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=60
This commit is contained in:
parent
ba9bec586e
commit
cc0620d61f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c44c437374958fa3bc91fbcad2ac9c64f3b4e9ddf54d1efe252be76a58a5776
|
||||
size 1910085
|
3
curl-7.23.1.tar.lzma
Normal file
3
curl-7.23.1.tar.lzma
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eff6cfd9d561f0d5e08abd99112dc13b2593560c748a78801366f4604c9062cb
|
||||
size 1937159
|
@ -1,27 +0,0 @@
|
||||
From 0a8361df11617fe0a59687b00f020a8e9f15e83f Mon Sep 17 00:00:00 2001
|
||||
From: Dominique Leuenberger <dimstar@opensuse.org>
|
||||
Date: Mon, 3 Oct 2011 17:53:43 +0200
|
||||
Subject: [PATCH] m4: Use x in order to avoid variable 'x' set but not used
|
||||
[-Werror=unused-but-set-variable]
|
||||
|
||||
This error could be caused by configure scripts being run with -Werror
|
||||
-Wall, which would lead to libcurl being detected as unusable.
|
||||
---
|
||||
docs/libcurl/libcurl.m4 | 1 +
|
||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/docs/libcurl/libcurl.m4 b/docs/libcurl/libcurl.m4
|
||||
index 01a0575..8cada05 100644
|
||||
--- a/docs/libcurl/libcurl.m4
|
||||
+++ b/docs/libcurl/libcurl.m4
|
||||
@@ -157,6 +157,7 @@ x=CURLOPT_FILE;
|
||||
x=CURLOPT_ERRORBUFFER;
|
||||
x=CURLOPT_STDERR;
|
||||
x=CURLOPT_VERBOSE;
|
||||
+if (x) ;
|
||||
])],libcurl_cv_lib_curl_usable=yes,libcurl_cv_lib_curl_usable=no)
|
||||
|
||||
CPPFLAGS=$_libcurl_save_cppflags
|
||||
--
|
||||
1.7.6.4
|
||||
|
10
curl.changes
10
curl.changes
@ -1,4 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 12:00:00 UTC 2011 - opensuse@dstoecker.de
|
||||
|
||||
- Update to version 7.23.1:
|
||||
+ Empty headers can be sent in HTTP requests by terminating with a semicolon
|
||||
+ SSL session sharing support added to curl_share_setopt()
|
||||
+ Added support to MAIL FROM for the optional SIZE parameter
|
||||
+ smtp: Added support for NTLM authentication
|
||||
+ curl tool: code split into tool_*.[ch] files
|
||||
+ lots of bugfixes
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 3 15:44:17 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 7.22.0:
|
||||
|
10
curl.spec
10
curl.spec
@ -36,7 +36,7 @@ BuildRequires: libcares-devel
|
||||
BuildRequires: stunnel
|
||||
%endif
|
||||
#define cvs_suffix -20090302
|
||||
Version: 7.22.0
|
||||
Version: 7.23.1
|
||||
Release: 1
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -49,8 +49,6 @@ Summary: A Tool for Transferring Data from URLs
|
||||
Url: http://curl.haxx.se/
|
||||
Source: curl-%version%{?cvs_suffix}.tar.lzma
|
||||
Source2: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM curl-fix-m4.patch dimstar@opensuse.org -- Fix m4 to work with -Werror -Wall configure scripts. Simply 'use' x. Patch sent upstream.
|
||||
Patch0: curl-fix-m4.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -61,11 +59,12 @@ without user interaction or any kind of interactivity.
|
||||
|
||||
%package -n libcurl4
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Summary: cURL shared library version 4
|
||||
Summary: Version 4 of cURL shared library
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
|
||||
%description -n libcurl4
|
||||
cURL shared library version 4.
|
||||
The cURL shared library version 4 for accessing data using different
|
||||
network protocols.
|
||||
|
||||
%package -n libcurl-devel
|
||||
License: BSD3c(or similar) ; MIT License (or similar)
|
||||
@ -84,7 +83,6 @@ user interaction or any kind of interactivity.
|
||||
|
||||
%prep
|
||||
%setup -q -n curl-%version%{?cvs_suffix}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
# local hack to make curl-config --libs stop printing libraries it depends on
|
||||
|
Loading…
x
Reference in New Issue
Block a user