rpms/curl/F-8 curl.spec,1.63,1.64

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon Apr 14 06:14:35 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/curl/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1697

Modified Files:
	curl.spec 
Log Message:
* Mon Apr 14 2008 Jindrich Novy <jnovy at redhat.com> 7.17.1-3
- add BuildRequires krb5-devel to build curl with GSSAPI
  negotiate support (#442069)
- fix typo in package description



Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/F-8/curl.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- curl.spec	22 Jan 2008 12:28:04 -0000	1.63
+++ curl.spec	14 Apr 2008 06:13:53 -0000	1.64
@@ -4,7 +4,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl 
 Version: 7.17.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@@ -18,12 +18,13 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool, pkgconfig, libidn-devel, zlib-devel
 BuildRequires: nss-devel >= 3.11.7-7
+BuildRequires: krb5-devel
 
 %description
 cURL is a tool for getting files from HTTP, FTP, FILE, LDAP, LDAPS,
 DICT, TELNET and TFTP servers, using any of the supported protocols.
 cURL is designed to work without user interaction or any kind of
-interactivity. cURL 5;3~offers many useful capabilities, like proxy 
+interactivity. cURL offers many useful capabilities, like proxy 
 support, user authentication, FTP upload, HTTP post, and file transfer
 resume.
 
@@ -107,6 +108,11 @@
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Mon Apr 14 2008 Jindrich Novy <jnovy at redhat.com> 7.17.1-3
+- add BuildRequires krb5-devel to build curl with GSSAPI
+  negotiate support (#442069)
+- fix typo in package description
+
 * Tue Jan 22 2008 Jindrich Novy <jnovy at redhat.com> 7.17.1-2
 - do not attempt to close a bad socket (#427966),
   thanks to Caolan McNamara




More information about the fedora-extras-commits mailing list