7677236c49
* 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 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=70
20 lines
706 B
Plaintext
20 lines
706 B
Plaintext
<services>
|
|
<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/v27.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="manual">
|
|
<param name="file">bitcoin.spec</param>
|
|
</service>
|
|
</services>
|