From 7e5fdbfa7cf11fd3646a85c58d9681ef6393ca67d95500eb67b2f5dea7cc17f1 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 5 Apr 2011 16:06:44 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/augeas revision 12.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=223d80fcfbdfad246057d7b9419fc194 --- augeas.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/augeas.spec b/augeas.spec index be41d27..5ea95cc 100644 --- a/augeas.spec +++ b/augeas.spec @@ -20,7 +20,7 @@ Name: augeas Version: 0.7.4 -Release: 1 +Release: 6 Summary: A library for changing configuration files Group: System/Libraries License: GPLv3+ ; LGPLv2.1+ From e60459f91701799f68985daca9f21686175105347e445adf3e0760c50ac0763d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 6 May 2011 21:11:39 +0000 Subject: [PATCH 2/2] Accepting request 69753 from home:dmacvicar:branches:devel:libraries:c_c++ - update to 0.8.1 * augtool: respect autosave flag in oneshot mode, bug #193; fix segfault caused by unmatched bracket in path expression, bug #186 * eliminate a global variable in the lexer, fixes BZ 690286 * replace an erroneous assert(0) with a proper error message when none of the alternatives in a union match during saving, bug #183 * improve AIX support * Lens changes/additions * Access: support the format @netgroup@@nisdomain, bug #190 * Fstab: fix parsing of SELinux labels in the fscontext option * Grub: support 'device' directive for UEFI boot, bug #189; support 'configfile' and 'background' * Httpd: handle continuation lines; autoload httpd.conf on Fedora/RHEL, BZ 688149; fix support for single-quoted strings * Iptables: support --tcp-flags, bug #157; allow blank and comment lines anywhere * Mysql: include /etc/my.cnf used on Fedora/RHEL, BZ 688053 * NagiosCfg: parse setting multiple values on one line * NagiosObjects: process /etc/nagios3/objects/*.cfg * Nsswitch: support 'sudoers' as a database, bug #187 * Shellvars: autoload /etc/rc.conf used in FreeBSD * Sudoers: support '#include' and '#includedir', bug #188 * Yum: exclude /etc/yum/pluginconf.d/versionlock.list - changes for 0.8.0 * add new 'square' lens combinator * add new aug_span API function * augtool: short options for --nostdinc, --noload, and --noautoload OBS-URL: https://build.opensuse.org/request/show/69753 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=18 --- augeas-0.7.4.tar.bz2 | 3 -- augeas-0.8.1.tar.bz2 | 3 ++ augeas.changes | 67 ++++++++++++++++++++++++++++++++++++++++++++ augeas.spec | 2 +- 4 files changed, 71 insertions(+), 4 deletions(-) delete mode 100644 augeas-0.7.4.tar.bz2 create mode 100644 augeas-0.8.1.tar.bz2 diff --git a/augeas-0.7.4.tar.bz2 b/augeas-0.7.4.tar.bz2 deleted file mode 100644 index 3e3bbc4..0000000 --- a/augeas-0.7.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c63f2c9a6381112d3fc2c3ea3c1a16ce92cfdf602cfe86edecbadcd421857251 -size 1126817 diff --git a/augeas-0.8.1.tar.bz2 b/augeas-0.8.1.tar.bz2 new file mode 100644 index 0000000..8b23252 --- /dev/null +++ b/augeas-0.8.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a237432a544d4ebd02967bf8ef2316dcbbbb6141a354556057b67e6906b4d62b +size 1299542 diff --git a/augeas.changes b/augeas.changes index c926498..cce5ae2 100644 --- a/augeas.changes +++ b/augeas.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri May 6 10:32:57 UTC 2011 - dmacvicar@suse.de + +- update to 0.8.1 + * augtool: respect autosave flag in oneshot mode, bug #193; + fix segfault caused by unmatched bracket in path expression, + bug #186 + * eliminate a global variable in the lexer, fixes BZ 690286 + * replace an erroneous assert(0) with a proper error message when + none of the alternatives in a union match during saving, + bug #183 + * improve AIX support + * Lens changes/additions + * Access: support the format @netgroup@@nisdomain, bug #190 + * Fstab: fix parsing of SELinux labels in the fscontext option + * Grub: support 'device' directive for UEFI boot, bug #189; support + 'configfile' and 'background' + * Httpd: handle continuation lines; autoload httpd.conf on + Fedora/RHEL, BZ 688149; fix support for single-quoted + strings + * Iptables: support --tcp-flags, bug #157; allow blank and comment + lines anywhere + * Mysql: include /etc/my.cnf used on Fedora/RHEL, BZ 688053 + * NagiosCfg: parse setting multiple values on one line + * NagiosObjects: process /etc/nagios3/objects/*.cfg + * Nsswitch: support 'sudoers' as a database, bug #187 + * Shellvars: autoload /etc/rc.conf used in FreeBSD + * Sudoers: support '#include' and '#includedir', bug #188 + * Yum: exclude /etc/yum/pluginconf.d/versionlock.list +- changes for 0.8.0 + * add new 'square' lens combinator + * add new aug_span API function + * augtool: short options for --nostdinc, --noload, and --noautoload + * augtool: read commands from tty after executing file with --interactive + * augtool: add --autosave option + * augtool: add --span option to load nodes' span + * augtool: add span command to get the node's span according to the input + file + * augtool: really be quiet when we shouldn't be echoing + * fix segfault in get.c with L_MAYBE lens; bug #180 + * fix segfault when a path expression called regexp() with an invalid + regexp; bug #168 + * improved vim syntax file + * replace augtest by test-augtool.sh to obviate the need for Ruby to run + tests + * use sys_wait module from gnulib; bug #164 + * Lens changes/additions + * Access: new lens for /etc/security/access.conf + * Crypttab: new lens for /etc/crypttab + * Dhcpd: new lens + * Exports: accept hostnames with dashes; bug #169 + * Grub: add various Solaris extensions; support "map" entries, + bug #148 + * Httpd: new lens for Apache config + * Inifile: new lens indented_title_label + * Interfaces: allow indentation for "iface" entries; bug #182 + * Mysql: change default comment delimiter from ';' to '#'; bug #181 + * Nsswitch: accept various add'l databases; bug #171 + * PuppetFileserver: new lens for Puppet's fileserver.conf + * REsolv: allow comments starting with ';'; bug #173 + * Shellvars: autoload various snmpd config files; bug #170 + * Solaris_system: new lens for /etc/system on Solaris + * Util (comment_c_style, empty_generic, empty_c_style): new lenses + * Xml: generic lens to process XML files + * Xorg: make "position" in "screen" optional; allow "Extensions" + section; bug #175 + ------------------------------------------------------------------- Mon Apr 4 19:25:12 UTC 2011 - coolo@novell.com diff --git a/augeas.spec b/augeas.spec index 5ea95cc..9cb3f64 100644 --- a/augeas.spec +++ b/augeas.spec @@ -19,7 +19,7 @@ Name: augeas -Version: 0.7.4 +Version: 0.8.1 Release: 6 Summary: A library for changing configuration files Group: System/Libraries