From fe0088f733526854234268737e080c09c57773e0 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Jan 29 2007 16:25:45 +0000 Subject: - update to 7.16.1 --- diff --git a/curl-7.16.0-privlibs.patch b/curl-7.16.0-privlibs.patch index 77d6748..e0f5fbb 100644 --- a/curl-7.16.0-privlibs.patch +++ b/curl-7.16.0-privlibs.patch @@ -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} diff --git a/curl.spec b/curl.spec index 26ae6e5..2212747 100644 --- a/curl.spec +++ b/curl.spec @@ -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 7.16.1-1 +- update to 7.16.1 + * Tue Jan 16 2007 Jindrich Novy 7.16.0-5 - don't package generated makefiles for docs/examples to avoid multilib conflicts