Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libeconf for openSUSE:Factory checked in at 2021-04-19 21:05:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libeconf (Old) and /work/SRC/openSUSE:Factory/.libeconf.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libeconf" Mon Apr 19 21:05:38 2021 rev:10 rq:885618 version:0.4.0+git20210413.fdb8025 Changes: -------- --- /work/SRC/openSUSE:Factory/libeconf/libeconf.changes 2020-10-25 18:08:18.771441411 +0100 +++ /work/SRC/openSUSE:Factory/.libeconf.new.12324/libeconf.changes 2021-04-19 21:05:45.336007447 +0200 @@ -1,0 +2,34 @@ +Thu Apr 15 10:31:02 UTC 2021 - sch...@suse.com + +- Removed doxygen from build requires. + +------------------------------------------------------------------- +Tue Apr 13 20:25:40 UTC 2021 - sch...@suse.com + +- Update to version 0.4.0+git20210413.fdb8025: + * Installing man pages via meson. (#147) + +------------------------------------------------------------------- +Mon Apr 12 19:10:54 UTC 2021 - sch...@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 - sch...@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. + +------------------------------------------------------------------- Old: ---- libeconf-0.3.8+git20200710.5126fff.tar.xz New: ---- libeconf-0.4.0+git20210413.fdb8025.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libeconf.spec ++++++ --- /var/tmp/diff_new_pack.NCsqqX/_old 2021-04-19 21:05:45.892008280 +0200 +++ /var/tmp/diff_new_pack.NCsqqX/_new 2021-04-19 21:05:45.892008280 +0200 @@ -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 @@ 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 @@ %{_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 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.NCsqqX/_old 2021-04-19 21:05:45.924008327 +0200 +++ /var/tmp/diff_new_pack.NCsqqX/_new 2021-04-19 21:05:45.928008334 +0200 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="version">0.3.8</param> - <param name="versionformat">0.3.8+git%cd.%h</param> + <param name="version">0.4.0</param> + <param name="versionformat">0.4.0+git%cd.%h</param> <param name="url">git://github.com/openSUSE/libeconf.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.NCsqqX/_old 2021-04-19 21:05:45.952008369 +0200 +++ /var/tmp/diff_new_pack.NCsqqX/_new 2021-04-19 21:05:45.952008369 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/libeconf.git</param> - <param name="changesrevision">5126fff683752fd640af10557214a5e50ad7b2ca</param> + <param name="changesrevision">fdb8025a4eb202aa34da5e388528288e92298d5b</param> </service> </servicedata> \ No newline at end of file ++++++ libeconf-0.3.8+git20200710.5126fff.tar.xz -> libeconf-0.4.0+git20210413.fdb8025.tar.xz ++++++ ++++ 13582 lines of diff (skipped)