Accepting request 1248346 from network:cryptocurrencies
- Update to version 28.1: * doc: Update 28.1 release notes * doc: generate 28.1 manpages * build: bump to 28.1 * depends: Fix CXXFLAGS on NetBSD * test: generateblocks called by multiple threads * rpc: Extend scope of validation mutex in generateblock * doc: update release notes for 28.1rc2 * examples: Generate example bitcoin.conf * doc: Generate manpages * build: Bump to 28.1rc2 * Add release note for #31223 * test: add functional test for -port behavior * net, init: derive default onion port if a user specified a -port * test: fix MIN macro-redefinition * util: use explicit cast in MultiIntBitSet::Fill() * fuzz: add cstdlib to FuzzedDataProvider * doc: update manual pages for 28.1rc1 * build: bump version to 28.1rc1 * doc: update release notes for 28.1rc1 * build: disable compiling fuzz/utxo_snapshot.cpp with MSVC * refactor: Drop deprecated space in operator""_mst * addrman: change nid_type from int to int64_t * addrman, refactor: introduce user-defined type for internal nId * depends: For mingw cross compile use -gcc-posix to prevent library conflict * key: clear out secret data in `DecodeExtKey` * ci: add LLVM_SYMBOLIZER_PATH to Valgrind fuzz job * test: add missing sync to feature_fee_estimation.py * doc: add testnet4 section header for config file * doc: Archive 28.0 release notes OBS-URL: https://build.opensuse.org/request/show/1248346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=58
This commit is contained in:
commit
2b6582fb64
2
_service
2
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="exclude">.*</param>
|
<param name="exclude">.*</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">refs/tags/v28.0</param>
|
<param name="revision">refs/tags/v28.1</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/bitcoin/bitcoin.git</param>
|
<param name="url">https://github.com/bitcoin/bitcoin.git</param>
|
||||||
<param name="changesrevision">110183746150428e6385880c79f8c5733b1361ba</param></service></servicedata>
|
<param name="changesrevision">32efe850438ef22e2de39e562af557872a402c31</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8ff98564936e8968333668d35646ad6a76f58b55f7d8d4b781a8750ec236582e
|
|
||||||
size 45753357
|
|
3
bitcoin-28.1.obscpio
Normal file
3
bitcoin-28.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:50ab42a172850083da4bd91fcaec0a6f92719f2c17b23a5a0308eb65d361e2ef
|
||||||
|
size 45763085
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 11:02:24 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 28.1:
|
||||||
|
* doc: Update 28.1 release notes
|
||||||
|
* doc: generate 28.1 manpages
|
||||||
|
* build: bump to 28.1
|
||||||
|
* depends: Fix CXXFLAGS on NetBSD
|
||||||
|
* test: generateblocks called by multiple threads
|
||||||
|
* rpc: Extend scope of validation mutex in generateblock
|
||||||
|
* doc: update release notes for 28.1rc2
|
||||||
|
* examples: Generate example bitcoin.conf
|
||||||
|
* doc: Generate manpages
|
||||||
|
* build: Bump to 28.1rc2
|
||||||
|
* Add release note for #31223
|
||||||
|
* test: add functional test for -port behavior
|
||||||
|
* net, init: derive default onion port if a user specified a -port
|
||||||
|
* test: fix MIN macro-redefinition
|
||||||
|
* util: use explicit cast in MultiIntBitSet::Fill()
|
||||||
|
* fuzz: add cstdlib to FuzzedDataProvider
|
||||||
|
* doc: update manual pages for 28.1rc1
|
||||||
|
* build: bump version to 28.1rc1
|
||||||
|
* doc: update release notes for 28.1rc1
|
||||||
|
* build: disable compiling fuzz/utxo_snapshot.cpp with MSVC
|
||||||
|
* refactor: Drop deprecated space in operator""_mst
|
||||||
|
* addrman: change nid_type from int to int64_t
|
||||||
|
* addrman, refactor: introduce user-defined type for internal nId
|
||||||
|
* depends: For mingw cross compile use -gcc-posix to prevent library conflict
|
||||||
|
* key: clear out secret data in `DecodeExtKey`
|
||||||
|
* ci: add LLVM_SYMBOLIZER_PATH to Valgrind fuzz job
|
||||||
|
* test: add missing sync to feature_fee_estimation.py
|
||||||
|
* doc: add testnet4 section header for config file
|
||||||
|
* doc: Archive 28.0 release notes
|
||||||
|
* doc: Sync 28.0 release notes with website
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 15 08:52:43 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
Wed Jan 15 08:52:43 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: bitcoin
|
name: bitcoin
|
||||||
version: 28.0
|
version: 28.1
|
||||||
mtime: 1727803802
|
mtime: 1736274776
|
||||||
commit: 110183746150428e6385880c79f8c5733b1361ba
|
commit: 32efe850438ef22e2de39e562af557872a402c31
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%define consensus 0
|
%define consensus 0
|
||||||
%define is_base 1
|
%define is_base 1
|
||||||
Name: bitcoin
|
Name: bitcoin
|
||||||
Version: 28.0
|
Version: 28.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: P2P Digital Currency
|
Summary: P2P Digital Currency
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user