Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bitcoin for openSUSE:Factory checked 
in at 2024-04-16 20:03:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bitcoin (Old)
 and      /work/SRC/openSUSE:Factory/.bitcoin.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bitcoin"

Tue Apr 16 20:03:44 2024 rev:54 rq:1167841 version:26.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes  2024-03-17 
22:15:16.562787179 +0100
+++ /work/SRC/openSUSE:Factory/.bitcoin.new.26366/bitcoin.changes       
2024-04-16 20:05:34.400263702 +0200
@@ -1,0 +2,58 @@
+Mon Apr 15 14:20:00 UTC 2024 - Martin Pluskal <[email protected]>
+
+- Update to version 26.1:
+  * [doc] add manual pages for 26.1
+  * [doc] update release notes 26.1
+  * [build] bump version to 26.1 final
+  * ci, macos: Use `--break-system-packages` with Homebrew's python
+  * ci: Add workaround for Homebrew's python link error
+  * [doc] update manual pages for v26.1rc2
+  * [build] bump version to v26.1rc2
+  * update release notes 26.1
+  * fuzz: restrict fopencookie usage to Linux & FreeBSD
+  * test: make sure keypool sizes do not change on 
`getrawchangeaddress`/`getnewaddress` failures
+  * wallet: Avoid updating `ReserveDestination::nIndex` when 
`GetReservedDestination` fails
+  * p2p: Don't consider blocks mutated if they don't connect to known prev 
block
+  * [test] IsBlockMutated unit tests
+  * [validation] Cache merkle root and witness commitment checks
+  * [test] Add regression test for #27608
+  * [net processing] Don't process mutated blocks
+  * [validation] Merkle root malleation should be caught by IsBlockMutated
+  * [validation] Introduce IsBlockMutated
+  * [refactor] Cleanup merkle root checks
+  * [validation] Isolate merkle root checks
+  * test: Drop `x` modifier in `fsbridge::fopen` call for mingw builds
+  * rpc: keep .cookie if it was not generated
+  * [doc] add release notes for 26.1rc1
+  * [doc] update manual pages for 26.1rc1
+  * [build] bump version to 26.1rc1
+  * qt: 26.1rc1 translations update
+  * ci: Switch native macOS CI job to Xcode 15.0
+  * build: Fix `-Xclang -internal-isystem` option
+  * Use hardened runtime on macOS release builds.
+  * [test] import descriptor wallet with reorged parent + IsFromMe child in 
mempool
+  * [test] rescan legacy wallet with reorged parent + IsFromMe child in mempool
+  * snapshots: don't core dump when running -checkblockindex after 
`loadtxoutset`
+  * [log] mempool loading
+  * net: create I2P sessions with both ECIES-X25519 and ElGamal encryption
+  * [refactor] Add helper for iterating through mempool entries
+  * doc: update release notes for 26.x
+  * wallet: Fix use-after-free in WalletBatch::EraseRecords
+  * ci: Set `HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` to avoid failures
+  * rpc: getwalletinfo, return wallet 'birthtime'
+  * test: coverage for wallet birth time interaction with -reindex
+  * wallet: fix legacy spkm default birth time
+  * wallet: birth time update during tx scanning
+  * refactor: rename FirstKeyTimeChanged to MaybeUpdateBirthTime
+  * fuzz: disable BnB when SFFO is enabled
+  * test: add coverage for BnB-SFFO restriction
+  * wallet: create tx, log resulting coin selection info
+  * wallet: skip BnB when SFFO is active
+  * test: add regression test for the getrawtransaction segfault
+  * rpc: fix getrawtransaction segfault
+  * ci: Use Ubuntu 24.04 Noble for asan
+  * ci: Use Ubuntu 24.04 Noble for tsan,tidy,fuzz
+  * doc: Missing additions to 26.0 release notes
+  * doc: add historical release notes for 26.0
+
+-------------------------------------------------------------------

Old:
----
  bitcoin-26.0.obscpio

New:
----
  bitcoin-26.1.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bitcoin.spec ++++++
--- /var/tmp/diff_new_pack.L1LbU9/_old  2024-04-16 20:05:37.596381186 +0200
+++ /var/tmp/diff_new_pack.L1LbU9/_new  2024-04-16 20:05:37.600381334 +0200
@@ -24,7 +24,7 @@
 %define consensus 1
 %define is_base 1
 Name:           bitcoin
-Version:        26.0
+Version:        26.1
 Release:        0
 Summary:        P2P Digital Currency
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.L1LbU9/_old  2024-04-16 20:05:37.644382951 +0200
+++ /var/tmp/diff_new_pack.L1LbU9/_new  2024-04-16 20:05:37.648383098 +0200
@@ -1,19 +1,19 @@
 <services>
-  <service name="obs_scm" mode="disabled">
+  <service name="obs_scm" mode="manual">
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="url">https://github.com/bitcoin/bitcoin.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>
     <param name="exclude">.*</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">refs/tags/v26.0</param>
+    <param name="revision">refs/tags/v26.1</param>
   </service>
   <service name="tar" mode="buildtime"/>
   <service name="recompress" mode="buildtime">
     <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">bitcoin.spec</param>
   </service>
 </services>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.L1LbU9/_old  2024-04-16 20:05:37.668383833 +0200
+++ /var/tmp/diff_new_pack.L1LbU9/_new  2024-04-16 20:05:37.672383980 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/bitcoin/bitcoin.git</param>
-              <param 
name="changesrevision">44d8b13c81e5276eb610c99f227a4d090cc532f6</param></service></servicedata>
+              <param 
name="changesrevision">0b4aa31c34b239ec7da36760a2670792184c3ba8</param></service></servicedata>
 (No newline at EOF)
 

++++++ bitcoin-26.0.obscpio -> bitcoin-26.1.obscpio ++++++
/work/SRC/openSUSE:Factory/bitcoin/bitcoin-26.0.obscpio 
/work/SRC/openSUSE:Factory/.bitcoin.new.26366/bitcoin-26.1.obscpio differ: char 
48, line 1

++++++ bitcoin.obsinfo ++++++
--- /var/tmp/diff_new_pack.L1LbU9/_old  2024-04-16 20:05:37.736386333 +0200
+++ /var/tmp/diff_new_pack.L1LbU9/_new  2024-04-16 20:05:37.740386480 +0200
@@ -1,5 +1,5 @@
 name: bitcoin
-version: 26.0
-mtime: 1701686721
-commit: 44d8b13c81e5276eb610c99f227a4d090cc532f6
+version: 26.1
+mtime: 1711385468
+commit: 0b4aa31c34b239ec7da36760a2670792184c3ba8
 

Reply via email to