packages: xmlrpc-c/xmlrpc-c-cmake.patch, xmlrpc-c/xmlrpc-c.spec - rel 7 - f...
baggins
baggins at pld-linux.org
Wed Oct 27 14:35:52 CEST 2010
Author: baggins Date: Wed Oct 27 12:35:52 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 7
- fix xlrpc-c-config wrt as-needed linking
---- Files affected:
packages/xmlrpc-c:
xmlrpc-c-cmake.patch (1.2 -> 1.3) , xmlrpc-c.spec (1.39 -> 1.40)
---- Diffs:
================================================================
Index: packages/xmlrpc-c/xmlrpc-c-cmake.patch
diff -u packages/xmlrpc-c/xmlrpc-c-cmake.patch:1.2 packages/xmlrpc-c/xmlrpc-c-cmake.patch:1.3
--- packages/xmlrpc-c/xmlrpc-c-cmake.patch:1.2 Wed Feb 3 01:43:15 2010
+++ packages/xmlrpc-c/xmlrpc-c-cmake.patch Wed Oct 27 14:35:46 2010
@@ -1719,7 +1719,7 @@
index 0000000..327fad7
--- /dev/null
+++ b/xmlrpc-c-config
-@@ -0,0 +1,108 @@
+@@ -0,0 +1,105 @@
+#! /bin/sh
+
+comp=
@@ -1794,8 +1794,7 @@
+
+test -z "$need_pstream" || comp="$comp xmlrpc_server_pstream++"
+test -z "$need_packetsocket" || comp="$comp xmlrpc_packetsocket"
-+
-+dummy_comp=xmlrpc_client
++test -n "$comp" || comp="xmlrpc xmlrpc_util"
+
+case $1 in
+ (--features|--modules)
@@ -1824,8 +1823,6 @@
+ dummy_comp=
+ ;;
+esac
-+
-+test x"$comp" != x || comp=$dummy_comp
+
+exec pkg-config "$@" $comp
diff --git a/xmlrpc_config.h.cmake b/xmlrpc_config.h.cmake
================================================================
Index: packages/xmlrpc-c/xmlrpc-c.spec
diff -u packages/xmlrpc-c/xmlrpc-c.spec:1.39 packages/xmlrpc-c/xmlrpc-c.spec:1.40
--- packages/xmlrpc-c/xmlrpc-c.spec:1.39 Wed Feb 3 01:45:45 2010
+++ packages/xmlrpc-c/xmlrpc-c.spec Wed Oct 27 14:35:46 2010
@@ -9,7 +9,7 @@
Summary(pl.UTF-8): Biblioteka XML-RPC C - implementacja protokołu xmlrpc
Name: xmlrpc-c
Version: 1.20.3
-Release: 6
+Release: 7
License: XML-RPC for C License (BSD-like)
Group: Libraries
# generated by 'make svn-sources [SVN_VER=%version SVN_REV=%svnrev]'. Unfortunately,
@@ -313,6 +313,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2010/10/27 12:35:46 baggins
+- rel 7
+- fix xlrpc-c-config wrt as-needed linking
+
Revision 1.39 2010/02/03 00:45:45 sparky
- reenabled libwww client
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xmlrpc-c/xmlrpc-c-cmake.patch?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xmlrpc-c/xmlrpc-c.spec?r1=1.39&r2=1.40&f=u
More information about the pld-cvs-commit
mailing list