[packages/feathercoin] - added includes patch (missing header); release 2

qboosh qboosh at pld-linux.org
Sat Aug 1 08:39:58 CEST 2020


commit 36f7f9aa7240130577287bf79d8ec4b0c1af8a50
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Aug 1 08:41:49 2020 +0200

    - added includes patch (missing header); release 2

 feathercoin-includes.patch | 10 ++++++++++
 feathercoin.spec           |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/feathercoin.spec b/feathercoin.spec
index f77632f..2033b18 100644
--- a/feathercoin.spec
+++ b/feathercoin.spec
@@ -8,7 +8,7 @@ Summary:	Feathercoin - a peer-to-peer currency
 Summary(pl.UTF-8):	Feathercoin - waluta peer-to-peer
 Name:		feathercoin
 Version:	0.18.3
-Release:	1
+Release:	2
 License:	MIT
 Group:		Applications/Networking
 #Source0Download: https://github.com/FeatherCoin/Feathercoin/releases
@@ -16,6 +16,7 @@ Source0:	https://github.com/FeatherCoin/Feathercoin/archive/v%{version}/%{name}-
 # Source0-md5:	e5e3fc683a09ec7c2efc21dda691c402
 Patch0:		lib.patch
 Patch1:		qt-5.15.patch
+Patch2:		%{name}-includes.patch
 URL:		https://www.feathercoin.com/
 %if %{with gui}
 BuildRequires:	Qt5Core-devel >= 5
@@ -105,6 +106,7 @@ Oparty na Qt portfel Feathercoin.
 %setup -q -n Feathercoin-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
diff --git a/feathercoin-includes.patch b/feathercoin-includes.patch
new file mode 100644
index 0000000..ee82e88
--- /dev/null
+++ b/feathercoin-includes.patch
@@ -0,0 +1,10 @@
+--- ../BUILD/Feathercoin-0.18.3/src/httpserver.cpp.orig	2020-02-12 16:59:36.000000000 +0100
++++ ../BUILD/Feathercoin-0.18.3/src/httpserver.cpp	2020-08-01 08:15:43.332321225 +0200
+@@ -14,6 +14,7 @@
+ #include <sync.h>
+ #include <ui_interface.h>
+ 
++#include <deque>
+ #include <memory>
+ #include <stdio.h>
+ #include <stdlib.h>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/feathercoin.git/commitdiff/36f7f9aa7240130577287bf79d8ec4b0c1af8a50



More information about the pld-cvs-commit mailing list