diff --git a/augeas-0.8.1.tar.bz2 b/augeas-0.8.1.tar.bz2 deleted file mode 100644 index 8b23252..0000000 --- a/augeas-0.8.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a237432a544d4ebd02967bf8ef2316dcbbbb6141a354556057b67e6906b4d62b -size 1299542 diff --git a/augeas-0.9.0.tar.gz b/augeas-0.9.0.tar.gz new file mode 100644 index 0000000..9c1a896 --- /dev/null +++ b/augeas-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d2f482d02ac4cb38a80d95c53d2f73de435df7df1022827e7cba20bb4bb9b8 +size 1630073 diff --git a/augeas.changes b/augeas.changes index f1acd4c..1e2875f 100644 --- a/augeas.changes +++ b/augeas.changes @@ -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 diff --git a/augeas.spec b/augeas.spec index 227fd28..c322671 100644 --- a/augeas.spec +++ b/augeas.spec @@ -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