SHA256
6
0
forked from pool/libeconf

Accepting request 769722 from devel:kubic

- Update to version 0.3.5+git20200203.3144b69:
  * Release version 0.3.5
  * Use float.h instead of obsolete gnuism values.h
  * Remove gnuism (strdupa)
  * Check for empty value (NULL pointer) before calling strdup.
- Update to version 0.3.4+git20200121.febebf2:
  * Release version 0.3.4
  * Fix buffer overflow in econf_readDirs
  * Fix parsing of quoted strings, and values starting with delimiters
  * tests: add test for quoted strings
  * tests: tst-configdirs5: fix config dir paths

OBS-URL: https://build.opensuse.org/request/show/769722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=6
This commit is contained in:
2020-02-15 21:21:33 +00:00
committed by Git OBS Bridge
parent e8c68b89d0
commit d10f4de529
6 changed files with 28 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.3.3</param>
<param name="versionformat">0.3.3+git%cd.%h</param>
<param name="version">0.3.5</param>
<param name="versionformat">0.3.5+git%cd.%h</param>
<param name="url">git://github.com/openSUSE/libeconf.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>