From c81b8a7590e0422fdc8d68cfe0d91d6ed4709e049598d2390991578b02aa0a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 29 Nov 2011 08:41:20 +0000 Subject: [PATCH] - Use original source tarball OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=61 --- curl.changes | 7 ++++++- curl.spec | 5 ++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/curl.changes b/curl.changes index 585b5f7..925049e 100644 --- a/curl.changes +++ b/curl.changes @@ -1,5 +1,10 @@ ------------------------------------------------------------------- -Mon Nov 29 12:00:00 UTC 2011 - opensuse@dstoecker.de +Tue Nov 29 08:20:23 UTC 2011 - idoenmez@suse.de + +- Use original source tarball + +------------------------------------------------------------------- +Mon Nov 28 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 diff --git a/curl.spec b/curl.spec index 7427a68..d0ef9cf 100644 --- a/curl.spec +++ b/curl.spec @@ -35,7 +35,6 @@ BuildRequires: libcares-devel # used by the testsuite BuildRequires: stunnel %endif -#define cvs_suffix -20090302 Version: 7.23.1 Release: 1 # bug437293 @@ -47,7 +46,7 @@ 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.lzma +Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -82,7 +81,7 @@ DICT, TELNET, LDAP, or FILE). The command is designed to work without user interaction or any kind of interactivity. %prep -%setup -q -n curl-%version%{?cvs_suffix} +%setup -q %build # local hack to make curl-config --libs stop printing libraries it depends on