diff --git a/bitcoin-0.20.0.tar.gz b/bitcoin-0.20.0.tar.gz deleted file mode 100644 index 37a151d..0000000 --- a/bitcoin-0.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec5a2358ee868d845115dc4fc3ed631ff063c57d5e0a713562d083c5c45efb28 -size 6980404 diff --git a/bitcoin-0.20.1.tar.gz b/bitcoin-0.20.1.tar.gz new file mode 100644 index 0000000..578466e --- /dev/null +++ b/bitcoin-0.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978 +size 6981793 diff --git a/bitcoin.changes b/bitcoin.changes index 89fdeb7..70e2240 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Aug 4 08:02:30 UTC 2020 - Paolo Stivanin + +- Update to version 0.20.1 + * Mining + * Fix GBT: Restore "!segwit" and "csv" to "rules" key + * P2P protocol and network code + * Replace automatic bans with discouragement filter + * Wallet + * Handle concurrent wallet loading + * Minimal fix to restore conflicted transaction notifications + * RPC and other APIs + * Increment input value sum only once per UTXO in decodepsbt + * psbt: Increment input value sum only once per UTXO in decodepsbt + * psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs + * GUI + * Add missing QPainterPath include + * update Qt base translations for macOS release + * Misc + * util: Don't reference errno when pthread fails + * Fix locking on WSL using flock instead of fcntl +- Remove fix-qpainterpath.patch + ------------------------------------------------------------------- Fri Jul 24 04:46:06 UTC 2020 - Michel Normand diff --git a/bitcoin.spec b/bitcoin.spec index b8ac873..18b6ff7 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -24,7 +24,7 @@ %define consensus 1 %define is_base 1 Name: bitcoin -Version: 0.20.0 +Version: 0.20.1 Release: 0 Summary: P2P Digital Currency License: MIT @@ -34,7 +34,6 @@ Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/% Source1: %{base}d.service Source3: %{base}d.conf Source4: %{base}.conf -Patch0: fix-qpainterpath.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -171,7 +170,6 @@ This package provides automated tests for %{name}-qt5 and %{name}d. %prep %setup -q -%patch0 -p1 %build autoreconf -fiv diff --git a/fix-qpainterpath.patch b/fix-qpainterpath.patch deleted file mode 100644 index 16a9553..0000000 --- a/fix-qpainterpath.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- bitcoin-0.20.0/src/qt/trafficgraphwidget.cpp.orig 2020-06-17 13:42:31.658215250 +0200 -+++ bitcoin-0.20.0/src/qt/trafficgraphwidget.cpp 2020-06-17 13:42:39.286235611 +0200 -@@ -7,6 +7,7 @@ - #include - - #include -+#include - #include - #include -