Accepting request 975712 from network:cryptocurrencies

OBS-URL: https://build.opensuse.org/request/show/975712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2022-05-09 16:44:05 +00:00 committed by Git OBS Bridge
commit a86c6653aa
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 8 22:33:43 UTC 2022 - Andrei Dziahel <develop7@develop7.info>
- fixed upstream version number change: it's not 0.x anymore
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 22 13:11:18 UTC 2022 - Andrei Dziahel <develop7@develop7.info> Fri Apr 22 13:11:18 UTC 2022 - Andrei Dziahel <develop7@develop7.info>

View File

@ -23,7 +23,6 @@
%define name_pretty %{base_pretty} %define name_pretty %{base_pretty}
%define consensus 1 %define consensus 1
%define is_base 1 %define is_base 1
%define shortver 22.0
# Disable tests on Tumbleweed because of an hard to investigate error # Disable tests on Tumbleweed because of an hard to investigate error
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
%bcond_with tests %bcond_with tests
@ -31,13 +30,13 @@
%bcond_without tests %bcond_without tests
%endif %endif
Name: bitcoin Name: bitcoin
Version: 0.%{shortver} Version: 22.0
Release: 0 Release: 0
Summary: P2P Digital Currency Summary: P2P Digital Currency
License: MIT License: MIT
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
URL: https://%{name}.org 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 Source1: %{base}d.service
Source3: %{base}d.conf Source3: %{base}d.conf
Source4: %{base}.conf Source4: %{base}.conf
@ -175,7 +174,7 @@ This package provides automated tests for %{name}-qt5 and %{name}d.
%endif %endif
%prep %prep
%autosetup -p1 -n %{name}-%{shortver} %autosetup -p1
%build %build
autoreconf -fiv autoreconf -fiv