From 5adae25c13575698d80067ee07a50d4c8159c2313744d4dd16ff601b4057c71a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 19 Apr 2021 19:05:38 +0000 Subject: [PATCH] Accepting request 885618 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/885618 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=10 --- _service | 4 +-- _servicedata | 2 +- libeconf-0.3.8+git20200710.5126fff.tar.xz | 3 -- libeconf-0.4.0+git20210413.fdb8025.tar.xz | 3 ++ libeconf.changes | 34 +++++++++++++++++++++++ libeconf.spec | 18 ++++++++++-- 6 files changed, 56 insertions(+), 8 deletions(-) delete mode 100644 libeconf-0.3.8+git20200710.5126fff.tar.xz create mode 100644 libeconf-0.4.0+git20210413.fdb8025.tar.xz diff --git a/_service b/_service index 3c0148f..da010b8 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.3.8 - 0.3.8+git%cd.%h + 0.4.0 + 0.4.0+git%cd.%h git://github.com/openSUSE/libeconf.git git enable diff --git a/_servicedata b/_servicedata index 2eb9137..1d2065f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/openSUSE/libeconf.git - 5126fff683752fd640af10557214a5e50ad7b2ca + fdb8025a4eb202aa34da5e388528288e92298d5b \ No newline at end of file diff --git a/libeconf-0.3.8+git20200710.5126fff.tar.xz b/libeconf-0.3.8+git20200710.5126fff.tar.xz deleted file mode 100644 index e2588f7..0000000 --- a/libeconf-0.3.8+git20200710.5126fff.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f159dbda4a0edab1f26cf99235282929dcef09bb3ad4319b9226f05ce6a63eb2 -size 31916 diff --git a/libeconf-0.4.0+git20210413.fdb8025.tar.xz b/libeconf-0.4.0+git20210413.fdb8025.tar.xz new file mode 100644 index 0000000..6bad99f --- /dev/null +++ b/libeconf-0.4.0+git20210413.fdb8025.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97af509f00944281e3875294e7d19ec7f876654c8ce6d2e304989cc245dc2346 +size 139988 diff --git a/libeconf.changes b/libeconf.changes index 23457bb..f1c4395 100644 --- a/libeconf.changes +++ b/libeconf.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Apr 15 10:31:02 UTC 2021 - schubi@suse.com + +- Removed doxygen from build requires. + +------------------------------------------------------------------- +Tue Apr 13 20:25:40 UTC 2021 - schubi@suse.com + +- Update to version 0.4.0+git20210413.fdb8025: + * Installing man pages via meson. (#147) + +------------------------------------------------------------------- +Mon Apr 12 19:10:54 UTC 2021 - schubi@suse.com + +- Update to version 0.4.0+git20210412.1513a26: + * Added econftool cat option (#146) + * new API call: econf_readDirsHistory (showing ALL locations) + * new API call: econf_getPath (absolute path of the configuration file) + +------------------------------------------------------------------- +Thu Apr 08 17:10:59 UTC 2021 - schubi@suse.com + +- Update to version 0.4.0+git20210408.6d33e5e: + * Man pages libeconf.3 and econftool.8. + * Handling multiline strings. + * Added libeconf_ext which returns more information like + line_nr, comments, path of the configuration file,... + * Econftool, an command line interface for handling configuration + files. + * Generating HTML API documentation with doxygen. + * Improving error handling and semantic file check. + * Joining entries with the same key to one single entry if + env variable ECONF_JOIN_SAME_ENTRIES has been set. + ------------------------------------------------------------------- Thu Oct 22 12:16:36 UTC 2020 - Ludwig Nussel diff --git a/libeconf.spec b/libeconf.spec index 6a1e35b..4b8376d 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -1,7 +1,7 @@ # # spec file for package libeconf # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define lname libeconf0 Name: libeconf -Version: 0.3.8+git20200710.5126fff +Version: 0.4.0+git20210413.fdb8025 Release: 0 Summary: Enhanced config file parser ala systemd License: LGPL-2.1-or-later @@ -52,6 +52,15 @@ This package contains all necessary include files and libraries needed to develop applications that needs to read configuration files from different locations. +%package utils +Summary: Command line interface for libeconf +Group: System/Base +Requires: %{lname} = %{version} + +%description utils +This package contains tools for handling configuration files in e.g. /usr/etc +and /etc. + %prep %setup -q @@ -76,5 +85,10 @@ different locations. %{_includedir}/*.h %{_libdir}/libeconf.so %{_libdir}/pkgconfig/libeconf.pc +%{_mandir}/man3/libeconf.3%{?ext_man} + +%files utils +%{_bindir}/econftool +%{_mandir}/man8/econftool.8%{?ext_man} %changelog