diff --git a/.cvsignore b/.cvsignore index a5ccc46..c76f318 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -curl-7.13.1.tar.bz2 +curl-7.14.0.tar.bz2 diff --git a/curl.spec b/curl.spec index 7e76fea..08ec9a0 100644 --- a/curl.spec +++ b/curl.spec @@ -1,13 +1,12 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others). Name: curl -Version: 7.13.1 -Release: 3 +Version: 7.14.0 +Release: 1 License: MIT Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 Patch0: curl-7.12.0-nousr.patch Patch1: curl-7.10.4-path.patch -Patch2: curl-7.13.1-auth.patch URL: http://curl.haxx.se/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: openssl-devel, libtool, pkgconfig, libidn-devel @@ -37,7 +36,6 @@ rm -rf $RPM_BUILD_ROOT %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 -b .auth %build aclocal @@ -92,9 +90,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Jun 16 2005 Ivana Varekova 7.14.0-1 +- rebuild new version + * Tue May 03 2005 Ivana Varekova 7.13.1-3 - fix bug 150768 - curl-7.12.3-2 breaks basic authentication - used Daniel Stenberg patch (patch2) + used Daniel Stenberg patch * Mon Apr 25 2005 Joe Orton 7.13.1-2 - update to use ca-bundle in /etc/pki diff --git a/sources b/sources index 670f4a8..a15187f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d673f68dbab2553acdbfb5435bd1cd48 curl-7.13.1.tar.bz2 +46ce665e47d37fce1a0bad935cce58a9 curl-7.14.0.tar.bz2