[xmlrpc-c/f16] rebuilt with correct check for libcurl-devel

ensc ensc at fedoraproject.org
Sun Aug 7 22:12:39 UTC 2011


commit 4f60fe20633d34110733da3d3913a0d1eb2ac414
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Mon Aug 8 00:12:00 2011 +0200

    rebuilt with correct check for libcurl-devel

 xmlrpc-c.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec
index ae5762a..e7335a3 100644
--- a/xmlrpc-c.spec
+++ b/xmlrpc-c.spec
@@ -6,7 +6,7 @@
 Summary:	A lightweight RPC library based on XML and HTTP
 Name:		xmlrpc-c
 Version:	1.27.4
-Release:	%release_func 1600.svn%svnrev
+Release:	%release_func 1601.svn%svnrev
 # See COPYING for details.
 # The Python 1.5.2 license used by a few files is just BSD.
 License:	BSD and MIT
@@ -44,7 +44,7 @@ Summary:	C client libraries for xmlrpc-c
 Group:		System Environment/Libraries
 Requires:	%name%{?_isa} = %version-%release
 # we need a CURLOPT_GSSAPI_DELEGATION patched libcurl
-BuildConflicts:	curl-devel < 7.21.7-2
+BuildConflicts:	libcurl-devel < 7.21.7-2
 
 %package client++
 Summary:	C++ client libraries for xmlrpc-c
@@ -237,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug  8 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.27.4-1601.svn2171
+- rebuilt with correct check for libcurl-devel
+
 * Sun Aug  7 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.27.4-1600.svn2171
 - updated to 1.27.4
 


More information about the scm-commits mailing list