forked from pool/xmlrpc-c
Accepting request 74804 from home:appleonkel:branches:devel:libraries:c_c++
I updated to recent stable version (not superstable). I hope the new %{soname} version wouldn't break anything. Please have a deeper look at this package.
OBS-URL: https://build.opensuse.org/request/show/74804
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=61
This commit is contained in:
committed by
Git OBS Bridge
parent
718b35254a
commit
ce2d8cadb4
10
xmlrpc-c-default-constructor.patch
Normal file
10
xmlrpc-c-default-constructor.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- include/xmlrpc-c/registry.hpp.orig 2011-06-28 22:43:07.787955247 +0200
|
||||
+++ include/xmlrpc-c/registry.hpp 2011-06-28 22:43:56.652197548 +0200
|
||||
@@ -24,6 +24,7 @@
|
||||
information pertinent to that kind of server.
|
||||
-----------------------------------------------------------------------------*/
|
||||
public:
|
||||
+ callInfo() {};
|
||||
virtual ~callInfo() {}; // This makes it polymorphic
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user