- use correct pkg-config script for 'xmlrpc-config abyss-server' output

(#355411)
- updated to 1.06.23 (#355411)
This commit is contained in:
ensc 2008-01-02 00:36:18 +00:00
parent 9a7e2df88b
commit 2d3ec88cb0
4 changed files with 13 additions and 8 deletions

View File

@ -118,7 +118,7 @@ index 0000000..e4505f7
+include(CheckIncludeFile) +include(CheckIncludeFile)
+include(CheckFunctionExists) +include(CheckFunctionExists)
+ +
+set(XMLRPC_C_VERSION "1.06.18" CACHE STRING "Version of xmlrpc-c") +set(XMLRPC_C_VERSION "1.06.23" CACHE STRING "Version of xmlrpc-c")
+set(XMLRPC_C_LIBVERSION "3.6.15") +set(XMLRPC_C_LIBVERSION "3.6.15")
+set(XMLRPC_C_SOVERSION "3") +set(XMLRPC_C_SOVERSION "3")
+ +
@ -1388,11 +1388,11 @@ index 0000000..8f4f51b
+ +
+if test -z "$need_cxx"; then +if test -z "$need_cxx"; then
+ test -z "$need_client" || comp="$comp xmlrpc_client" + test -z "$need_client" || comp="$comp xmlrpc_client"
+ test -z "$need_abyss" || comp="$comp xmlrpc_abyss" + test -z "$need_abyss" || comp="$comp xmlrpc_server_abyss"
+ test -z "$need_server" || comp="$comp xmlrpc_server" + test -z "$need_server" || comp="$comp xmlrpc_server"
+else +else
+ test -z "$need_client" || comp="$comp xmlrpc_client++" + test -z "$need_client" || comp="$comp xmlrpc_client++"
+ test -z "$need_abyss" || comp="$comp xmlrpc_abyss++" + test -z "$need_abyss" || comp="$comp xmlrpc_server_abyss++"
+ test -z "$need_server" || comp="$comp xmlrpc_server++" + test -z "$need_server" || comp="$comp xmlrpc_server++"
+fi +fi
+ +

View File

@ -1 +1 @@
1.06.18 1.06.21

View File

@ -1 +1 @@
dddd711a2905c03afa1fc7fd6860e445 xmlrpc-c-1.06.18.tgz e519a43145b90e814fcfb0af1db1d91c xmlrpc-1.06.23.tgz

View File

@ -2,12 +2,12 @@
Summary: A lightweight RPC library based on XML and HTTP Summary: A lightweight RPC library based on XML and HTTP
Name: xmlrpc-c Name: xmlrpc-c
Version: 1.06.18 Version: 1.06.23
Release: %release_func 1 Release: %release_func 1
License: BSD/PSF -- see COPYING License: BSD/PSF -- see COPYING
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://xmlrpc-c.sourceforge.net/ URL: http://xmlrpc-c.sourceforge.net/
Source0: http://dl.sourceforge.net/sourceforge/xmlrpc-c/%name-%version.tgz Source0: http://dl.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-%version.tgz
Patch6: xmlrpc-c-1.06.04-sizet.patch Patch6: xmlrpc-c-1.06.04-sizet.patch
Patch100: http://ensc.de/xmlrpc-c/0001-make-cmake-transition.txt Patch100: http://ensc.de/xmlrpc-c/0001-make-cmake-transition.txt
BuildRoot: %_tmppath/%name-%version-%release-root BuildRoot: %_tmppath/%name-%version-%release-root
@ -50,7 +50,7 @@ This package contains some handy XML-RPC demo applications.
%prep %prep
%setup -q %setup -q -n xmlrpc-%version
%patch6 -p1 -b .sizet %patch6 -p1 -b .sizet
%patch100 -p1 %patch100 -p1
@ -114,6 +114,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Jan 2 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.23-1
- use correct pkg-config script for 'xmlrpc-config abyss-server'
output (#355411)
- updated to 1.06.23 (#355411)
* Tue Sep 4 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.18-1 * Tue Sep 4 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.18-1
- updated to 1.06.18 - updated to 1.06.18