Accepting request 864261 from network:cryptocurrencies
- Update to version 0.21.0: * For full details see release-notes-0.21.0.md OBS-URL: https://build.opensuse.org/request/show/864261 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=40
This commit is contained in:
commit
b70964cc15
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978
|
|
||||||
size 6981793
|
|
3
bitcoin-0.21.0.tar.gz
Normal file
3
bitcoin-0.21.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a91202c62ee49fb64d57a52b8d6d01cd392fffcbef257b573800f9289655f37
|
||||||
|
size 7531395
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 19 08:59:17 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.21.0:
|
||||||
|
* For full details see release-notes-0.21.0.md
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 4 08:02:30 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
Tue Aug 4 08:02:30 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
24
bitcoin.spec
24
bitcoin.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bitcoin
|
# spec file for package bitcoin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2011-2014 P Rusnak <prusnak@opensuse.org>
|
# Copyright (c) 2011-2014 P Rusnak <prusnak@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -24,7 +24,7 @@
|
|||||||
%define consensus 1
|
%define consensus 1
|
||||||
%define is_base 1
|
%define is_base 1
|
||||||
Name: bitcoin
|
Name: bitcoin
|
||||||
Version: 0.20.1
|
Version: 0.21.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: P2P Digital Currency
|
Summary: P2P Digital Currency
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -40,6 +40,11 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
BuildRequires: lcov
|
BuildRequires: lcov
|
||||||
|
BuildRequires: libboost_filesystem-devel >= 1.58.0
|
||||||
|
BuildRequires: libboost_program_options-devel >= 1.58.0
|
||||||
|
BuildRequires: libboost_system-devel >= 1.58.0
|
||||||
|
BuildRequires: libboost_test-devel >= 1.58.0
|
||||||
|
BuildRequires: libboost_thread-devel >= 1.58.0
|
||||||
BuildRequires: libdb-4_8-devel
|
BuildRequires: libdb-4_8-devel
|
||||||
BuildRequires: libminiupnpc-devel
|
BuildRequires: libminiupnpc-devel
|
||||||
BuildRequires: libqt5-qtbase-devel
|
BuildRequires: libqt5-qtbase-devel
|
||||||
@ -56,15 +61,6 @@ BuildRequires: pkgconfig(openssl)
|
|||||||
BuildRequires: pkgconfig(protobuf)
|
BuildRequires: pkgconfig(protobuf)
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%if 0%{?suse_version} > 1315
|
|
||||||
BuildRequires: libboost_filesystem-devel
|
|
||||||
BuildRequires: libboost_program_options-devel
|
|
||||||
BuildRequires: libboost_system-devel
|
|
||||||
BuildRequires: libboost_test-devel
|
|
||||||
BuildRequires: libboost_thread-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: boost-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{name_pretty} is a peer-to-peer electronic cash system
|
%{name_pretty} is a peer-to-peer electronic cash system
|
||||||
@ -169,7 +165,7 @@ several GB of space, slowly growing.
|
|||||||
This package provides automated tests for %{name}-qt5 and %{name}d.
|
This package provides automated tests for %{name}-qt5 and %{name}d.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
@ -198,10 +194,10 @@ export LDFLAGS="-pie"
|
|||||||
--without-libs \
|
--without-libs \
|
||||||
%endif
|
%endif
|
||||||
--disable-hardening
|
--disable-hardening
|
||||||
make %{?_smp_mflags} V=1
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} LC_ALL=C.UTF-8 check
|
%make_build LC_ALL=C.UTF-8 check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user