Hello community, here is the log from the commit of package bitcoin for openSUSE:Factory checked in at 2020-03-11 18:47:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bitcoin (Old) and /work/SRC/openSUSE:Factory/.bitcoin.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bitcoin" Wed Mar 11 18:47:46 2020 rev:35 rq:783923 version:0.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes 2019-12-06 12:09:01.472122559 +0100 +++ /work/SRC/openSUSE:Factory/.bitcoin.new.3160/bitcoin.changes 2020-03-11 18:50:20.963540824 +0100 @@ -1,0 +2,50 @@ +Wed Mar 11 13:25:45 UTC 2020 - Michał Rostecki <[email protected]> + +- Do not run bitcoind in daemon mode. Running it not as a + background process makes it working properly with journald + (instead of writing logs in /var/log). + +------------------------------------------------------------------- +Mon Mar 9 20:31:46 UTC 2020 - Michał Rostecki <[email protected]> + +- Update to version 0.19.1: + * Wallet + * Fix origfee return for bumpfee with feerate arg + * Fix unique_ptr usage in boost::signals2 + * Fix issue with conflicted mempool tx in listsinceblock + * Bug: IsUsedDestination shouldn't use key id as script id for + ScriptHash + * IsUsedDestination should count any known single-key address + * Reset reused transactions cache + * RPC and other APIs + * cli: Fix fatal leveldb error when specifying + -blockfilterindex=basic twice + * require second argument only for scantxoutset start action + * zmq: Fix due to invalid argument and multiple notifiers + * psbt: handle unspendable psbts + * psbt: check that various indexes and amounts are within + bounds + * GUI + * Fix missing qRegisterMetaType for size_t + * disable File->CreateWallet during startup + * Fix comparison function signature + * Fix unintialized WalletView::progressDialog + * Tests and QA + * Appveyor improvement - text file for vcpkg package list + * fix "bitcoind already running" warnings on macOS + * add missing #include to fix compiler errors + * Platform support + * Update msvc build for Visual Studio 2019 v16.4 + * Updates to appveyor config for VS2019 and Qt5.9.8 + msvc + project fixes + * bug-fix macos: give free bytes to F_PREALLOCATE + * Miscellaneous + * init: Stop indexes on shutdown after ChainStateFlushed + callback + * util: Add missing headers to util/fees.cpp + * Unbreak build with Boost 1.72.0 + * scripts: Fix symbol-check & security-check argument passing + * Log to net category for exceptions in ProcessMessages + * Update univalue subtree + +------------------------------------------------------------------- Old: ---- bitcoin-0.19.0.1.tar.gz New: ---- bitcoin-0.19.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bitcoin.spec ++++++ --- /var/tmp/diff_new_pack.eXfMiF/_old 2020-03-11 18:50:21.555541089 +0100 +++ /var/tmp/diff_new_pack.eXfMiF/_new 2020-03-11 18:50:21.559541090 +0100 @@ -1,7 +1,7 @@ # # spec file for package bitcoin # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2011-2014 P Rusnak <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -24,7 +24,7 @@ %define consensus 1 %define is_base 1 Name: bitcoin -Version: 0.19.0.1 +Version: 0.19.1 Release: 0 Summary: P2P Digital Currency License: MIT ++++++ bitcoin-0.19.0.1.tar.gz -> bitcoin-0.19.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/bitcoin/bitcoin-0.19.0.1.tar.gz /work/SRC/openSUSE:Factory/.bitcoin.new.3160/bitcoin-0.19.1.tar.gz differ: char 13, line 1 ++++++ bitcoind.service ++++++ --- /var/tmp/diff_new_pack.eXfMiF/_old 2020-03-11 18:50:21.683541146 +0100 +++ /var/tmp/diff_new_pack.eXfMiF/_new 2020-03-11 18:50:21.683541146 +0100 @@ -6,7 +6,7 @@ [Service] User=bitcoin PIDFile=/run/bitcoin/bitcoind.pid -ExecStart=/usr/bin/bitcoind -daemon -conf=/etc/bitcoin/bitcoin.conf -pid=/run/bitcoin/bitcoind.pid -datadir=/var/lib/bitcoin +ExecStart=/usr/bin/bitcoind -conf=/etc/bitcoin/bitcoin.conf -pid=/run/bitcoin/bitcoind.pid -datadir=/var/lib/bitcoin ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure
