Accepting request 79621 from devel:libraries:c_c++
- update to 0.9.0: - augtool: keep history in ~/.augeas/history - add aug_srun API function; this makes it possible to run a sequence of commands through the API - aug_mv: report error AUG_EMVDESC on attempts to move a node into one of its descendants - path expressions: allow whitespace inside names, making '/files/etc/foo bar/baz' a legal path, but parse [expr1 or expr2] and [expr1 and expr2] as the logical and/or of expr1 and expr2 - path expressions: interpret escape sequences in regexps; since '.' does not match newlines, it has to be possible to write '.|\n' to match any character - path expressions: allow concatenating strings and regexps; add comparison operator '!~'; add function 'glob'; allow passing a nodeset to function 'regexp' - store the names of the functions available in path expressions under /augeas/version - fix several smaller memory leaks - Lens changes/additions * Aliases: allow spaces and commas in aliases (Mathieu Arnold) * Grub: allow "bootfs" Solaris/ZFS extension for dataset name, bug #201 (Dominic Cleal); allow kernel path starting with a BIOS device, bug #199 * Inifile: allow multiline values * Php: include files from Zend community edition, bug #210 * Properties: new lens for Java properties files, bug #194 (Craig Dunn) * Spacevars: autoload two ldap files, bug #202 (John Morrissey) * Sudoers: support users:groups format in a Runas_Spec line, bug #211; add CSW paths (Dominic Cleal) * Util: allow comment_or_eol to match whitespace-only comments, OBS-URL: https://build.opensuse.org/request/show/79621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=17
This commit is contained in:
commit
c06da667bb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a237432a544d4ebd02967bf8ef2316dcbbbb6141a354556057b67e6906b4d62b
|
||||
size 1299542
|
3
augeas-0.9.0.tar.gz
Normal file
3
augeas-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55d2f482d02ac4cb38a80d95c53d2f73de435df7df1022827e7cba20bb4bb9b8
|
||||
size 1630073
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 01:49:37 CEST 2011 - dmueller@suse.de
|
||||
|
||||
- update to 0.9.0:
|
||||
- augtool: keep history in ~/.augeas/history
|
||||
- add aug_srun API function; this makes it possible to run a sequence of
|
||||
commands through the API
|
||||
- aug_mv: report error AUG_EMVDESC on attempts to move a node into one of
|
||||
its descendants
|
||||
- path expressions: allow whitespace inside names, making '/files/etc/foo
|
||||
bar/baz' a legal path, but parse [expr1 or expr2] and [expr1 and expr2]
|
||||
as the logical and/or of expr1 and expr2
|
||||
- path expressions: interpret escape sequences in regexps; since '.' does
|
||||
not match newlines, it has to be possible to write '.|\n' to match any
|
||||
character
|
||||
- path expressions: allow concatenating strings and regexps; add
|
||||
comparison operator '!~'; add function 'glob'; allow passing a nodeset
|
||||
to function 'regexp'
|
||||
- store the names of the functions available in path expressions under
|
||||
/augeas/version
|
||||
- fix several smaller memory leaks
|
||||
- Lens changes/additions
|
||||
* Aliases: allow spaces and commas in aliases (Mathieu Arnold)
|
||||
* Grub: allow "bootfs" Solaris/ZFS extension for dataset name, bug #201
|
||||
(Dominic Cleal); allow kernel path starting with a BIOS device,
|
||||
bug #199
|
||||
* Inifile: allow multiline values
|
||||
* Php: include files from Zend community edition, bug #210
|
||||
* Properties: new lens for Java properties files, bug #194 (Craig Dunn)
|
||||
* Spacevars: autoload two ldap files, bug #202 (John Morrissey)
|
||||
* Sudoers: support users:groups format in a Runas_Spec line, bug #211;
|
||||
add CSW paths (Dominic Cleal)
|
||||
* Util: allow comment_or_eol to match whitespace-only comments,
|
||||
bug #205 (Dominic Cleal)
|
||||
* Xorg: accept InputClass section; autoload from /etc/X11/xorg.conf.d,
|
||||
bug #197
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 10:32:57 UTC 2011 - dmacvicar@suse.de
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
|
||||
|
||||
Name: augeas
|
||||
Version: 0.8.1
|
||||
Release: 8
|
||||
Version: 0.9.0
|
||||
Release: 1
|
||||
Summary: A library for changing configuration files
|
||||
Group: System/Libraries
|
||||
License: GPLv3+ ; LGPLv2.1+
|
||||
Url: http://augeas.net/
|
||||
Source0: http://augeas.net/download/augeas-%{version}.tar.bz2
|
||||
Source0: http://augeas.net/download/augeas-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Patch0: augeas-modprobe-lense.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user