forked from pool/libbacktrace
* libbacktrace: use __has_attribute for fallthrough * libbacktrace: add cast to avoid warning * libbacktrace: better backtrace_print when no debug info * libbacktrace: add notes about dl_iterate_phdr to README * libbacktrace: support FDPIC * libbacktrace: avoid infinite recursion * libbacktrace: improve XCOFF support * Libbacktrace: Fix the use of newline in sed replacement * libbacktrace: fix b2test_buildid test on non-english locales * libbacktrace: fix UBSAN issues * Config,Darwin: Allow for configuring Darwin to use embedded runpath. * libbacktrace: correct duplicate configury * libbacktrace: update libtool.m4 to current GCC HEAD * Handle jobserver file descriptors in btest. * libbacktrace: update copyright years * libbacktrace: don't fail if symbol size is unknown * libbacktrace: correctly gather Mach-O symbol table * libbacktrace: fix testsuite for clang * libbacktrace: suggest how to fix missing debug info * libbacktrace: remove trailing whitespace * libbacktrace: it's OK if zstd decompressor sees no backward bits * libbacktrace: add DLLS as they are loaded * libbacktrace: load Windows modules * libbacktrace: test --compress-debug-sections=ARG for each ARG * libbacktrace: don't assume compressed section is aligned OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/libbacktrace?expand=0&rev=40
19 lines
670 B
Plaintext
19 lines
670 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="versionformat">1.0+git%cd</param>
|
|
<param name="url">https://github.com/ianlancetaylor/libbacktrace.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="exclude">.*</param>
|
|
<param name="versionrewrite-pattern">v(.*)</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">libbacktrace.spec</param>
|
|
</service>
|
|
</services>
|