[packages/feathercoin] - up to 0.18.3

baggins baggins at pld-linux.org
Tue Jun 2 08:33:38 CEST 2020


commit 4e6b795ec812311badfef03e0c09c0005c96d25c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Jun 2 08:33:20 2020 +0200

    - up to 0.18.3

 feathercoin.spec | 10 +++++++---
 qt-5.15.patch    | 22 ++++++++++++++++++++++
 2 files changed, 29 insertions(+), 3 deletions(-)
---
diff --git a/feathercoin.spec b/feathercoin.spec
index 93adc7f..f77632f 100644
--- a/feathercoin.spec
+++ b/feathercoin.spec
@@ -7,14 +7,15 @@
 Summary:	Feathercoin - a peer-to-peer currency
 Summary(pl.UTF-8):	Feathercoin - waluta peer-to-peer
 Name:		feathercoin
-Version:	0.17.0.2
-Release:	5
+Version:	0.18.3
+Release:	1
 License:	MIT
 Group:		Applications/Networking
 #Source0Download: https://github.com/FeatherCoin/Feathercoin/releases
 Source0:	https://github.com/FeatherCoin/Feathercoin/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	b5d463886272c5d5eef0abc71faed87d
+# Source0-md5:	e5e3fc683a09ec7c2efc21dda691c402
 Patch0:		lib.patch
+Patch1:		qt-5.15.patch
 URL:		https://www.feathercoin.com/
 %if %{with gui}
 BuildRequires:	Qt5Core-devel >= 5
@@ -103,6 +104,7 @@ Oparty na Qt portfel Feathercoin.
 %prep
 %setup -q -n Feathercoin-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -171,9 +173,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING README.md doc/*.txt
 %attr(755,root,root) %{_bindir}/feathercoin-cli
 %attr(755,root,root) %{_bindir}/feathercoin-tx
+%attr(755,root,root) %{_bindir}/feathercoin-wallet
 %attr(755,root,root) %{_bindir}/feathercoind
 %{_mandir}/man1/feathercoin-cli.1*
 %{_mandir}/man1/feathercoin-tx.1*
+%{_mandir}/man1/feathercoin-wallet.1*
 %{_mandir}/man1/feathercoind.1*
 %attr(755,root,root) %{_libdir}/libbitcoinconsensus.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libbitcoinconsensus.so.0
diff --git a/qt-5.15.patch b/qt-5.15.patch
new file mode 100644
index 0000000..8ba7b32
--- /dev/null
+++ b/qt-5.15.patch
@@ -0,0 +1,22 @@
+From 79b0a69e09c1a912122e6431ea3c530cc292c690 Mon Sep 17 00:00:00 2001
+From: Andrew Chow <achow101-github at achow101.com>
+Date: Thu, 28 May 2020 14:56:47 -0400
+Subject: [PATCH] Add missing QPainterPath include
+
+This is needed to compile with Qt 5.15.
+---
+ src/qt/trafficgraphwidget.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/qt/trafficgraphwidget.cpp b/src/qt/trafficgraphwidget.cpp
+index 757648f4854d..6428fc4dafc8 100644
+--- a/src/qt/trafficgraphwidget.cpp
++++ b/src/qt/trafficgraphwidget.cpp
+@@ -7,6 +7,7 @@
+ #include <qt/clientmodel.h>
+ 
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QColor>
+ #include <QTimer>
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/feathercoin.git/commitdiff/4e6b795ec812311badfef03e0c09c0005c96d25c



More information about the pld-cvs-commit mailing list