diff --git a/README.md b/README.md index 33c712c..d1cc45e 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/bitcoin.spec b/bitcoin.spec index 82695cf..de365cb 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -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 28.1-1mamba +- automatic version update by autodist + * Sun Oct 06 2024 Automatic Build System 28.0-1mamba - automatic version update by autodist