From d57e415ef01f1e5026d631f362da8ad06153bccb574465d95554dbcf5333b578 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 9 May 2022 06:26:17 +0000 Subject: [PATCH] Accepting request 975661 from home:develop7:branches:network:cryptocurrencies - fixed upstream version number change: it's not 0.x anymore OBS-URL: https://build.opensuse.org/request/show/975661 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=47 --- bitcoin.changes | 5 +++++ bitcoin.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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