From 335be12e8ca728d20925ecb869c2c26386ebb754 Mon Sep 17 00:00:00 2001 From: sugarfillet <18705174754@163.com> Date: Tue, 17 Mar 2020 22:10:04 +0800 Subject: [PATCH] chmod x xml-rpc-api2txt --- 0002-chmod-x-xml-rpc-api2txt.patch | 16 ++++++++++++++++ xmlrpc-c.spec | 9 ++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 0002-chmod-x-xml-rpc-api2txt.patch diff --git a/0002-chmod-x-xml-rpc-api2txt.patch b/0002-chmod-x-xml-rpc-api2txt.patch new file mode 100644 index 0000000..dd03ca8 --- /dev/null +++ b/0002-chmod-x-xml-rpc-api2txt.patch @@ -0,0 +1,16 @@ +From d97ec6e652690a321d7ce8c81aa30f87d9c0de8f Mon Sep 17 00:00:00 2001 +From: Igor Gnatenko +Date: Mon, 19 Dec 2016 21:33:47 +0100 +Subject: [PATCH 2/2] chmod +x xml-rpc-api2txt + +It's script which is installing into $bindir, so it must be executable. + +Signed-off-by: Igor Gnatenko +--- + tools/xml-rpc-api2txt/xml-rpc-api2txt | 0 + 1 file changed, 0 insertions(+), 0 deletions(-) + mode change 100644 => 100755 tools/xml-rpc-api2txt/xml-rpc-api2txt + +diff --git a/tools/xml-rpc-api2txt/xml-rpc-api2txt b/tools/xml-rpc-api2txt/xml-rpc-api2txt +old mode 100644 +new mode 100755 diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index 2518144..e057f5d 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -2,7 +2,7 @@ Name: xmlrpc-c Version: 1.51.03 -Release: 3 +Release: 4 Summary: Library implementing XML-based Remote Procedure Calls License: BSD and MIT URL: http://xmlrpc-c.sourceforge.net/ @@ -11,6 +11,7 @@ Source0: https://sourceforge.net/projects/xmlrpc-c/files/Xmlrpc-c%20Super Patch0001: 0001-xmlrpc_server_abyss-use-va_args-properly.patch Patch0002: 0001-Remove-trace-statements-accidentally-committed-with-.patch Patch0003: 0001-add-meson-buildsystem-definitions.patch +Patch0004: 0002-chmod-x-xml-rpc-api2txt.patch BuildRequires: git-core meson >= 0.36.0 gcc gcc-c++ ncurses-devel BuildRequires: libcurl-devel readline-devel pkgconfig(openssl) @@ -84,6 +85,12 @@ Header files for xmlrpc-c. %{_mandir}/man1/* %changelog +* Tue Mar 17 2020 openEuler Buildteam - 1.51.03-4 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC: chmod xml-rpc-api2txt + * Tue Jan 14 2020 openEuler Buildteam - 1.51.03-3 - Type:bugfix - Id:NA