[packages/litecoin] - updated to 0.21.2.1 - removed obsolete qt-5.15 patch
qboosh
qboosh at pld-linux.org
Sun Jul 10 15:39:40 CEST 2022
commit 653a070f60a77d273d9e978e141d116f6edd2ae6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jul 10 15:41:25 2022 +0200
- updated to 0.21.2.1
- removed obsolete qt-5.15 patch
litecoin.spec | 21 ++++++++++++---------
qt-5.15.patch | 22 ----------------------
2 files changed, 12 insertions(+), 31 deletions(-)
---
diff --git a/litecoin.spec b/litecoin.spec
index c082da2..37b46be 100644
--- a/litecoin.spec
+++ b/litecoin.spec
@@ -1,16 +1,16 @@
+# TODO libmultiprocess
Summary: Litecoin is a peer-to-peer currency
Summary(pl.UTF-8): Litecoin - waluta peer-to-peer
Name: litecoin
-Version: 0.18.1
-Release: 7
+Version: 0.21.2.1
+Release: 1
License: MIT
Group: X11/Applications
#Sourrce0Download: https://github.com/litecoin-project/litecoin/releases
Source0: https://download.litecoin.org/litecoin-%{version}/src/%{name}-%{version}.tar.gz
-# Source0-md5: 67af5786635639536e78993b1fc082d0
-Patch0: qt-5.15.patch
+# Source0-md5: 062c4fdb4b73fb52bd1a3f3f5492b43a
Patch1: %{name}-univalue.patch
-URL: http://www.litecoin.org/
+URL: https://litecoin.org/
BuildRequires: Qt5Core-devel >= 5.4
BuildRequires: Qt5DBus-devel >= 5.4
BuildRequires: Qt5Gui-devel >= 5.4
@@ -21,8 +21,9 @@ BuildRequires: automake
BuildRequires: boost-devel >= 1.49
BuildRequires: db-cxx-devel >= 4.8
BuildRequires: gettext-tools
-BuildRequires: libevent-devel >= 2
-BuildRequires: libstdc++-devel >= 6:4.7
+BuildRequires: libevent-devel >= 2.0.21
+BuildRequires: libfmt-devel
+BuildRequires: libstdc++-devel >= 6:5
BuildRequires: libtool >= 2:2
BuildRequires: libunivalue-devel >= 1.0.4
BuildRequires: miniupnpc-devel >= 1.5
@@ -33,9 +34,12 @@ BuildRequires: protobuf-devel
BuildRequires: qrencode-devel
BuildRequires: qt5-linguist >= 5.4
BuildRequires: qt5-qmake >= 5.4
+BuildRequires: sqlite3-devel >= 3.7.17
BuildRequires: zeromq-devel >= 4
+Requires: libevent >= 2.0.21
Requires: libunivalue >= 1.0.4
Requires: perl-base
+Requires: sqlite3-libs >= 3.7.17
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -62,7 +66,6 @@ Portfel na litecoiny oparty na Qt.
%prep
%setup -q
-%patch0 -p1
%patch1 -p1
%build
@@ -71,7 +74,7 @@ Portfel na litecoiny oparty na Qt.
%{__autoconf}
%{__autoheader}
%{__automake}
-cd src/secp256k1
+cd src/secp256k1-zkp
%{__libtoolize}
%{__aclocal} -I build-aux/m4
%{__autoconf}
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/litecoin.git/commitdiff/653a070f60a77d273d9e978e141d116f6edd2ae6
More information about the pld-cvs-commit
mailing list