diff --git a/0001-make-cmake-transition.txt b/0001-make-cmake-transition.txt index 88969b4..22611b6 100644 --- a/0001-make-cmake-transition.txt +++ b/0001-make-cmake-transition.txt @@ -118,8 +118,8 @@ index 0000000..e4505f7 +include(CheckIncludeFile) +include(CheckFunctionExists) + -+set(XMLRPC_C_VERSION "1.06.11" CACHE STRING "Version of xmlrpc-c") -+set(XMLRPC_C_LIBVERSION "3.6.11") ++set(XMLRPC_C_VERSION "1.06.14" CACHE STRING "Version of xmlrpc-c") ++set(XMLRPC_C_LIBVERSION "3.6.14") +set(XMLRPC_C_SOVERSION "3") + + diff --git a/sources b/sources index 7c8781c..10dda98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d080e7934c728e0067f89ad40de7dfa8 xmlrpc-c-1.06.11.tgz +c3171b59a8accb23f11126300848e00d xmlrpc-c-1.06.14.tgz diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index 8341ae2..3211b22 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -2,8 +2,8 @@ Summary: A lightweight RPC library based on XML and HTTP Name: xmlrpc-c -Version: 1.06.11 -Release: %release_func 2 +Version: 1.06.14 +Release: %release_func 1 License: BSD/PSF -- see COPYING Group: System Environment/Libraries URL: http://xmlrpc-c.sourceforge.net/ @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 14 2007 Enrico Scholz - 1.06.14-1 +- updated to 1.06.14 + * Sun Apr 1 2007 Enrico Scholz - 1.06.11-2 - rediffed cmake patch against current version - made the xmlrpc-c-config compatible to the upstream version