[packages/bitcoin] - up to 22.0

baggins baggins at pld-linux.org
Sun Jan 23 01:34:59 CET 2022


commit 1984f6fd08f8bad93f7bd9cf60c4aadba277c886
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jan 23 01:34:49 2022 +0100

    - up to 22.0

 bitcoin.spec  | 10 +++++-----
 qt-5.15.patch | 22 ----------------------
 2 files changed, 5 insertions(+), 27 deletions(-)
---
diff --git a/bitcoin.spec b/bitcoin.spec
index 5932bef..c5300f1 100644
--- a/bitcoin.spec
+++ b/bitcoin.spec
@@ -3,14 +3,13 @@
 Summary:	Bitcoin is a peer-to-peer currency
 Summary(pl.UTF-8):	Bitcoin - waluta peer-to-peer
 Name:		bitcoin
-Version:	0.20.0
-Release:	2
+Version:	22.0
+Release:	1
 License:	MIT
 Group:		X11/Applications
 # Source0:	https://github.com/bitcoin/bitcoin/archive/v%{version}/%{name}-%{version}.tar.gz
 Source0:	https://bitcoin.org/bin/bitcoin-core-%{version}/bitcoin-%{version}.tar.gz
-# Source0-md5:	46e632b4f42a5162e6f100a01cf4ee00
-Patch0:		qt-5.15.patch
+# Source0-md5:	f822f7e798fbdc36e8fc18b355ab446d
 Patch1:		univalue.patch
 URL:		http://www.bitcoin.org/
 BuildRequires:	Qt5Core-devel >= 5.0
@@ -88,7 +87,6 @@ Portfel na bitcoiny oparty na Qt.
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 
 %build
@@ -143,12 +141,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING doc/*.txt 
 %attr(755,root,root) %{_bindir}/bitcoin-cli
 %attr(755,root,root) %{_bindir}/bitcoin-tx
+%attr(755,root,root) %{_bindir}/bitcoin-util
 %attr(755,root,root) %{_bindir}/bitcoin-wallet
 %attr(755,root,root) %{_bindir}/bitcoind
 %attr(755,root,root) %{_libdir}/libbitcoinconsensus.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libbitcoinconsensus.so.0
 %{_mandir}/man1/bitcoin-cli.1*
 %{_mandir}/man1/bitcoin-tx.1*
+%{_mandir}/man1/bitcoin-util.1*
 %{_mandir}/man1/bitcoin-wallet.1*
 %{_mandir}/man1/bitcoind.1*
 
diff --git a/qt-5.15.patch b/qt-5.15.patch
deleted file mode 100644
index 8ba7b32..0000000
--- a/qt-5.15.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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/bitcoin.git/commitdiff/1984f6fd08f8bad93f7bd9cf60c4aadba277c886



More information about the pld-cvs-commit mailing list