* Removed PATH_MAX (Issue #220) * Add ROOT_PREFIX as option to replace TESTSDIR hack * CI: valgrind doesn't work together with sanitizers * econf_readConfig: don't allocate econf_file in error case * tests: use cleanup to free key_file for some tests * libeconf: don't allocate array from size 0 * libeconf: fix use of uninitialized stat result if file does not exist * econftool: dynamically allocate xdg_config_dir * Disable clang <= 17, enable valgrind * Disable whitespace check * Disable deprecation warning for econftool and example * Add new CI with different compilers and valgrind * Test econf_readConfig() * Disable deprecation warning for tests * Implement econf_*freep functions for automatic cleanup * Cleanup *free functions - Update to version 0.7.5: * Removed PATH_MAX (Issue #220) * Add ROOT_PREFIX as option to replace TESTSDIR hack * CI: valgrind doesn't work together with sanitizers * econf_readConfig: don't allocate econf_file in error case * tests: use cleanup to free key_file for some tests * libeconf: don't allocate array from size 0 * libeconf: fix use of uninitialized stat result if file does not exist * econftool: dynamically allocate xdg_config_dir * Disable clang <= 17, enable valgrind * Disable whitespace check * Disable deprecation warning for econftool and example * Add new CI with different compilers and valgrind * Test econf_readConfig() * Disable deprecation warning for tests * Implement econf_*freep functions for automatic cleanup * Cleanup *free functions OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=38
16 lines
577 B
Plaintext
16 lines
577 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">0.5.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
|
<param name="url">https://github.com/openSUSE/libeconf.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|