rpms/curl/devel curl.spec,1.59,1.60

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon Sep 17 13:48:45 UTC 2007


Author: jnovy

Update of /cvs/extras/rpms/curl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20656

Modified Files:
	curl.spec 
Log Message:
add zlib-devel BR to enable gzip compressed transfers in curl (#292211)


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- curl.spec	10 Sep 2007 07:12:49 -0000	1.59
+++ curl.spec	17 Sep 2007 13:48:13 -0000	1.60
@@ -4,7 +4,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl 
 Version: 7.16.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@@ -15,7 +15,7 @@
 Provides: webclient
 URL: http://curl.haxx.se/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libtool, pkgconfig, libidn-devel
+BuildRequires: libtool, pkgconfig, libidn-devel, zlib-devel
 BuildRequires: nss-devel >= 3.11.7-7
 
 %description
@@ -103,6 +103,9 @@
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Mon Sep 17 2007 Jindrich Novy <jnovy at redhat.com> 7.16.4-7
+- add zlib-devel BR to enable gzip compressed transfers in curl (#292211)
+
 * Mon Sep 10 2007 Jindrich Novy <jnovy at redhat.com> 7.16.4-6
 - provide webclient (#225671)
 




More information about the fedora-extras-commits mailing list