rpms/xmlrpc-c/F-8 0001-make-cmake-transition.txt,1.8,1.9

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Wed Jan 2 00:39:35 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/xmlrpc-c/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8862/F-8

Modified Files:
	0001-make-cmake-transition.txt 
Log Message:
- use correct pkg-config script for 'xmlrpc-config abyss-server'
  output (#355411)



Index: 0001-make-cmake-transition.txt
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/F-8/0001-make-cmake-transition.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- 0001-make-cmake-transition.txt	4 Sep 2007 07:41:11 -0000	1.8
+++ 0001-make-cmake-transition.txt	2 Jan 2008 00:38:59 -0000	1.9
@@ -118,7 +118,7 @@
 +include(CheckIncludeFile)
 +include(CheckFunctionExists)
 +
-+set(XMLRPC_C_VERSION    "1.06.18" CACHE STRING "Version of xmlrpc-c")
++set(XMLRPC_C_VERSION    "1.06.23" CACHE STRING "Version of xmlrpc-c")
 +set(XMLRPC_C_LIBVERSION "3.6.15")
 +set(XMLRPC_C_SOVERSION  "3")
 +
@@ -1388,11 +1388,11 @@
 +
 +if test -z "$need_cxx"; then
 +    test -z "$need_client" || comp="$comp xmlrpc_client"
-+    test -z "$need_abyss"  || comp="$comp xmlrpc_abyss"
++    test -z "$need_abyss"  || comp="$comp xmlrpc_server_abyss"
 +    test -z "$need_server" || comp="$comp xmlrpc_server"
 +else
 +    test -z "$need_client" || comp="$comp xmlrpc_client++"
-+    test -z "$need_abyss"  || comp="$comp xmlrpc_abyss++"
++    test -z "$need_abyss"  || comp="$comp xmlrpc_server_abyss++"
 +    test -z "$need_server" || comp="$comp xmlrpc_server++"
 +fi
 +




More information about the fedora-extras-commits mailing list