SHA256
1
0
forked from pool/libeconf

Accepting request 733498 from devel:kubic

- Update to version 0.3.2+git20190926.fea4a03:
  * Release version 0.3.2
  * Fix merging an empty file (#105)
  * Add test cases for merge function

- Update to version 0.3.1+git20190924.822cf5b:
  * release version 0.3.1
  * Set delimiter in readFile
  * Change parser interface to store file name and line numbers per key
  * Update ccpp.yml

OBS-URL: https://build.opensuse.org/request/show/733498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-09-27 12:43:59 +00:00 committed by Git OBS Bridge
parent 10ca8c4b61
commit d4c10581a4
6 changed files with 27 additions and 10 deletions

View File

@ -1,11 +1,10 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.3.0</param>
<param name="versionformat">0.3.0+git%cd.%h</param>
<param name="version">0.3.2</param>
<param name="versionformat">0.3.2+git%cd.%h</param>
<param name="url">git://github.com/openSUSE/libeconf.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">kukuk@suse.de</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</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">82dae5154f1a386ec4e5147da8c166d2236e568e</param>
<param name="changesrevision">fea4a03631c42bd4edc7ac94bbab5675d2dc54a9</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48ddc17089f4beaf7d19f5197316db74b2001043ec703f3205a654b11c3bf9b4
size 27756

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0362ab31ae8bbac994a74798dd9ab9867662ae18ae687a83924f246c12a34b52
size 28432

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Sep 26 17:43:54 UTC 2019 - kukuk@suse.com
- Update to version 0.3.2+git20190926.fea4a03:
* Release version 0.3.2
* Fix merging an empty file (#105)
* Add test cases for merge function
-------------------------------------------------------------------
Tue Sep 24 12:52:52 UTC 2019 - rbrown@suse.com
- Update to version 0.3.1+git20190924.822cf5b:
* release version 0.3.1
* Set delimiter in readFile
* Change parser interface to store file name and line numbers per key
* Update ccpp.yml
-------------------------------------------------------------------
Fri Sep 06 10:53:32 UTC 2019 - kukuk@suse.de

View File

@ -18,17 +18,17 @@
%define lname libeconf0
Name: libeconf
Version: 0.3.0+git20190906.0e60a88
Version: 0.3.2+git20190926.fea4a03
Release: 0
Summary: Enhanced config file parser ala systemd
License: LGPL-2.1-or-later
Url: https://github.com/openSUSE/libeconf
Group: Development/Libraries/C and C++
Url: https://github.com/openSUSE/libeconf
Source: libeconf-%{version}.tar.xz
Source2: baselibs.conf
BuildRequires: autoconf
BuildRequires: libtool
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
%description
@ -37,6 +37,7 @@ in several locations into one.
%package -n %{lname}
Summary: Enhanced config file parser ala systemd
Group: Development/Libraries/C and C++
%description -n %{lname}
Enhanced config file parser, which merges config files placed