diff --git a/.cvsignore b/.cvsignore index 8cb0c18..6b793e7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ xmlrpc-c-*.tgz +x.patch diff --git a/0001-make-cmake-transition.txt b/0001-make-cmake-transition.txt index 532de4a..38e8d5b 100644 --- a/0001-make-cmake-transition.txt +++ b/0001-make-cmake-transition.txt @@ -68,7 +68,7 @@ index 0000000..18b390d +include(CheckIncludeFile) +include(CheckFunctionExists) + -+set(XMLRPC_C_VERSION "1.06.05" CACHE STRING "Version of xmlrpc-c") ++set(XMLRPC_C_VERSION "1.06.09" CACHE STRING "Version of xmlrpc-c") +set(XMLRPC_C_LIBVERSION "3.6.4") +set(XMLRPC_C_SOVERSION "3") + diff --git a/sources b/sources index 992e2a8..bd62bd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69f3644da7b8e9d13482c82838a4005a xmlrpc-c-1.06.05.tgz +c559f6b3a46f70a7942aca7c6dd44b46 xmlrpc-c-1.06.09.tgz diff --git a/xmlrpc-c-1.05-typo.patch b/xmlrpc-c-1.05-typo.patch deleted file mode 100644 index 8ed01c4..0000000 --- a/xmlrpc-c-1.05-typo.patch +++ /dev/null @@ -1,26 +0,0 @@ -2006-06-04 Enrico Scholz - * include/xmlrpc-c/client.hpp, src/cpp/client.cpp: fixed typo - in paramlist of the virtual client_xml::start() method. - ---- xmlrpc-c-1.05/include/xmlrpc-c/client.hpp.typo 2006-03-23 00:45:34.000000000 +0100 -+++ xmlrpc-c-1.05/include/xmlrpc-c/client.hpp 2006-06-04 14:26:10.000000000 +0200 -@@ -150,7 +150,7 @@ public: - - void - start(xmlrpc_c::carriageParm * const carriageParmP, -- std::string const methodName, -+ std::string const& methodName, - xmlrpc_c::paramList const& paramList, - xmlrpc_c::clientTransactionPtr const& tranP); - ---- xmlrpc-c-1.05/src/cpp/client.cpp.typo 2006-03-23 00:44:44.000000000 +0100 -+++ xmlrpc-c-1.05/src/cpp/client.cpp 2006-06-04 14:27:40.000000000 +0200 -@@ -585,7 +585,7 @@ client_xml::call(carriageParm * const c - - void - client_xml::start(carriageParm * const carriageParmP, -- string const methodName, -+ string const& methodName, - paramList const& paramList, - clientTransactionPtr const& tranP) { - diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index 840eab2..524fb18 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -4,13 +4,12 @@ Summary: A lightweight RPC library based on XML and HTTP Name: xmlrpc-c -Version: 1.06.05 -Release: %release_func 3 +Version: 1.06.09 +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 -Patch3: xmlrpc-c-1.05-typo.patch 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 @@ -54,7 +53,6 @@ This package contains some handy XML-RPC demo applications. %prep %setup -q -%patch3 -p1 -b .typo %patch6 -p1 -b .sizet cat %PATCH100 | patch -p1 @@ -123,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 3 2007 Enrico Scholz - 1.06.09-1 +- updated to 1.06.09 +- removed -typo patch since applied upstream + * Mon Nov 6 2006 Jindrich Novy - 1.06.05-3 - rebuild against the new curl