rpms/xmlrpc-c/devel xmlrpc-c.spec, 1.18, 1.19 sources, 1.11, 1.12 lastver, 1.2, 1.3 0001-make-cmake-transition.txt, 1.8, 1.9

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


Author: ensc

Update of /cvs/extras/rpms/xmlrpc-c/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8742

Modified Files:
	xmlrpc-c.spec sources lastver 0001-make-cmake-transition.txt 
Log Message:
- use correct pkg-config script for 'xmlrpc-config abyss-server'
  output (#355411)
- updated to 1.06.23 (#355411)



Index: xmlrpc-c.spec
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/devel/xmlrpc-c.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xmlrpc-c.spec	4 Sep 2007 07:41:11 -0000	1.18
+++ xmlrpc-c.spec	2 Jan 2008 00:36:18 -0000	1.19
@@ -2,12 +2,12 @@
 
 Summary:	A lightweight RPC library based on XML and HTTP
 Name:		xmlrpc-c
-Version:	1.06.18
+Version:	1.06.23
 Release:	%release_func 1
 License:	BSD/PSF -- see COPYING
 Group:		System Environment/Libraries
 URL:	 	http://xmlrpc-c.sourceforge.net/
-Source0:	http://dl.sourceforge.net/sourceforge/xmlrpc-c/%name-%version.tgz
+Source0:	http://dl.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-%version.tgz
 Patch6:		xmlrpc-c-1.06.04-sizet.patch
 Patch100:	http://ensc.de/xmlrpc-c/0001-make-cmake-transition.txt
 BuildRoot:	%_tmppath/%name-%version-%release-root
@@ -50,7 +50,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n xmlrpc-%version
 %patch6 -p1 -b .sizet
 %patch100 -p1
 
@@ -114,6 +114,11 @@
 
 
 %changelog
+* Wed Jan  2 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.06.23-1
+- use correct pkg-config script for 'xmlrpc-config abyss-server'
+  output (#355411)
+- updated to 1.06.23 (#355411)
+
 * Tue Sep  4 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.06.18-1
 - updated to 1.06.18
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	4 Sep 2007 07:41:11 -0000	1.11
+++ sources	2 Jan 2008 00:36:18 -0000	1.12
@@ -1 +1 @@
-dddd711a2905c03afa1fc7fd6860e445  xmlrpc-c-1.06.18.tgz
+e519a43145b90e814fcfb0af1db1d91c  xmlrpc-1.06.23.tgz


Index: lastver
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/devel/lastver,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lastver	4 Sep 2007 07:41:11 -0000	1.2
+++ lastver	2 Jan 2008 00:36:18 -0000	1.3
@@ -1 +1 @@
-1.06.18
+1.06.21


Index: 0001-make-cmake-transition.txt
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/devel/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:36:18 -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