SHA256
1
0
forked from pool/libeconf

Accepting request 1036466 from devel:microos

OBS-URL: https://build.opensuse.org/request/show/1036466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-11-18 14:42:32 +00:00 committed by Git OBS Bridge
parent 25c450197a
commit 6b8ff7806a
6 changed files with 25 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.4.6</param>
<param name="versionformat">0.4.6+git%cd.%h</param>
<param name="version">0.4.8</param>
<param name="versionformat">0.4.8+git%cd.%h</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">3016f4e2fde7e27992251a36157e964d9c076c33</param>
<param name="changesrevision">7ff77043522a6d9a284118f2bcc59c3c697645f0</param>
</service>
</servicedata>

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 14 13:47:26 UTC 2022 - schubi@suse.com
- Update to version 0.4.8+git20221114.7ff7704:
* Parsing files which are containing keys only (#170)
All delimiters are allowed now : "", " =", " ", "=". But the
user should use "" in order to be distinct.
* /usr/etc/shells.d/<file_name> will not be parsed if
/etc/shells.d/<file_name> is defined too.
* Lto build fixed (#168)
* New calls: econf_comment_tag, econf_delimiter_tag, econf_set_comment_tag,
econf_set_delimiter_tag
* Checking UID,GroupID, permissions,... of the parsed files (#165)
New calls: econf_requireOwner, econf_requireGroup, econf_requirePermissions,
econf_followSymlinks
* Ignoring Group without brackets; Do not hold brackets in the internal data structure. (#164)
* Error handling improved for nums and booleans (#163)
-------------------------------------------------------------------
Wed Apr 27 22:10:35 UTC 2022 - schubi@suse.com

View File

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