forked from pool/libeconf
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
This commit is contained in:
parent
f105b94af4
commit
5adae25c13
4
_service
4
_service
@ -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>
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f159dbda4a0edab1f26cf99235282929dcef09bb3ad4319b9226f05ce6a63eb2
|
||||
size 31916
|
3
libeconf-0.4.0+git20210413.fdb8025.tar.xz
Normal file
3
libeconf-0.4.0+git20210413.fdb8025.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97af509f00944281e3875294e7d19ec7f876654c8ce6d2e304989cc245dc2346
|
||||
size 139988
|
@ -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 <lnussel@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user