- update to 7.16.1

This commit is contained in:
Jindrich Novy 2007-01-29 16:25:45 +00:00
parent a00f2ca5f6
commit fe0088f733
2 changed files with 12 additions and 8 deletions

View File

@ -1,10 +1,11 @@
--- curl-7.16.0/libcurl.pc.in.LIBS_PRIVATE 2004-12-11 12:46:40.000000000 -0600
+++ curl-7.16.0/libcurl.pc.in 2006-10-31 10:05:30.000000000 -0600
@@ -6,5 +6,6 @@
Name: libcurl
--- curl-7.16.1/libcurl.pc.in.privlibs 2007-01-02 13:14:21.000000000 +0100
+++ curl-7.16.1/libcurl.pc.in 2007-01-29 17:20:50.000000000 +0100
@@ -33,6 +33,6 @@
URL: http://curl.haxx.se/
Description: Library to transfer files with ftp, http, etc.
Version: @VERSION@
-Libs: -L${libdir} -lcurl @LDFLAGS@ @LIBS@
+Libs: -L${libdir} -lcurl
-Libs: -L${libdir} -lcurl @LDFLAGS@
-Libs.private: @LIBS@
+Libs: -L${libdir} -lcurl
+Libs.private: @LDFLAGS@ @LIBS@
Cflags: -I${includedir}

View File

@ -2,8 +2,8 @@
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
Name: curl
Version: 7.16.0
Release: 5%{?dist}
Version: 7.16.1
Release: 1%{?dist}
License: MIT
Group: Applications/Internet
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%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
- don't package generated makefiles for docs/examples to avoid
multilib conflicts