From cd34c7b8dc2c39d13037c261e287a940079ea9135dc5e89259e4ae66a8c2f435 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 14 Jan 2011 14:21:41 +0000 Subject: [PATCH] Accepting request 58111 from devel:libraries:c_c++ Accepted submit request 58111 from user coolo OBS-URL: https://build.opensuse.org/request/show/58111 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=8 --- augeas-0.7.3.tar.gz | 3 --- augeas-0.7.4.tar.bz2 | 3 +++ augeas.changes | 52 +++++++++++++++++++++++++++++++++++++++++++- augeas.spec | 6 ++--- 4 files changed, 57 insertions(+), 7 deletions(-) delete mode 100644 augeas-0.7.3.tar.gz create mode 100644 augeas-0.7.4.tar.bz2 diff --git a/augeas-0.7.3.tar.gz b/augeas-0.7.3.tar.gz deleted file mode 100644 index 9d82cc6..0000000 --- a/augeas-0.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10be72446699fdcaad66e800bd83a74b4af4da40348eaca04effd8677c11514a -size 1386027 diff --git a/augeas-0.7.4.tar.bz2 b/augeas-0.7.4.tar.bz2 new file mode 100644 index 0000000..3e3bbc4 --- /dev/null +++ b/augeas-0.7.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63f2c9a6381112d3fc2c3ea3c1a16ce92cfdf602cfe86edecbadcd421857251 +size 1126817 diff --git a/augeas.changes b/augeas.changes index 44f97ca..f4b1646 100644 --- a/augeas.changes +++ b/augeas.changes @@ -1,7 +1,57 @@ +------------------------------------------------------------------- +Tue Jan 11 08:10:34 UTC 2011 - dmacvicar@suse.de + +- update to 0.7.4 + * augtool: new clearm command to parallel setm + * augtool: add --file option + * Fix SEGV under gcc 4.5, caused by difficulties of the gcc + optimizer handling bitfields (bug #149; rhbz #651992) + * Preserve parse errors under /augeas//error: commit 5ee81630, + released in 0.7.3, introduced a regression that would cause + the loss of parse errors; bug #138 + * Avoid losing already parsed nodes under certain circumstances; + bug #144 + * Properly record the new mtime of a saved file; previously the + mtime in the tree was reset to 0 when a file was saved, causing + unnecessary file reloads + * fix a SEGV when using L_MAYBE in recursive lens; bug #136 + * Incompatible lens changes + * Fstab: parse option values + * Squid: various improvements, see bug #46; + * Xinetd: map service names differently + * Lens changes/additions + * Aptsources: map comments properly, allow indented lines; + bug #151 + * Grub: add indomU setting for Debian. + Allow '=' as separator in title; bug #150 + * Fstab: also process /etc/mtab + * Inetd: support rpc services + * Iptables: allow underscore in chain names + * Keepalived: new lens for /etc/keepalived/keepalived.conf + * Krb5: allow digits in realm names; bug #139 + * Login_defs: new lens for /etc/login.defs + (Erinn Looney-Triggs) + * Mke2fs: new lens for /etc/mke2fs.conf + * Nrpe: new lens for Nagios nrpe (Marc Fournier) + * Nsswitch: new lens for /etc/nsswitch.conf + * Odbc: new lens for /etc/odbc.ini (Marc Fournier) + * Pg_hba: New lens; bug #140 (Aurelien Bompard). + Add system path on Debian; bug #154 (Marc Fournier) + * Postfix_master: parse arguments in double quotes; bug #69 + * Resolv: new lens for /etc/resolv.conf + * Shells: new lens for /etc/shells + * Shellvars: parse ulimit builtin + * Sudoers: load file from /usr/local/etc (Mathieu Arnold) + Allow 'visiblepw' parameter flag; bug #143. Read files from + /etc/sudoers.d + * Syslog: new lens for /etc/syslog.conf (Mathieu Arnold) + * Util: exclude dpkg backup files; bug #153 (Marc Fournier) + * Yum: accept continuation lines for gpgkey; bug #132 + ------------------------------------------------------------------- Thu Oct 7 12:40:02 UTC 2010 - pmullaney@novell.com -- added patch for allow_unsupported_modules command in modprobe.d conf files +- added patch for allow_unsupported_modules command in modprobe.d conf files ------------------------------------------------------------------- Fri Oct 1 13:23:25 CEST 2010 - jkupec@suse.cz diff --git a/augeas.spec b/augeas.spec index 8259957..832da37 100644 --- a/augeas.spec +++ b/augeas.spec @@ -1,5 +1,5 @@ # -# spec file for package augeas (Version 0.7.3) +# spec file for package augeas (Version 0.7.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,13 +19,13 @@ Name: augeas -Version: 0.7.3 +Version: 0.7.4 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.gz +Source0: http://augeas.net/download/augeas-%{version}.tar.bz2 Patch0: augeas-modprobe-lense.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: glib2-devel readline-devel