Accepting request 589058 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- update to 1.10.1: General changes/additions New CLI utility 'augmatch' to print the tree for a file and select some of its contents New command 'count' in augtool New function 'not(bool) -> bool' for path expressions The path expression 'label[. = "value"]' can now be written more concisely as 'label["value"]' API changes libfa has now a function fa_json to export an FA as a JSON file, and fa_state_* functions that make it possible to iterate over the FA's states and transitions. (Pedro Valero Mejia) Add functions aug_ns_label, aug_ns_value, aug_ns_count, and aug_ns_path to get the label (with index), the value, the number of nodes, and the fully qualified path for nodes stored in a nodeset in a variable efficiently Lens changes/additions Grubenv: new lens to process /boot/grub/grubenv (omgold) Httpd: also read files from /etc/httpd/conf.modules.d/*.conf (Tomas Meszaros) (Issue #537) Nsswitch: allow comments at the end of a line (Philip Hahn) (Issue #517) Ntp: accept 'ntpsigndsocket' statement (Philip Hahn) (Issue #516) Properties: accept empty comments with DOS line endings (Issue #161) Rancid: new lens for RANCiD router databases (Matt Dainty) Resolv: accept empty comments with DOS line endings (Issue #161) Systemd: also process /etc/systemd/logind.conf (Pat Riehecky) YAML: process a document that is just a sequence (John Vandenberg) - drop chrpath dependency, the offending dump binary is no longer shipped OBS-URL: https://build.opensuse.org/request/show/589058 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=73
This commit is contained in:
parent
890b226750
commit
e9763d7fb7
3
augeas-1.10.1.tar.gz
Normal file
3
augeas-1.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52db256afab261d31cc147eaa1a71795a5fec59e888dfd0b65a84c7aacd6364d
|
||||
size 2289207
|
BIN
augeas-1.10.1.tar.gz.sig
Normal file
BIN
augeas-1.10.1.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b463d398cabc9b42747aa61d3e83ed6a93ce03d9074cf8e7a7bd3107a668343
|
||||
size 2199534
|
Binary file not shown.
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 09:41:39 UTC 2018 - vcizek@suse.com
|
||||
|
||||
- update to 1.10.1:
|
||||
General changes/additions
|
||||
New CLI utility 'augmatch' to print the tree for a file and select
|
||||
some of its contents
|
||||
New command 'count' in augtool
|
||||
New function 'not(bool) -> bool' for path expressions
|
||||
The path expression 'label[. = "value"]' can now be written more
|
||||
concisely as 'label["value"]'
|
||||
API changes
|
||||
libfa has now a function fa_json to export an FA as a JSON file, and
|
||||
fa_state_* functions that make it possible to iterate over the FA's
|
||||
states and transitions. (Pedro Valero Mejia)
|
||||
Add functions aug_ns_label, aug_ns_value, aug_ns_count, and
|
||||
aug_ns_path to get the label (with index), the value, the number of
|
||||
nodes, and the fully qualified path for nodes stored in a nodeset in
|
||||
a variable efficiently
|
||||
Lens changes/additions
|
||||
Grubenv: new lens to process /boot/grub/grubenv (omgold)
|
||||
Httpd: also read files from /etc/httpd/conf.modules.d/*.conf
|
||||
(Tomas Meszaros) (Issue #537)
|
||||
Nsswitch: allow comments at the end of a line (Philip Hahn) (Issue #517)
|
||||
Ntp: accept 'ntpsigndsocket' statement (Philip Hahn) (Issue #516)
|
||||
Properties: accept empty comments with DOS line endings (Issue #161)
|
||||
Rancid: new lens for RANCiD router databases (Matt Dainty)
|
||||
Resolv: accept empty comments with DOS line endings (Issue #161)
|
||||
Systemd: also process /etc/systemd/logind.conf (Pat Riehecky)
|
||||
YAML: process a document that is just a sequence (John Vandenberg)
|
||||
- drop chrpath dependency, the offending dump binary is no longer shipped
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 15:10:29 UTC 2018 - fvogt@suse.com
|
||||
|
||||
|
14
augeas.spec
14
augeas.spec
@ -18,10 +18,10 @@
|
||||
|
||||
%define libname lib%{name}0
|
||||
Name: augeas
|
||||
Version: 1.9.0
|
||||
Version: 1.10.1
|
||||
Release: 0
|
||||
Summary: An utility for changing configuration files
|
||||
License: GPL-3.0+ and LGPL-2.1+
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/Libraries
|
||||
Url: http://augeas.net/
|
||||
Source0: http://download.augeas.net/augeas-%{version}.tar.gz
|
||||
@ -29,11 +29,9 @@ Source1: http://download.augeas.net/augeas-%{version}.tar.gz.sig
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
Patch0: augeas-modprobe-lense.patch
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
An utility for programmatically editing configuration files. Augeas
|
||||
@ -111,7 +109,6 @@ make %{?_smp_mflags}
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# move vim files to the right location
|
||||
mv %{buildroot}/%{_datadir}/vim/vimfiles %{buildroot}/%{_datadir}/vim/site
|
||||
chrpath --delete %{buildroot}/%{_bindir}/dump
|
||||
|
||||
%check
|
||||
# Fails 2 thread based tests
|
||||
@ -121,21 +118,18 @@ make check %{?_smp_mflags} || :
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/augmatch
|
||||
%{_bindir}/augtool
|
||||
%{_bindir}/augparse
|
||||
%{_bindir}/fadot
|
||||
%{_bindir}/dump
|
||||
%{_mandir}/man1/*
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/augeas.pc
|
||||
@ -148,14 +142,12 @@ make check %{?_smp_mflags} || :
|
||||
%{_datadir}/vim/site/syntax/augeas.vim
|
||||
|
||||
%files lenses
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/lenses
|
||||
%dir %{_datadir}/%{name}/lenses/dist
|
||||
%{_datadir}/%{name}/lenses/dist/*.aug
|
||||
|
||||
%files lense-tests
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_datadir}/%{name}/lenses/dist/tests
|
||||
%{_datadir}/%{name}/lenses/dist/tests/*.aug
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user