Accepting request 1238012 from network:cryptocurrencies

- Update to version 28.0:
  * doc: 28.0 Release Notes
  * doc: generate manpages
  * build: Bump to 28.0
  * validation: Disable CheckForkWarningConditions for background chainstate
  * test: Use shell builtins in run_command test case
  * doc: Generate manpages
  * build: Bump to 28.0rc2
  * streams: remove AutoFile::Get() entirely
  * streams: cache file position within AutoFile
  * qt: Translations update
  * gui: fix crash when closing wallet
  * test: Wait for local services to update in feature_assumeutxo
  * test: add coverage for assumeUTXO honest peers disconnection
  * assumeUTXO: fix peers disconnection during sync
  * test: Work around boost compilation error
  * depends: build libevent with -D_GNU_SOURCE
  * test: fixing failing system_tests/run_command under some Locales
  * test: Avoid intermittent timeout in p2p_headers_sync_with_minchainwork.py
  * test: fix `TestShell` initialization (late follow-up for #30463)
  * doc: Point release notes to wiki draft
  * examples: Generate example bitcoin.conf
  * doc: Generate manpages
  * build: Bump to 28.0rc1
  * docs: Add 379 and 387 to bips.md
  * docs: Remove release 28.0 release notes fragments
  * seeds: Regenerate mainnet seeds
  * seeds: Pull nodes from Luke's seeder
  * seeds: Pull nodes from virtu's crawler
  * chainparams: Remove seed.bitcoinstats.com

OBS-URL: https://build.opensuse.org/request/show/1238012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=57
This commit is contained in:
2025-01-15 16:45:05 +00:00
committed by Git OBS Bridge
7 changed files with 1302 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
<param name="changesgenerate">enable</param>
<param name="exclude">.*</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">refs/tags/v27.1</param>
<param name="revision">refs/tags/v28.0</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/bitcoin/bitcoin.git</param>
<param name="changesrevision">1088a98f5aad080cc6cca2da174f206509fcda6c</param></service></servicedata>
<param name="changesrevision">110183746150428e6385880c79f8c5733b1361ba</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:853d55b9ae68f2dc57001a26f48fb86ca521c4e5543396e8b7e1b4c7ad727d8f
size 46261773

3
bitcoin-28.0.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ff98564936e8968333668d35646ad6a76f58b55f7d8d4b781a8750ec236582e
size 45753357

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
name: bitcoin
version: 27.1
mtime: 1718111937
commit: 1088a98f5aad080cc6cca2da174f206509fcda6c
version: 28.0
mtime: 1727803802
commit: 110183746150428e6385880c79f8c5733b1361ba

View File

@@ -1,7 +1,7 @@
#
# spec file for package bitcoin
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2011-2014 P Rusnak <prusnak@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -21,10 +21,10 @@
%define base bitcoin
%define base_pretty Bitcoin
%define name_pretty %{base_pretty}
%define consensus 1
%define consensus 0
%define is_base 1
Name: bitcoin
Version: 27.1
Version: 28.0
Release: 0
Summary: P2P Digital Currency
License: MIT