]> git.pld-linux.org Git - packages/feathercoin.git/commitdiff
- added includes patch (missing header); release 2 auto/th/feathercoin-0.18.3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Aug 2020 06:41:49 +0000 (08:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Aug 2020 06:41:49 +0000 (08:41 +0200)
feathercoin-includes.patch [new file with mode: 0644]
feathercoin.spec

diff --git a/feathercoin-includes.patch b/feathercoin-includes.patch
new file mode 100644 (file)
index 0000000..ee82e88
--- /dev/null
@@ -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>
index f77632f1a595b7b3970a2c29480b1addefbe537f..2033b18a04c838d13fd4442d994b598d1ca4c677 100644 (file)
@@ -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}
This page took 0.09296 seconds and 4 git commands to generate.