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
This commit is contained in:
Marcus Rückert 2011-01-14 14:21:41 +00:00 committed by Git OBS Bridge
parent ac936199d9
commit cd34c7b8dc
4 changed files with 57 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10be72446699fdcaad66e800bd83a74b4af4da40348eaca04effd8677c11514a
size 1386027

3
augeas-0.7.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c63f2c9a6381112d3fc2c3ea3c1a16ce92cfdf602cfe86edecbadcd421857251
size 1126817

View File

@ -1,3 +1,53 @@
-------------------------------------------------------------------
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 Thu Oct 7 12:40:02 UTC 2010 - pmullaney@novell.com

View File

@ -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. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,13 +19,13 @@
Name: augeas Name: augeas
Version: 0.7.3 Version: 0.7.4
Release: 1 Release: 1
Summary: A library for changing configuration files Summary: A library for changing configuration files
Group: System/Libraries Group: System/Libraries
License: GPLv3+ ; LGPLv2.1+ License: GPLv3+ ; LGPLv2.1+
Url: http://augeas.net/ 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 Patch0: augeas-modprobe-lense.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: glib2-devel readline-devel BuildRequires: glib2-devel readline-devel