SHA256
1
0
forked from pool/libeconf

Accepting request 1037644 from home:schubi2

- Update to version 0.4.9:
  * libeconf.h: added missing sys/types.h header (#171)
  * new API calls: econf_readFileWithCallback,
    econf_readDirsWithCallback, econf_readDirsHistoryWithCallback (#172)
  * Checking NULL comment parameter in the parsing functions.

OBS-URL: https://build.opensuse.org/request/show/1037644
OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=4
This commit is contained in:
Richard Brown
2022-11-25 12:09:48 +00:00
committed by Git OBS Bridge
parent 6b8ff7806a
commit bd9a9d511d
6 changed files with 17 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.4.8</param>
<param name="versionformat">0.4.8+git%cd.%h</param>
<param name="version">0.4.9</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>