From 2d3ec88cb0528a8d912f657f33c571c66c7676f2 Mon Sep 17 00:00:00 2001 From: ensc Date: Wed, 2 Jan 2008 00:36:18 +0000 Subject: [PATCH] - use correct pkg-config script for 'xmlrpc-config abyss-server' output (#355411) - updated to 1.06.23 (#355411) --- 0001-make-cmake-transition.txt | 6 +++--- lastver | 2 +- sources | 2 +- xmlrpc-c.spec | 11 ++++++++--- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/0001-make-cmake-transition.txt b/0001-make-cmake-transition.txt index 3a10b6f..41e65c1 100644 --- a/0001-make-cmake-transition.txt +++ b/0001-make-cmake-transition.txt @@ -118,7 +118,7 @@ index 0000000..e4505f7 +include(CheckIncludeFile) +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_SOVERSION "3") + @@ -1388,11 +1388,11 @@ index 0000000..8f4f51b + +if test -z "$need_cxx"; then + 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" +else + 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++" +fi + diff --git a/lastver b/lastver index f0ba606..2935ffd 100644 --- a/lastver +++ b/lastver @@ -1 +1 @@ -1.06.18 +1.06.21 diff --git a/sources b/sources index 1c465ca..bba454f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dddd711a2905c03afa1fc7fd6860e445 xmlrpc-c-1.06.18.tgz +e519a43145b90e814fcfb0af1db1d91c xmlrpc-1.06.23.tgz diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index 548de25..d03573a 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -2,12 +2,12 @@ Summary: A lightweight RPC library based on XML and HTTP Name: xmlrpc-c -Version: 1.06.18 +Version: 1.06.23 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 +Source0: http://dl.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-%version.tgz 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 @@ -50,7 +50,7 @@ This package contains some handy XML-RPC demo applications. %prep -%setup -q +%setup -q -n xmlrpc-%version %patch6 -p1 -b .sizet %patch100 -p1 @@ -114,6 +114,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 2 2008 Enrico Scholz - 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 - 1.06.18-1 - updated to 1.06.18