[packages/libcmpiutil] - added inline patch (remove inline specifier from declaration without definition available); releas
qboosh
qboosh at pld-linux.org
Sat Mar 21 14:38:54 CET 2020
commit 2a462ddd249806f1ef3e5da7b15c16e8c8a1e190
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Mar 21 14:40:02 2020 +0100
- added inline patch (remove inline specifier from declaration without definition available); release 2
libcmpiutil-inline.patch | 11 +++++++++++
libcmpiutil.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/libcmpiutil.spec b/libcmpiutil.spec
index 8189b8a..ec8c4cc 100644
--- a/libcmpiutil.spec
+++ b/libcmpiutil.spec
@@ -6,11 +6,12 @@ Summary: CMPI toolkit library for writing providers
Summary(pl.UTF-8): Biblioteka narzędziowa CMPI do pisania dostarczycieli
Name: libcmpiutil
Version: 0.5.7
-Release: 1
+Release: 2
License: LGPL v2.1+
Group: Libraries
Source0: ftp://libvirt.org/libvirt-cim/%{name}-%{version}.tar.bz2
# Source0-md5: c5813eb39f5e3157048b8b6c9904d237
+Patch0: %{name}-inline.patch
URL: http://libvirt.org/
BuildRequires: bison
BuildRequires: doxygen
@@ -67,6 +68,7 @@ Statyczna biblioteka libcmpiutil.
%prep
%setup -q
+%patch0 -p1
%build
%configure \
diff --git a/libcmpiutil-inline.patch b/libcmpiutil-inline.patch
new file mode 100644
index 0000000..4cf927e
--- /dev/null
+++ b/libcmpiutil-inline.patch
@@ -0,0 +1,11 @@
+--- libcmpiutil-0.5.7/eo_parser_xml.h.orig 2013-04-03 15:10:37.000000000 +0200
++++ libcmpiutil-0.5.7/eo_parser_xml.h 2020-03-21 14:27:23.705535291 +0100
+@@ -31,7 +31,7 @@
+ char *prop,
+ CMPIInstance *inst);
+
+-inline CMPIStatus ins_chars_into_cmstr_arr(const CMPIBroker *broker,
++CMPIStatus ins_chars_into_cmstr_arr(const CMPIBroker *broker,
+ CMPIArray *arr,
+ CMPICount index,
+ char *str);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libcmpiutil.git/commitdiff/2a462ddd249806f1ef3e5da7b15c16e8c8a1e190
More information about the pld-cvs-commit
mailing list