forked from pool/monero
* ringct: fix trunc_amount field name change * build: prepare v0.18.3.3 * Revert "http_client: reduce number of packets sent for small bodies" * depends: add riscv64 linux build tag - Update to version 0.18.3.2: * Fixed mempool pruning * tx_memory_pool: make double spends a no-drop offense * get_block_template_backlog: better sorting logic * wallet2: adjust fee during backlog, fix set priority * unit_tests: fix strtoul unit test * docs: omit i2p port number from ANONYMITY_NETWORKS * wallet: feature: transfer amount with fee included * build: prepare v0.18.3.2 * cryptonote_core: early out on out of bounds scaling parameter * depends: openssl: update to 3.0.13 * depends: unbound: update to 1.19.1 * depends: expat: update to 2.6.0 * remove ARCH=x86-64 from release-static * serialization: fix infinite loops and clean up dispatching * Zero initialize rctSigBase elements * Disable/fix ports with I2P * Add <cstdint> to aligned test * wallet: mitigate statistical dependence for decoy selection within rings * Fix missing checks for IsObject in ZMQ jsonrpc reading * JH hash compiler workarounds * Fix EAGAIN bug in ZMQ-RPC/ZMQ-PUB * wallet: fix multisig key memory leak * heed NO_COLOR environment variable * readline_buffer: disable bracketed paste escape sequences OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/monero?expand=0&rev=77
23 lines
778 B
Plaintext
23 lines
778 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="versionformat">0.18.3.3</param>
|
|
<param name="url">https://github.com/monero-project/monero.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="exclude">.*</param>
|
|
<param name="revision">refs/tags/v0.18.3.3</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime">
|
|
</service>
|
|
<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">monero.spec</param>
|
|
</service>
|
|
<service name="format_spec_file" mode="manual">
|
|
<param name="specfile">monero.spec</param>
|
|
</service>
|
|
</services>
|