automatic version update by autodist [release 28.1-1mamba;Thu Jan 09 2025]

This commit is contained in:
Automatic Build System 2025-01-10 09:12:39 +01:00
parent 9a19ed46fd
commit 38a7376d62
2 changed files with 11 additions and 3 deletions

View File

@ -2,3 +2,4 @@
A frontend for the bitcoin cryptocurrency. Bitcoin is a decentralized P2P electronic cash system without a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of the network to check for double-spending.

View File

@ -1,6 +1,6 @@
%define maj123ver %(echo %version | cut -d. -f1-3)
Name: bitcoin
Version: 28.0
Version: 28.1
Release: 1mamba
Summary: A frontend for the bitcoin cryptocurrency
Group: Graphical Desktop/Applications/Other
@ -14,6 +14,12 @@ Source2: bitcoin-qt.svg
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt5Core
BuildRequires: libQt5DBus
BuildRequires: libQt5Gui
BuildRequires: libQt5Network
BuildRequires: libQt5Test
BuildRequires: libQt5Widgets
BuildRequires: libdb53-cxx
BuildRequires: libevent-devel
BuildRequires: libgcc
@ -23,7 +29,6 @@ BuildRequires: libqrencode-devel
BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel
BuildRequires: libzeromq-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END
BuildRequires: libminiupnpc-devel >= 2.2.8
BuildRequires: protobuf-devel >= 1.6.1
@ -34,7 +39,6 @@ Obsoletes: bitcoin-devel < 28.0
%description
A frontend for the bitcoin cryptocurrency. Bitcoin is a decentralized P2P electronic cash system without a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of the network to check for double-spending.
%debug_package
%prep
%setup -q
@ -103,6 +107,9 @@ exit 0
%{_mandir}/man1/bitcoind.1*
%changelog
* Thu Jan 09 2025 Automatic Build System <autodist@openmamba.org> 28.1-1mamba
- automatic version update by autodist
* Sun Oct 06 2024 Automatic Build System <autodist@openmamba.org> 28.0-1mamba
- automatic version update by autodist