- updated to 1.06.09

- removed -typo patch since applied upstream
This commit is contained in:
ensc 2007-02-03 17:33:12 +00:00
parent f1a470a7a6
commit 71d993cad6
5 changed files with 9 additions and 32 deletions

View File

@ -1 +1,2 @@
xmlrpc-c-*.tgz
x.patch

View File

@ -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")
+

View File

@ -1 +1 @@
69f3644da7b8e9d13482c82838a4005a xmlrpc-c-1.06.05.tgz
c559f6b3a46f70a7942aca7c6dd44b46 xmlrpc-c-1.06.09.tgz

View File

@ -1,26 +0,0 @@
2006-06-04 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
* 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) {

View File

@ -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 <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.09-1
- updated to 1.06.09
- removed -typo patch since applied upstream
* Mon Nov 6 2006 Jindrich Novy <jnovy@redhat.com> - 1.06.05-3
- rebuild against the new curl