From d4c10581a43077b05cf3b760132fe21da913934e55b73ef7435a6a162d12dd19 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 27 Sep 2019 12:43:59 +0000 Subject: [PATCH] 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 --- _service | 5 ++--- _servicedata | 2 +- libeconf-0.3.0+git20190906.0e60a88.tar.xz | 3 --- libeconf-0.3.2+git20190926.fea4a03.tar.xz | 3 +++ libeconf.changes | 17 +++++++++++++++++ libeconf.spec | 7 ++++--- 6 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 libeconf-0.3.0+git20190906.0e60a88.tar.xz create mode 100644 libeconf-0.3.2+git20190926.fea4a03.tar.xz diff --git a/_service b/_service index 8670f3f..6ea06bc 100644 --- a/_service +++ b/_service @@ -1,11 +1,10 @@ - 0.3.0 - 0.3.0+git%cd.%h + 0.3.2 + 0.3.2+git%cd.%h git://github.com/openSUSE/libeconf.git git enable - kukuk@suse.de xz diff --git a/_servicedata b/_servicedata index eac7047..2b26e9b 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/openSUSE/libeconf.git - 82dae5154f1a386ec4e5147da8c166d2236e568e + fea4a03631c42bd4edc7ac94bbab5675d2dc54a9 \ No newline at end of file diff --git a/libeconf-0.3.0+git20190906.0e60a88.tar.xz b/libeconf-0.3.0+git20190906.0e60a88.tar.xz deleted file mode 100644 index bb520a2..0000000 --- a/libeconf-0.3.0+git20190906.0e60a88.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48ddc17089f4beaf7d19f5197316db74b2001043ec703f3205a654b11c3bf9b4 -size 27756 diff --git a/libeconf-0.3.2+git20190926.fea4a03.tar.xz b/libeconf-0.3.2+git20190926.fea4a03.tar.xz new file mode 100644 index 0000000..fdcf9b8 --- /dev/null +++ b/libeconf-0.3.2+git20190926.fea4a03.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0362ab31ae8bbac994a74798dd9ab9867662ae18ae687a83924f246c12a34b52 +size 28432 diff --git a/libeconf.changes b/libeconf.changes index 891f1f1..7e46c2d 100644 --- a/libeconf.changes +++ b/libeconf.changes @@ -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 diff --git a/libeconf.spec b/libeconf.spec index facc1a3..5fa047a 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -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