From 01a00434c31bd0c8c6cffbb59da07c1a89a5d55afb2eb0462909fb56030d5534 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 12 Dec 2013 13:18:27 +0000 Subject: [PATCH] Accepting request 210459 from home:posophe:branches:devel:libraries:c_c++ - Update to version 1.1.0 - Handle files with special characters in their name, bug #343 - Fix type error in composition ('f; g') of functions, bug #328 - Improve detection of version script; make build work on Illumos with GBU ld (Igor Pashev) - augparse: add --trace option to print filenames of all modules being loaded - Various lens documentation improvements (Jasper Lievisse Adriaanse) - Lens changes/additions - ActiveMQ_*: new lens for ActiveMQ/JBoss A-MQ (Brian Harrington) - AptCacherNGSecurity: new lens for /etc/apt-cacher-ng/security.conf (Erik Anderson) - Automaster: accept spaces between options - BBHosts: support more flags and downtime feature (Mathieu Alorent) - Bootconf: new lens for OpenBSD's /etc/boot.conf (Jasper Adriaanse) - Desktop: Support dos eol - Dhclient: read /etc/dhclient.conf used in OpenBSD (Jasper Adriaanse) - Dovecot: New lens for dovecot configurations (Serge Smetana) - Fai_Diskconfig: Optimize some regexps - Fonts: exclude all README files (Jasper Adriaanse) - Inetd: support IPv6 addresses, bug #320 - IniFile: Add lns_loose and lns_loose_multiline definitions Support smart quotes Warning: Smart quotes support means users should not add escaped double quotes themselves. Tests need to be fixed also. Use standard Util.comment_generic and Util.empty_generic Warning: Existing lens tests must be adapted to use standard comments and empty lines Allow spaces in entry_multiline* values Add entry_generic and entry_multiline_generic Add empty_generic and empty_noindent Let multiline values begin with a single newline Support dos eol Warning: Support for dos eol means existing lenses usually need to be adapted to exclude \r as well as \n. - IPRoute2: Support for iproute2 files (Davide Guerri) - JaaS: lens for the Java Authentication and Authorization Service (Simon Vocella) - JettyRealm: new lens for jetty-realm.properties (Brian Harrington) - JMXAccess, JMXPassword: new lenses for ActiveMQ's JMX files (Brian Harrington) - Krb5: Use standard comments and empty lines Support dos eol Improve performance Accept pkinit_anchors (Andrew Anderson) - Lightdm: Use standard comments and empty lines - LVM: New lens for LVM metadata (Gabriel) - Mdadm_conf: optimize some regexps - MongoDBServer: new lens (Brian Harrington) - Monit: also load /etc/monitrc (Jasper Adriaanse) - MySQL: Use standard comments and empty lines Support dos eol - NagiosCfg: handle Icinga and resources.cfg (Jasper Adriaanse) - Nrpe: accept any config option rather than predefined list (Gonzalo Servat); optimize some regexps - Ntpd: new lense for OpenNTPD config (Jasper Adriaanse) - Odbc: Use standard comments and empty lines - Openshift_*: new lenses for Openshift support (Brian Harrington) - Quote: allow multiple spaces in quote_spaces; improve docs - Passwd: allow period in user names in spec, bug #337; allow overrides in nisentry - PHP: Support smart quotes Use standard comments and empty lines Load /etc/php*/fpm/pool.d/*.conf (Enrico Stahn) - Postfix_master: allow [] in words, bug #345 - Resolv: support 'lookup' and 'family' key words, bug #320 (Jasper Adriaanse)) - Rsyslog: support :omusrmsg: list of users in actions - RX: add CR to RX.space_in - Samba: Use standard comments and empty lines Support dos eol - Schroot: Support smart quotes - Services: support port ranges (Branan Purvine-Riley) - Shellvars: optimize some regexps; reinstate /etc/sysconfig/network, fixes bug #330, RHBZ#904222, RHBZ#920609; parse /etc/rc.conf.local from OpenBSD - Sip_Conf: New lens for sip.conf configurations (Rob Tucker) - Splunk: new lens (Tim Brigham) - Subversion: Support smart quotes Use standard comments and empty lines Use IniFile.entry_multiline_generic Use IniFile.empty_noindent Support dos eol - Sudoers: allow user aliases in specs - Sysctl: exclude README file - Systemd: Support smart quotes; allow backslashes in values - Xinetd: handle missing values in list, bug #307 - Xorg: allow 'Screen' in Device section, bug #344 - Yum: Support dos eol, optimize some regexps OBS-URL: https://build.opensuse.org/request/show/210459 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=43 --- augeas-1.0.0.tar.gz | 3 -- augeas-1.1.0.tar.gz | 3 ++ augeas.changes | 94 +++++++++++++++++++++++++++++++++++++++++++++ augeas.spec | 2 +- 4 files changed, 98 insertions(+), 4 deletions(-) delete mode 100644 augeas-1.0.0.tar.gz create mode 100644 augeas-1.1.0.tar.gz diff --git a/augeas-1.0.0.tar.gz b/augeas-1.0.0.tar.gz deleted file mode 100644 index 3c3ae80..0000000 --- a/augeas-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31bf757c5b8197765946b3805f3793c32b03cd92a7a77ec95d37e71a1f131912 -size 1880630 diff --git a/augeas-1.1.0.tar.gz b/augeas-1.1.0.tar.gz new file mode 100644 index 0000000..747037c --- /dev/null +++ b/augeas-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d81e4228329e2d5cccb018ab06bc8b734fb2dede2c4d9b5c02303d4a690b76b +size 1940928 diff --git a/augeas.changes b/augeas.changes index 2c77816..923b047 100644 --- a/augeas.changes +++ b/augeas.changes @@ -1,3 +1,97 @@ +------------------------------------------------------------------- +Tue Dec 10 19:56:13 UTC 2013 - p.drouand@gmail.com + +- Update to version 1.1.0 + - Handle files with special characters in their name, bug #343 + - Fix type error in composition ('f; g') of functions, bug #328 + - Improve detection of version script; make build work on Illumos with + GBU ld (Igor Pashev) + - augparse: add --trace option to print filenames of all modules being + loaded + - Various lens documentation improvements (Jasper Lievisse Adriaanse) + - Lens changes/additions + - ActiveMQ_*: new lens for ActiveMQ/JBoss A-MQ (Brian Harrington) + - AptCacherNGSecurity: new lens for /etc/apt-cacher-ng/security.conf + (Erik Anderson) + - Automaster: accept spaces between options + - BBHosts: support more flags and downtime feature (Mathieu Alorent) + - Bootconf: new lens for OpenBSD's /etc/boot.conf (Jasper Adriaanse) + - Desktop: Support dos eol + - Dhclient: read /etc/dhclient.conf used in OpenBSD (Jasper Adriaanse) + - Dovecot: New lens for dovecot configurations (Serge Smetana) + - Fai_Diskconfig: Optimize some regexps + - Fonts: exclude all README files (Jasper Adriaanse) + - Inetd: support IPv6 addresses, bug #320 + - IniFile: Add lns_loose and lns_loose_multiline definitions + Support smart quotes + Warning: Smart quotes support means users should not add + escaped double quotes themselves. Tests need to be fixed + also. + Use standard Util.comment_generic and Util.empty_generic + Warning: Existing lens tests must be adapted to use standard + comments and empty lines + Allow spaces in entry_multiline* values + Add entry_generic and entry_multiline_generic + Add empty_generic and empty_noindent + Let multiline values begin with a single newline + Support dos eol + Warning: Support for dos eol means existing lenses usually + need to be adapted to exclude \r as well as \n. + - IPRoute2: Support for iproute2 files (Davide Guerri) + - JaaS: lens for the Java Authentication and Authorization Service + (Simon Vocella) + - JettyRealm: new lens for jetty-realm.properties (Brian Harrington) + - JMXAccess, JMXPassword: new lenses for ActiveMQ's JMX files + (Brian Harrington) + - Krb5: Use standard comments and empty lines + Support dos eol + Improve performance + Accept pkinit_anchors (Andrew Anderson) + - Lightdm: Use standard comments and empty lines + - LVM: New lens for LVM metadata (Gabriel) + - Mdadm_conf: optimize some regexps + - MongoDBServer: new lens (Brian Harrington) + - Monit: also load /etc/monitrc (Jasper Adriaanse) + - MySQL: Use standard comments and empty lines + Support dos eol + - NagiosCfg: handle Icinga and resources.cfg (Jasper Adriaanse) + - Nrpe: accept any config option rather than predefined list (Gonzalo + Servat); optimize some regexps + - Ntpd: new lense for OpenNTPD config (Jasper Adriaanse) + - Odbc: Use standard comments and empty lines + - Openshift_*: new lenses for Openshift support (Brian Harrington) + - Quote: allow multiple spaces in quote_spaces; improve docs + - Passwd: allow period in user names in spec, bug #337; allow overrides + in nisentry + - PHP: Support smart quotes + Use standard comments and empty lines + Load /etc/php*/fpm/pool.d/*.conf (Enrico Stahn) + - Postfix_master: allow [] in words, bug #345 + - Resolv: support 'lookup' and 'family' key words, bug #320 + (Jasper Adriaanse)) + - Rsyslog: support :omusrmsg: list of users in actions + - RX: add CR to RX.space_in + - Samba: Use standard comments and empty lines + Support dos eol + - Schroot: Support smart quotes + - Services: support port ranges (Branan Purvine-Riley) + - Shellvars: optimize some regexps; reinstate /etc/sysconfig/network, + fixes bug #330, RHBZ#904222, RHBZ#920609; parse /etc/rc.conf.local + from OpenBSD + - Sip_Conf: New lens for sip.conf configurations (Rob Tucker) + - Splunk: new lens (Tim Brigham) + - Subversion: Support smart quotes + Use standard comments and empty lines + Use IniFile.entry_multiline_generic + Use IniFile.empty_noindent + Support dos eol + - Sudoers: allow user aliases in specs + - Sysctl: exclude README file + - Systemd: Support smart quotes; allow backslashes in values + - Xinetd: handle missing values in list, bug #307 + - Xorg: allow 'Screen' in Device section, bug #344 + - Yum: Support dos eol, optimize some regexps + ------------------------------------------------------------------- Sun Apr 7 14:35:11 UTC 2013 - poelzleithner@b1-systems.de diff --git a/augeas.spec b/augeas.spec index 88e41a4..e459114 100644 --- a/augeas.spec +++ b/augeas.spec @@ -17,7 +17,7 @@ Name: augeas -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: A library for changing configuration files License: GPL-3.0+ and LGPL-2.1+