Accepting request 1183047 from network:cryptocurrencies
OBS-URL: https://build.opensuse.org/request/show/1183047 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=56
This commit is contained in:
commit
04db63aedd
2
_service
2
_service
@ -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.0</param>
|
||||
<param name="revision">refs/tags/v27.1</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/bitcoin/bitcoin.git</param>
|
||||
<param name="changesrevision">d82283950f5ff3b2116e705f931c6e89e5fdd0be</param></service></servicedata>
|
||||
<param name="changesrevision">1088a98f5aad080cc6cca2da174f206509fcda6c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:348765242cfd24009405f8f87da1f552add605acf9b36200c51d19599902c2d5
|
||||
size 45878797
|
3
bitcoin-27.1.obscpio
Normal file
3
bitcoin-27.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:853d55b9ae68f2dc57001a26f48fb86ca521c4e5543396e8b7e1b4c7ad727d8f
|
||||
size 46261773
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 09:37:55 UTC 2024 - andrea.manzini@suse.com
|
||||
|
||||
- Update to version 27.1:
|
||||
* doc: update manual pages for 27.1
|
||||
* build: bump version to v27.1 final
|
||||
* depends: Update Boost download link
|
||||
* build: Fix building `fuzz` binary on on SunOS / illumos
|
||||
* qt: 27.1rc1 translations update
|
||||
* depends: Fetch miniupnpc sources from an alternative website
|
||||
* test: add GetAddedNodeInfo() CJDNS regression unit test
|
||||
* p2p, bugfix: detect addnode cjdns peers in GetAddedNodeInfo()
|
||||
* crypto: disable asan for sha256_sse4 with clang and -O0
|
||||
* rpc: move UniValue in blockToJSON
|
||||
* gui: don't permit port in proxy IP option
|
||||
* gui: fix create unsigned transaction fee bump
|
||||
* depends: Fix build of Qt for 32-bit platforms
|
||||
* Fix #29767, set m_synced = true after Commit()
|
||||
* sign: don't assume we are parsing a sane Miniscript
|
||||
* rpc: Reword SighashFromStr error message
|
||||
* build: Fix false positive `CHECK_ATOMIC` test for clang-15
|
||||
* test: Fix failing univalue float test
|
||||
* doc: archive 27.0 release notes
|
||||
* [rpc, bugfix] Enforce maximum value for setmocktime
|
||||
* Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 13:08:34 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: bitcoin
|
||||
version: 27.0
|
||||
mtime: 1713198512
|
||||
commit: d82283950f5ff3b2116e705f931c6e89e5fdd0be
|
||||
version: 27.1
|
||||
mtime: 1718111937
|
||||
commit: 1088a98f5aad080cc6cca2da174f206509fcda6c
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define consensus 1
|
||||
%define is_base 1
|
||||
Name: bitcoin
|
||||
Version: 27.0
|
||||
Version: 27.1
|
||||
Release: 0
|
||||
Summary: P2P Digital Currency
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user