- Update to version 0.7.4:

* Fixed memory leaks (#219)
  * Fixed: econf_readDirs crashes if one of the paths is NULL (#211)
  * Added links to man page. E.g. "man econf_readConfig" is working now.
  * Handle groups correctly which do not have any key entry.
- Update to version 0.7.4:
  * fixed memory leaks (#219)

OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=34
This commit is contained in:
Stefan Schubert
2024-09-26 11:23:33 +00:00
committed by Git OBS Bridge
commit 1e3c8e79aa
13 changed files with 981 additions and 0 deletions

15
_service Normal file
View File

@@ -0,0 +1,15 @@
<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>