Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package monero for openSUSE:Factory checked in at 2023-11-14 21:42:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/monero (Old) and /work/SRC/openSUSE:Factory/.monero.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "monero" Tue Nov 14 21:42:40 2023 rev:13 rq:1125826 version:0.18.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/monero/monero.changes 2023-07-10 16:40:04.854607301 +0200 +++ /work/SRC/openSUSE:Factory/.monero.new.17445/monero.changes 2023-11-14 21:42:43.559939023 +0100 @@ -1,0 +2,40 @@ +Tue Nov 14 08:44:57 UTC 2023 - Martin Pluskal <mplus...@suse.com> + +- Update to version 0.18.3.1: + * add a test for the long term weight cache + * Fix: long term block weight cache The long term block weight cache was doing a wrong calculation when adding a new block to the cache. + * build: prepare v0.18.3.1 + * wallet2: fix refresh function parameters + * storages: change error log category to serialization + * wallet: store watch-only wallet correctly when `change_password()` is called + * build: prepare v0.18.3.0 + * wallet2: fix `store_to()` and `change_password()` + * functional_tests: fix multisig tests noutputs assertion + * wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing + * wallet_rpc_server: add --no-initial-sync flag for quicker network binding + * wallet-rpc: restore from multisig seed + * scan_tx: fix custom comparator for == case; fixes #8951 + * wallet2: when checking frozen multisig tx set, don't assume order + * Enforce restricted # pool txs served via RPC + optimize chunked reqs [release-v0.18] + * wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [release-v0.18] + * core_rpc_server: return ID of submitted block + * wallet2: do not lose exception in current thread on refresh + * wallet2: fix missing exceptions from failing wallet refresh + * protocol: drop peers sending duplicate txes + * Set SSL SNI even when server verification is disabled + * Add CLSAG serialization to ZMQ code + * wallet: respect frozen key images in multisig wallets [RELEASE] + * properly terminate interrupted TCP connection. fixes #8685 + * Speed up perf_timer init on x86 + * cryptonote_basic: fix amount overflow detection on 32-bit systems [RELEASE] + * wallet_rpc_server: dedup transfer RPC responses [RELEASE] + * depends: update openssl to 1.1.1u + * common: do not use DNS to determine if address is local + * blockchain: ensure base fee cannot reach 0 + * fix missing <cstdint> includes + * Fixed RandomX initialization when mining from scratch + * wallet2: fix rescanning tx via scan_tx + * Handle case where a command line flag is not allowed in the config file +- Drop no longer needed fixbuild.patch + +------------------------------------------------------------------- Old: ---- fixbuild.patch monero-0.18.2.2.obscpio New: ---- monero-0.18.3.1.obscpio BETA DEBUG BEGIN: Old: * Handle case where a command line flag is not allowed in the config file - Drop no longer needed fixbuild.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ monero.spec ++++++ --- /var/tmp/diff_new_pack.ojhWbh/_old 2023-11-14 21:42:46.052031273 +0100 +++ /var/tmp/diff_new_pack.ojhWbh/_new 2023-11-14 21:42:46.076032161 +0100 @@ -36,15 +36,13 @@ %define description_text_3 Security: Using the power of a distributed peer-to-peer consensus network, every transaction on the network is cryptographically secured. Individual wallets have a 24 word mnemonic seed that is only displayed once, and can be written down to backup the wallet. Wallet files are encrypted with a passphrase to ensure they are useless if stolen. %define description_text_4 Untraceability: By taking advantage of ring signatures, a special property of a certain type of cryptography, Monero is able to ensure that transactions are not only untraceable, but have an optional measure of ambiguity that ensures that transactions cannot easily be tied back to an individual user or computer. Name: monero -Version: 0.18.2.2 +Version: 0.18.3.1 Release: 0 Summary: P2P digital currency License: MIT Group: Productivity/Networking/Other URL: https://get%{name}.org/ Source0: %{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/monero-project/monero/commit/c32befe4f.patch -Patch0: fixbuild.patch BuildRequires: cmake >= 3.0 BuildRequires: cppzmq-devel BuildRequires: gcc-c++ >= 4.7.3 @@ -114,7 +112,7 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -%autosetup -p1 +%autosetup # setup systemd service sed -i 's#^Description=Monero Full Node$#Description=%{display_name} Daemon#g' utils/systemd/%{daemon_name}.service ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ojhWbh/_old 2023-11-14 21:42:46.184036160 +0100 +++ /var/tmp/diff_new_pack.ojhWbh/_new 2023-11-14 21:42:46.184036160 +0100 @@ -1,11 +1,11 @@ <services> - <service name="obs_scm" mode="disabled"> - <param name="versionformat">0.18.2.2</param> + <service name="obs_scm" mode="manual"> + <param name="versionformat">0.18.3.1</param> <param name="url">https://github.com/monero-project/monero.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="exclude">.*</param> - <param name="revision">refs/tags/v0.18.2.2</param> + <param name="revision">refs/tags/v0.18.3.1</param> </service> <service name="tar" mode="buildtime"> </service> @@ -13,10 +13,10 @@ <param name="compression">gz</param> <param name="file">*.tar</param> </service> - <service name="set_version" mode="disabled"> + <service name="set_version" mode="manual"> <param name="file">monero.spec</param> </service> - <service name="format_spec_file" mode="disabled"> + <service name="format_spec_file" mode="manual"> <param name="specfile">monero.spec</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ojhWbh/_old 2023-11-14 21:42:46.204036900 +0100 +++ /var/tmp/diff_new_pack.ojhWbh/_new 2023-11-14 21:42:46.208037048 +0100 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/monero-project/monero.git</param> - <param name="changesrevision">e06129bb4d1076f4f2cebabddcee09f1e9e30dcc</param> + <param name="changesrevision">2656cdf5056c07684741c4425a051760b97025b0</param> </service> </servicedata> (No newline at EOF) ++++++ monero-0.18.2.2.obscpio -> monero-0.18.3.1.obscpio ++++++ /work/SRC/openSUSE:Factory/monero/monero-0.18.2.2.obscpio /work/SRC/openSUSE:Factory/.monero.new.17445/monero-0.18.3.1.obscpio differ: char 48, line 1 ++++++ monero.obsinfo ++++++ --- /var/tmp/diff_new_pack.ojhWbh/_old 2023-11-14 21:42:46.240038232 +0100 +++ /var/tmp/diff_new_pack.ojhWbh/_new 2023-11-14 21:42:46.240038232 +0100 @@ -1,5 +1,5 @@ name: monero -version: 0.18.2.2 -mtime: 1680483200 -commit: e06129bb4d1076f4f2cebabddcee09f1e9e30dcc +version: 0.18.3.1 +mtime: 1696274891 +commit: 2656cdf5056c07684741c4425a051760b97025b0