diff --git a/bitcoin.changes b/bitcoin.changes index 648fec8..afff03d 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 8 22:33:43 UTC 2022 - Andrei Dziahel + +- fixed upstream version number change: it's not 0.x anymore + ------------------------------------------------------------------- Fri Apr 22 13:11:18 UTC 2022 - Andrei Dziahel diff --git a/bitcoin.spec b/bitcoin.spec index c80a5a8..6b08e3e 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -23,7 +23,6 @@ %define name_pretty %{base_pretty} %define consensus 1 %define is_base 1 -%define shortver 22.0 # Disable tests on Tumbleweed because of an hard to investigate error %if 0%{?suse_version} > 1500 %bcond_with tests @@ -31,13 +30,13 @@ %bcond_without tests %endif Name: bitcoin -Version: 0.%{shortver} +Version: 22.0 Release: 0 Summary: P2P Digital Currency License: MIT Group: Productivity/Networking/Other URL: https://%{name}.org -Source0: https://bitcoincore.org/bin/bitcoin-core-%{shortver}/bitcoin-%{shortver}.tar.gz +Source0: https://bitcoincore.org/bin/bitcoin-core-%{version}/bitcoin-%{version}.tar.gz Source1: %{base}d.service Source3: %{base}d.conf Source4: %{base}.conf @@ -175,7 +174,7 @@ This package provides automated tests for %{name}-qt5 and %{name}d. %endif %prep -%autosetup -p1 -n %{name}-%{shortver} +%autosetup -p1 %build autoreconf -fiv