Revisions of perl-App-Cme

Tina Müller's avatar Tina Müller (tinita) committed (revision 30)
Fix disabling of __perllib_provides
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1153646 from Tina Müller's avatar Tina Müller (tinita) (revision 29)
- updated to 1.040
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.040 2024-01-17
    Bug fix:
      * fix deprecation warning
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1136573 from Tina Müller's avatar Tina Müller (tinita) (revision 28)
- updated to 1.039
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.039 2023-12-09
    New feature:
      * tkui: open write widget with "cme edit <app> --open-item "<element path>"
    Bug fix:
      * cme run: improve heuristic to detect plain Perl script
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 964212 from Tina Müller's avatar Tina Müller (tinita) (revision 27)
- updated to 1.038
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.038 2022-03-13
    Bug fix:
      * run command: substitution of variable in commit message
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 952265 from Tina Müller's avatar Tina Müller (tinita) (revision 26)
- updated to 1.037
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.037 2022-02-05
    New feature:
      * allow code section in scripts
      * allow 'run' script in YAML or Perl format
    Misc changes:
      * remove "use XXX" from test script
  1.036 2022-01-12
    Bug fix:
      * fix test broken by output change in Config::Model 2.148
    Misc changes:
      * tests requires Config::Model 2.148
  1.035 2022-01-09
    Bug fix:
      * fix postderef syntax with perl 5.20
      * fix (run): --no-commit option
      * fix (run): do not try to commit when no changes are done
      * fix (test): broken by Config::Model 2.145
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 928596 from Tina Müller's avatar Tina Müller (tinita) (revision 25)
- updated to 1.034
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.034 2021-10-30
    New feature:
      * add use_backend_argument_as_config_file param to app files
    Misc changes:
      * require perl 5.20
      * update copyright year
      * refactored following perlcritic advices
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 921743 from Tina Müller's avatar Tina Müller (tinita) (revision 24)
- updated to 1.033
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.033 2021-09-19
    Bug fix:
      * fix (fix command): display node name when needed
      * remove duplicate option definition
      * fix (run command): fix override of --commit option
      * fix force-load doc
    Dependency changes:
      * rm test dependency on Probe::Perl
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 822487 from Tina Müller's avatar Tina Müller (tinita) (revision 23)
- updated to 1.032
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.032 2020-07-17
    cme improvements:
      * cme warnings are now shown with log4perl in blue
        (the shown color depends on Log4Perl configuration)
    Doc improvements:
      * improve update command doc (Thanks Ross Vandegrift)
      * add contributor section in cme doc
      * run command: fix typos in synopsis comments
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 763831 from Tina Müller's avatar Tina Müller (tinita) (revision 22)
- updated to 1.031
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.031 2020-01-12
  
    Bug fix:
      * fix warning about deprecated -root parameter
  
    Misc:
      * suggest Config::Model::CursesUI instead of recommend
      * recommend Config::Model::TkUI >= 1.370
Tina Müller's avatar Tina Müller (tinita) accepted request 730304 from Tina Müller's avatar Tina Müller (tinita) (revision 21)
Automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 640478 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 20)
- Fix autogenerated changes
- updated to 1.029
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.029 2018-08-20
  
    Bug fixes:
      * fix options diplayed by bash completion
  
    Smoke test fixes:
      * fix extra 
 in output for perl < 5.18
- updated to 1.028
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.028 2018-06-20
  
    Documentation improvements:
      * add bugs section in cme doc
      * improve doc of modify command
  
    Improve output of cme:
      * check and modify commands are now silent when no problem is found.
      * run and modify commands show detailed script actions on configuration
        data in verbose mode
      * dump command: indicate -format choices in usage output
      * check command: show progress messages only in verbose mode.
      * fix command: show "running fix" message only in verbose mode
      * common: remove using xxx model message
  
  
    Bash completion fixes:
      * remove obsolete -backend option
      * fix bash completion of run command
  
    Other: 
      * requires Config::Model 2.124
      * run: allow untracked files when committing
      * cme: Simplify verbose option
- updated to 1.027
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.027 2018-04-05
  
    Improve cme run script:
      * add error message when application param is missing
      * leave capture parameters alone
      * add syntax for multi-line instructions
      * replace_var sub accepts several variabless
      * fix error message when run is called without argument
  
    Other:
      * Using cme option '-file' with value '-' is deprecated
      * update copyright year in dist.ini
- updated to 1.026
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.026 2017-12-18
  
    New experimental feature:
      * By default, Shellvar backend from Config::Model 2.116 keeps
        parameter order when writing back configuration data. This broke
        cme test that check that data is written with canonical order
      * add -canonical option to let data be written back according to model
        order (i.e. the previous behavior of shellvar backend)
      * Fix test broken by new ShellVar behavior (using -canonical option)
      * Depends on Config::Model 2.116 (for -canonical option)
  
    On-going deprecation of obscure multi backend feature
      * cme: remove obsolete -backend option (since only one backend can now
        be available, there's no need to an option to choose an alternative backend)
  
  1.025 2017-12-14
  
    Some new features for the rather new 'run' subcommand:
      * add -cat option option to show the script
      * -doc option also shows commit message
  
    New feature for the older 'dump' subcommand
      * -format accepts yaml or yml
      * -format value is now case insensitive
      * accept -format cds (alias to cml)
  
    Misc:
      * improve doc of modify command
  
  1.024 2017-10-22
  
    Some new features for the rather new 'run' subcommand:
      * add --no-commit option (Debian #877986)
      * add --commit option
      * can now specify default value for script args
  
    Other bug fixes:
      * run: remove warning about Log4Perl initialisation
      * run: fix option description
      * cme: update Log4Perl init in doc
  
  1.023 2017-09-10
  
    Bug fixes:
      * add missing backup option to read/write commands (like cme edit,
        fix, modify ...)
      * die if both require_config_file and require_backend_argument are set
        in app file (in Config/Model/[system|user|application].d)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 506600 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 19)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 492950 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 18)
- updated to 1.019
   see /usr/share/doc/packages/perl-App-Cme/Changes
  1.019 2017-04-30
  
    This release brings some improvements:
      * run: allow to use command args in var: lines
      * cme: add '-verbose [ info | debug | trace ]' option to
        get debug logs
  
    Other bug fixes:
      * do not replace hash variable in run script
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 486670 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 17)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 477068 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 16)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 445528 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 15)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 435458 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 14)
automatic update
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 430486 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 13)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 407680 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 399084 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 11)
automatic update
Displaying revisions 1 - 20 of 30
openSUSE Build Service is sponsored by