forked from pool/bitcoin
Accepting request 1136996 from home:amanzini:branches:network:cryptocurrencies
- Update to version 26.0: * doc: update release notes for 26.0 * doc: update manual pages for 26.0 * build: bump version to v26.0 final * doc: update release notes for v26.0rc3 * doc: update manual pages for v26.0rc3 * build: bump version to v26.0rc3 * build: Fix regression in "ARMv8 CRC32 intrinsics" test * ci: Avoid toolset ambiguity that MSVC can't handle * p2p: do not make automatic outbound connections to addnode peers * ci: Switch from `apt` to `apt-get` * ci: Update apt cache * pool: change memusage_test to use int64_t, add allocation check * pool: make sure PoolAllocator uses the correct alignment * doc: regenerate example bitcoin.conf * doc: rewrite explanation for -par= * doc: update manual pages for v26.0rc2 * build: bump version to v26.0rc2 * gui: fix crash on selecting "Mask values" in transaction view * guix: update signapple * guix: Zip needs to include all files with time as SOURCE_DATE_EPOCH * test: add coverage for snapshot chainstate not matching AssumeUTXO parameters * assumeutxo, blockstorage: prevent core dump on invalid hash * [test] Test i2p private key constraints * [net] Check i2p private key constraints * bugfix: Mark CNoDestination and PubKeyDestination constructor explicit * qt: 26.0rc2 translations update * doc: generate example bitcoin.conf for v26.0rc1 * doc: generate manual pages for v26.0rc1 * build: bump version to v26.0rc1 OBS-URL: https://build.opensuse.org/request/show/1136996 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=55
This commit is contained in:
committed by
Git OBS Bridge
parent
8ca6ca19ad
commit
1933ed0e23
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/v25.0</param>
|
<param name="revision">refs/tags/v26.0</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">8105bce5b384c72cf08b25b7c5343622754e7337</param></service></servicedata>
|
<param name="changesrevision">44d8b13c81e5276eb610c99f227a4d090cc532f6</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4bfb64d82bc65e5aaecb400c2da32a34bb9f7693503c5d9617a8cd8ea0bbdb06
|
|
||||||
size 42999821
|
|
3
bitcoin-26.0.obscpio
Normal file
3
bitcoin-26.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5eebe3353623f16d5f01a0672088e196e6ef138a7c351398e51da33ffee9095e
|
||||||
|
size 44547085
|
3
bitcoin-26.0.tar.gz
Normal file
3
bitcoin-26.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c88edebefe431811baf7f86d99e42780bfc290c16e62ab2888b7a6513478f46
|
||||||
|
size 13021245
|
1306
bitcoin.changes
1306
bitcoin.changes
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
|||||||
name: bitcoin
|
name: bitcoin
|
||||||
version: 25.0
|
version: 26.0
|
||||||
mtime: 1685009439
|
mtime: 1701686721
|
||||||
commit: 8105bce5b384c72cf08b25b7c5343622754e7337
|
commit: 44d8b13c81e5276eb610c99f227a4d090cc532f6
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bitcoin
|
# spec file for package bitcoin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2011-2014 P Rusnak <prusnak@opensuse.org>
|
# Copyright (c) 2011-2014 P Rusnak <prusnak@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
%endif
|
%endif
|
||||||
Name: bitcoin
|
Name: bitcoin
|
||||||
Version: 25.0
|
Version: 26.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: P2P Digital Currency
|
Summary: P2P Digital Currency
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -83,7 +83,7 @@ several GB of space, slowly growing.
|
|||||||
Summary: An end-user Qt5 GUI for the %{name_pretty} crypto-currency
|
Summary: An end-user Qt5 GUI for the %{name_pretty} crypto-currency
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires(post): update-desktop-files
|
Requires(post): update-desktop-files
|
||||||
Requires(postun): update-desktop-files
|
Requires(postun):update-desktop-files
|
||||||
|
|
||||||
%description qt5
|
%description qt5
|
||||||
%{name_pretty} is a peer-to-peer electronic cash system
|
%{name_pretty} is a peer-to-peer electronic cash system
|
||||||
|
Reference in New Issue
Block a user