- rebuild new version
This commit is contained in:
parent
b396eeb000
commit
727df8abca
@ -1 +1 @@
|
|||||||
curl-7.13.1.tar.bz2
|
curl-7.14.0.tar.bz2
|
||||||
|
11
curl.spec
11
curl.spec
@ -1,13 +1,12 @@
|
|||||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.13.1
|
Version: 7.14.0
|
||||||
Release: 3
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
||||||
Patch0: curl-7.12.0-nousr.patch
|
Patch0: curl-7.12.0-nousr.patch
|
||||||
Patch1: curl-7.10.4-path.patch
|
Patch1: curl-7.10.4-path.patch
|
||||||
Patch2: curl-7.13.1-auth.patch
|
|
||||||
URL: http://curl.haxx.se/
|
URL: http://curl.haxx.se/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: openssl-devel, libtool, pkgconfig, libidn-devel
|
BuildRequires: openssl-devel, libtool, pkgconfig, libidn-devel
|
||||||
@ -37,7 +36,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1 -b .auth
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
aclocal
|
aclocal
|
||||||
@ -92,9 +90,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2005 Ivana Varekova <varekova@redhat.com> 7.14.0-1
|
||||||
|
- rebuild new version
|
||||||
|
|
||||||
* Tue May 03 2005 Ivana Varekova <varekova@redhat.com> 7.13.1-3
|
* Tue May 03 2005 Ivana Varekova <varekova@redhat.com> 7.13.1-3
|
||||||
- fix bug 150768 - curl-7.12.3-2 breaks basic authentication
|
- 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 <jorton@redhat.com> 7.13.1-2
|
* Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 7.13.1-2
|
||||||
- update to use ca-bundle in /etc/pki
|
- update to use ca-bundle in /etc/pki
|
||||||
|
Loading…
Reference in New Issue
Block a user