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>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/libeconf.git</param>
<param name="changesrevision">7ff77043522a6d9a284118f2bcc59c3c697645f0</param>
<param name="changesrevision">3f363ba03817b337c75bb411a8f561a59751cb56</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61bb3b12f0df20800c118d1ee80ce8d9caa09c662c85b6bf0d86c7b42e6bde03
size 146524

3
libeconf-0.4.9.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d541e902de26498bfd894931ac3a80f7899da4d3171124320640967a409419c
size 147820

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 23 14:01:34 UTC 2022 - schubi@suse.com
- 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.
-------------------------------------------------------------------
Mon Nov 14 13:47:26 UTC 2022 - schubi@suse.com

View File

@ -18,7 +18,7 @@
%define lname libeconf0
Name: libeconf
Version: 0.4.8+git20221114.7ff7704
Version: 0.4.9
Release: 0
Summary: Enhanced config file parser ala systemd
License: LGPL-2.1-or-later