Accepting request 728808 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/728808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-09-07 09:53:52 +00:00 committed by Git OBS Bridge
parent 4076274733
commit ea55b904ef
6 changed files with 48 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.0.0</param>
<param name="versionformat">0.0.0+git%cd.%h</param>
<param name="version">0.3.0</param>
<param name="versionformat">0.3.0+git%cd.%h</param>
<param name="url">git://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">git://github.com/openSUSE/libeconf.git</param>
<param name="changesrevision">51b65e3ce43682322a215097e45b6cd03b6c0abb</param>
<param name="changesrevision">af0058a82a453b558c2c7614979d2377a2091ee8</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30f15466b8ff6ebcc44c5ac6ad98dadedbb092bd7370bcb256016b1c490a9ab7
size 24224

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e5952b11588b4aced026e09103c2667e15ada9b2c323c46dc8c719b90991391
size 27744

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Thu Sep 05 08:54:20 UTC 2019 - kukuk@suse.de
- Update to version 0.3.0+git20190905.0ca8fe2:
* Merge doc changes from parlt91 (pull rq#73)
* Implement econf_get*ValueDef functions: if key is not found, a provided default is returned.
* Differentiate between no value provided and empty value provided
* Remove obsolete check for comments
* Enhance and adjust test cases
* Remove obsolete check for comments
-------------------------------------------------------------------
Wed Sep 04 11:13:09 UTC 2019 - kukuk@suse.de
- Update to version 0.2.0+git20190904.03fa5b4:
* Enhance and adjust test cases
* Update ccpp.yml
* Update ccpp.yml
* Update ccpp.yml
-------------------------------------------------------------------
Wed Sep 04 10:17:25 UTC 2019 - kukuk@suse.de
- Update to version 0.2.0+git20190904.989df9f:
* Remove debug printf
-------------------------------------------------------------------
Wed Sep 04 09:58:12 UTC 2019 - kukuk@suse.de
- Update to version 0.2.0+git20190904.c9c1820:
* Implement alternate file parser solving the problems with group entry detection.
* Add new parse error error code
* Bool values read from a config file are not sanitzied, so we need to do that in the getBoolValueNum function, too.
* Only use <file>.<suffix>.d directories
* Release version 0.2.0
* Add an explanation about this project.
* Check for NULL pointer arguments
* Fix error return value
* Fix typo in comment
* Add test case for reading login.defs with data from util-linux test suite
-------------------------------------------------------------------
Mon Sep 02 13:18:01 UTC 2019 - kukuk@suse.de

View File

@ -18,7 +18,7 @@
%define lname libeconf0
Name: libeconf
Version: 0.0.0+git20190902.dd17c11
Version: 0.3.0+git20190905.0ca8fe2
Release: 0
Summary: Enhanced config file parser ala systemd
License: LGPL-2.1-or-later