diff --git a/0003-make-cmake-transition.txt b/0003-make-cmake-transition.txt index 7e95d10..14c3a2e 100644 --- a/0003-make-cmake-transition.txt +++ b/0003-make-cmake-transition.txt @@ -60,8 +60,8 @@ index 0000000..239a434 +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") + + diff --git a/0012-added-VA_LIST_IS_ARRAY-check.txt b/0012-added-VA_LIST_IS_ARRAY-check.txt index 6ea93c8..f627b90 100644 --- a/0012-added-VA_LIST_IS_ARRAY-check.txt +++ b/0012-added-VA_LIST_IS_ARRAY-check.txt @@ -57,7 +57,7 @@ index 478c252..8f364dd 100644 + #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@HAVE_SYS_IOCTL_H@ diff --git a/sources b/sources index 4ebbc2d..992e2a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -25c43707810525b077c6ad64e25dd978 xmlrpc-c-1.06.04.tgz +69f3644da7b8e9d13482c82838a4005a xmlrpc-c-1.06.05.tgz diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index 269a110..8458413 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -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 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 20 2006 Enrico Scholz - 1.06.05-0 +- updated to 1.06.05 + * Sat Sep 16 2006 Enrico Scholz - 1.06.04-1 - updated to 1.06.04 - patched the broken buildsystem