rpms/xmlrpc-c/devel 0003-make-cmake-transition.txt, 1.1, 1.2 0012-added-VA_LIST_IS_ARRAY-check.txt, 1.3, 1.4 sources, 1.4, 1.5 xmlrpc-c.spec, 1.7, 1.8

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Wed Sep 20 16:48:17 UTC 2006


Author: ensc

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

Modified Files:
	0003-make-cmake-transition.txt 
	0012-added-VA_LIST_IS_ARRAY-check.txt sources xmlrpc-c.spec 
Log Message:
updated to 1.06.05


Index: 0003-make-cmake-transition.txt
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/devel/0003-make-cmake-transition.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0003-make-cmake-transition.txt	18 Sep 2006 06:22:42 -0000	1.1
+++ 0003-make-cmake-transition.txt	20 Sep 2006 16:48:17 -0000	1.2
@@ -60,8 +60,8 @@
 +include(CheckIncludeFile)
 +include(CheckFunctionExists)
 +
-+set(XMLRPC_C_VERSION    "1.06.04" CACHE STRING "Version of xmlrpc-c")
-+set(XMLRPC_C_LIBVERSION "3.7.0")
++set(XMLRPC_C_VERSION    "1.06.05" CACHE STRING "Version of xmlrpc-c")
++set(XMLRPC_C_LIBVERSION "3.6.4")
 +set(XMLRPC_C_SOVERSION  "3")
 +
 +


Index: 0012-added-VA_LIST_IS_ARRAY-check.txt
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/devel/0012-added-VA_LIST_IS_ARRAY-check.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 0012-added-VA_LIST_IS_ARRAY-check.txt	20 Sep 2006 06:34:03 -0000	1.3
+++ 0012-added-VA_LIST_IS_ARRAY-check.txt	20 Sep 2006 16:48:17 -0000	1.4
@@ -57,7 +57,7 @@
 +
  #ifndef H_XMLRPC_C_CONFIG_H
  
-+#define VA_LIST_IS_ARRAY	@VA_LIST_IS_ARRAY@
++#define VA_LIST_IS_ARRAY	@VA_LIST_IS_ARRAY@	
  #cmakedefine			HAVE_WCHAR_H
  #cmakedefine			HAVE_SETENV
  #define HAVE_SYS_IOCTL_H	0 at HAVE_SYS_IOCTL_H@


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	18 Sep 2006 06:22:42 -0000	1.4
+++ sources	20 Sep 2006 16:48:17 -0000	1.5
@@ -1 +1 @@
-25c43707810525b077c6ad64e25dd978  xmlrpc-c-1.06.04.tgz
+69f3644da7b8e9d13482c82838a4005a  xmlrpc-c-1.06.05.tgz


Index: xmlrpc-c.spec
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/devel/xmlrpc-c.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xmlrpc-c.spec	18 Sep 2006 17:52:40 -0000	1.7
+++ xmlrpc-c.spec	20 Sep 2006 16:48:17 -0000	1.8
@@ -4,8 +4,8 @@
 
 Summary:	A lightweight RPC library based on XML and HTTP
 Name:		xmlrpc-c
-Version:	1.06.04
-Release:	%release_func 2
+Version:	1.06.05
+Release:	%release_func 0
 License:	BSD/PSF -- see COPYING
 Group:		System Environment/Libraries
 URL:	 	http://xmlrpc-c.sourceforge.net/
@@ -133,6 +133,9 @@
 
 
 %changelog
+* Wed Sep 20 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.06.05-0
+- updated to 1.06.05
+
 * Sat Sep 16 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.06.04-1
 - updated to 1.06.04
 - patched the broken buildsystem




More information about the scm-commits mailing list