- update to 7.16.1
This commit is contained in:
parent
a00f2ca5f6
commit
fe0088f733
@ -1,10 +1,11 @@
|
|||||||
--- curl-7.16.0/libcurl.pc.in.LIBS_PRIVATE 2004-12-11 12:46:40.000000000 -0600
|
--- curl-7.16.1/libcurl.pc.in.privlibs 2007-01-02 13:14:21.000000000 +0100
|
||||||
+++ curl-7.16.0/libcurl.pc.in 2006-10-31 10:05:30.000000000 -0600
|
+++ curl-7.16.1/libcurl.pc.in 2007-01-29 17:20:50.000000000 +0100
|
||||||
@@ -6,5 +6,6 @@
|
@@ -33,6 +33,6 @@
|
||||||
Name: libcurl
|
URL: http://curl.haxx.se/
|
||||||
Description: Library to transfer files with ftp, http, etc.
|
Description: Library to transfer files with ftp, http, etc.
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
-Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
|
-Libs: -L${libdir} -lcurl @LDFLAGS@
|
||||||
+Libs: -L${libdir} -lcurl
|
-Libs.private: @LIBS@
|
||||||
|
+Libs: -L${libdir} -lcurl
|
||||||
+Libs.private: @LDFLAGS@ @LIBS@
|
+Libs.private: @LDFLAGS@ @LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
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.16.0
|
Version: 7.16.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
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
|
||||||
@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 29 2007 Jindrich Novy <jnovy@redhat.com> 7.16.1-1
|
||||||
|
- update to 7.16.1
|
||||||
|
|
||||||
* Tue Jan 16 2007 Jindrich Novy <jnovy@redhat.com> 7.16.0-5
|
* Tue Jan 16 2007 Jindrich Novy <jnovy@redhat.com> 7.16.0-5
|
||||||
- don't package generated makefiles for docs/examples to avoid
|
- don't package generated makefiles for docs/examples to avoid
|
||||||
multilib conflicts
|
multilib conflicts
|
||||||
|
Loading…
Reference in New Issue
Block a user