Revisions of augeas

Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) accepted request 163755 from Daniel Poelzleithner's avatar Daniel Poelzleithner (poelzi) (revision 41)
update to augeas-1.0.0
buildservice-autocommit accepted request 137778 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 40)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 137763 from Ciaran Farrell's avatar Ciaran Farrell (babelworx) (revision 39)
license update: GPL-3.0+ and LGPL-2.1+
semicolon is ambiguous
buildservice-autocommit accepted request 129162 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 38)
baserev update by copy to link target
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 129047 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 37)
Fix build with missing gets declaration (glibc 2.16)
buildservice-autocommit accepted request 109807 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 36)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 109804 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 35)
- Ensure libxml2 is present in .pc file
buildservice-autocommit accepted request 107539 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 34)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 33)
Fix source url
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 107526 from Duncan Mac-Vicar's avatar Duncan Mac-Vicar (dmacvicar) (revision 32)
- update to 0.10.0
  - support relative paths by taking them relative to the value of
    /augeas/context in all API functions where paths are used
  - add aug_to_xml to API: transform tree(s) into XML, exposed as dump-xml in
    aug_srun and augtool. Introduces dependency on libxml2
  - fix regular expression escaping. Previously, /[/]/ match either a backslash
    or a slash. Now it only matches a slash
  - path expressions: add function 'int' to convert a node value (string) to an
    integer
  - path expressions: make sure the regexp produced by empty nodesets from
    regexp() and glob() matches nothing, rather than the empty word
  - fix --autosave when running single command from command line, BZ 743023
  - aug_srun: support 'insert' and 'move' as aliases for 'ins' and 'mv'
  - aug_srun: allow escaping of spaces, quotes and brackets with \
  - aug_init: accept AUG_NO_ERR_CLOSE flag; return augeas handle even when
    initialization fails so that caller gets some details about why
    initialization failed
  - aug_srun: tolerate trailing white space in commands
  - much improved, expanded documentation of many lenses
  - always interpret lens filter paths as absolute, bug #238
  - fix bug in libfa that would incorrectly calculate the difference of a case
    sensistive and case insensitive regexp (/[a-zA-Z]+/ - /word/i would match
    'worD')
  - new builtin 'regexp_match' for .aug files to make testing regexp matching
    easier during development
  - fix 'span' command, bug #220
  - Lens changes/additions
    * Access: parse user@host and (group) in users field; field separator need
      not be surrounded by spaces
    * Aliases: allow spaces before colons
buildservice-autocommit accepted request 105933 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 31)
baserev update by copy to link target
Jan Engelhardt's avatar Jan Engelhardt (jengelh) committed (revision 30)
Remove redundant tags/sections from specfile
buildservice-autocommit accepted request 101706 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 29)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 101693 from Duncan Mac-Vicar's avatar Duncan Mac-Vicar (dmacvicar) (revision 28)
- Patch shellvars.aug to recognize SUSE specific files in 
  sysconfig (bnc#729491)
buildservice-autocommit accepted request 84410 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 27)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 84389 from Duncan Mac-Vicar's avatar Duncan Mac-Vicar (dmacvicar) (revision 26)
- move lenses from /usr/share/libaugeas0/augeas
  to /usr/share/augeas (bnc#719199)
- move vim lenses syntax files from -lenses to -devel package
buildservice-autocommit accepted request 82861 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 25)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 82854 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 24)
- Remove redundant tags/sections from specfile
- Add augeas-devel to baselibs
buildservice-autocommit accepted request 79621 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- 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,
Displaying revisions 61 - 80 of 101
openSUSE Build Service is sponsored by