regression in 1:1.59.03-2
Description:
Previous to the rel-2, xmlrpc-expat.pc was able to locate xmlrpc_xmlparse xmlrpc_xmltok
I believe these two sonames are no longer included as a result of the expat patch
Additional info:
$ diff /tmp/rel1 /tmp/rel2
104,109d103
< libxmlrpc /usr/lib/libxmlrpc_xmlparse.so
< libxmlrpc /usr/lib/libxmlrpc_xmlparse.so.3
< libxmlrpc /usr/lib/libxmlrpc_xmlparse.so.3.59
< libxmlrpc /usr/lib/libxmlrpc_xmltok.so
< libxmlrpc /usr/lib/libxmlrpc_xmltok.so.3
< libxmlrpc /usr/lib/libxmlrpc_xmltok.so.3.59
117d110
< libxmlrpc /usr/lib/pkgconfig/xmlrpc_expat.pc
- package version(s): libxmlrpc-1:1.59.03-1 -> libxmlrpc-1:1.59.03-2
- config and/or log files:
- link to upstream bug report, if any:
Steps to reproduce:
rel-1
$ pkg-config --libs xmlrpc
-lxmlrpc -lxmlrpc_xmlparse -lxmlrpc_xmltok -lxmlrpc_util
rel-2
$ pkg-config --libs xmlrpc
Package xmlrpc_expat was not found in the pkg-config search path.
Perhaps you should add the directory containing `xmlrpc_expat.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xmlrpc_expat', required by 'xmlrpc', not found