SHA256
1
0
forked from pool/libeconf

Accepting request 967378 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/967378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2022-04-08 20:45:20 +00:00 committed by Git OBS Bridge
parent f99e01022e
commit e27a4056f9
6 changed files with 19 additions and 9 deletions

View File

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

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/openSUSE/libeconf.git</param>
<param name="changesrevision">962774fe8bf00672064447dfc1bd20c3f30f3f5d</param>
<param name="url">https://github.com/openSUSE/libeconf.git</param>
<param name="changesrevision">c9658f240b5c6d8d85f52f5019e47bc29c88b83f</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d6b9221b55df59eaaf74711a61f427f4da0b3ea4be41bdfec9830a587e3b426
size 141508

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0572b4d829ea06bd4f1682088a86fdbcccdf849549b26dabe5c86a54cd7deb07
size 142036

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 06 21:23:48 UTC 2022 - schubi@suse.com
- Update to version 0.4.5+git20220406.c9658f2:
* econftool:
** New call "syntax" for checking the configuration files only.
Returns an error string with line number if an error occurs.
** New options "--comment" and "--delimeters"
** Parsing one file only if needed.
-------------------------------------------------------------------
Tue Jan 04 11:22:44 UTC 2022 - schubi@suse.com

View File

@ -18,7 +18,7 @@
%define lname libeconf0
Name: libeconf
Version: 0.4.4+git20220104.962774f
Version: 0.4.5+git20220406.c9658f2
Release: 0
Summary: Enhanced config file parser ala systemd
License: LGPL-2.1-or-later