Revisions of lua-lmod

buildservice-autocommit accepted request 1167927 from Christian Goll's avatar Christian Goll (mslacken) (revision 105)
baserev update by copy to link target
Christian Goll's avatar Christian Goll (mslacken) accepted request 1167878 from Egbert Eich's avatar Egbert Eich (eeich) (revision 104)
-  Update to version 8.7.37:
   * Use the correct mname from Framestack when unregistering a "break"
     module.
   * Ignore backup files (*~ .*.swp etc) files in a modulerc.d directory.
   * Fixed buildVersion_src to deal with (HEAD detached at x.y.z)
   * From 8.7.35 & 8.7.36:
     * Let is-loaded and is-avail set  non-zero exit status. This is different
       from warnings.
     * Must pass in mpathA to isVisible when trying to find hidden modules in
       buildDbT
     * Do not produce a Lua error on a non-existant collection
     * Now use "m_Module_Msgs_close" instead of border so that sites can
       override.
     * Add LMOD_ADMIN_FILE to config report
     * Call build_i18n before calling warnings, errors or messages
     * Allow for multiple hooks.  Note that last one in list sets the result
       value on return
     * Allow io.popen() to be called from a modulefile.
     * Created buildVersion_src to build src/Version.lua when installing Lmod.
buildservice-autocommit accepted request 1155209 from Egbert Eich's avatar Egbert Eich (eeich) (revision 103)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1153907 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 102)
- Use %patch -P N instead of deprecated %patchN.
buildservice-autocommit accepted request 1140511 from Egbert Eich's avatar Egbert Eich (eeich) (revision 101)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1139499 from Egbert Eich's avatar Egbert Eich (eeich) (revision 100)
- Update to version 8.7.34
  * (Again) Cannot use the string ${ZSH_VERSION} in
    $FPATH.  Instead change orig zsh version to current one.
  * Change isFile(fn) to return nil if fn is a broken symlink.
  * Change abspath() to l_abspath() in tools/fileOps.lua
  * Create realpath() to use posix.realpath() if it exists
    otherwise use l_abspath()
  * Implement user request that the Active RC file(s) be realpath()
  * Internally rename complete name to be "complete<name>" and
    unwrap when necessary.
  * Change the current version of zsh with the string
    ${ZSH_VERSION} when builting the init/zsh file.
  * Better handling of zsh shell functions in source_sh().
    Must match "\n}\n" to find end of function.
  * Better name for extension title, remove trailing \n
  * Added support for getenv function in TCL modules
  * Fix bug where the version is very long (like git commit tags)
  * Must delete old tcl2lua.so* files before installing new ones
  * wrap double quotes around any newlines found in env var value
    in bash like shells
  * Unknown TCL module command now produce an error instead of
    being ignored
  * Update zsh and bash tab completion files
  * Added support for "module purge" in a TCL modulefile to unload
    all other modules on load.
  * "module show" now prints the contents of inheritted modules.
  * Added support for "purge()" function in modules to unload all
    other modules on load.
  * Created hook colorize_fullName to allow for sites to control
    how "module list" and "module av"
buildservice-autocommit accepted request 1097041 from Egbert Eich's avatar Egbert Eich (eeich) (revision 99)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1097040 from Egbert Eich's avatar Egbert Eich (eeich) (revision 98)
- Use ExcludeArch instead of an ExclusiveArch construct.
- Make sure, apparmor cache subdirectories are deleted as well.
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1096952 from Egbert Eich's avatar Egbert Eich (eeich) (revision 97)
- Improve post install script to reload Apparmor profiles with new abstraction
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1096845 from Egbert Eich's avatar Egbert Eich (eeich) (revision 96)
- Rename Provides: modules to environment-modules. This way,
  it is compatible with the other provider.
- Stop building on 32 bit.
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1096844 from Egbert Eich's avatar Egbert Eich (eeich) (revision 95)
- Add apparmor bash abstraction for Lmod (bsc#1212837).
- Create an rpmlint file.
buildservice-autocommit accepted request 1063843 from Egbert Eich's avatar Egbert Eich (eeich) (revision 94)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1063842 from Egbert Eich's avatar Egbert Eich (eeich) (revision 93)
- Do not 'Require:' lua interpreter explicitly: this will be
  handled by an auto-generated dependency.
- After a discussion with Dominique (dimstar@opensuse.org)
  he agreed to define the preferred Lua vesion in %%lua_pref
  in the ProjConfig of oS:Factory so that it can be used in
  'BuildRequires:'. Take advantage of this new value (with a
  fallback).
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1063812 from Egbert Eich's avatar Egbert Eich (eeich) (revision 92)
- Remove direct dependency for a Lua interpreter.
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1063701 from Egbert Eich's avatar Egbert Eich (eeich) (revision 91)
- Replace rpm shell magic by lua magic.
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1063692 from Egbert Eich's avatar Egbert Eich (eeich) (revision 90)
- Match the Lua version and version name suffix of Lua libraries
  in Requires: to what has been used for building. Also set the
  minimal Lua version required by Lmod (bsc#1207970).
buildservice-autocommit accepted request 1058225 from Egbert Eich's avatar Egbert Eich (eeich) (revision 89)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1058224 from Egbert Eich's avatar Egbert Eich (eeich) (revision 88)
- Updated to version 8.7.15:
  * Issue #619: Do not source lmod_bash_aliases when $POSIXLY_CORRECT is set
    (by bash --posix)
  * Issue #620: Dynamically set shell name inside Lmod instead of init/bash.in
  * Added debugging stmts to track down issue when adding loop in MODULEPATH
    when doing a spider.
  * Zsh now gets /path/to/ksh_scripts if KSH_SUPPORT is yes.
  * Issue #620: Honor shell name on command line.  Use "shell"
    when Lmod gets to decide.
  * Fix bug in keyword terse output: Add newline on final entry (Created
    in Lmod 8.4.18).
- Obsoletes:
  issue-620-Delay-setting-of-LMOD_SHELL_PRGM-until-module-is-actually-called.patch
buildservice-autocommit accepted request 1058036 from Egbert Eich's avatar Egbert Eich (eeich) (revision 87)
baserev update by copy to link target
Egbert Eich's avatar Egbert Eich (eeich) accepted request 1058035 from Egbert Eich's avatar Egbert Eich (eeich) (revision 86)
- Changing description to make it more clear to users what this tool
  is for wand where it should be installed - and where not.
  Also add Provides: for shell functions set by shell init scripts
  provided with this package.
Displaying revisions 1 - 20 of 105
openSUSE Build Service is sponsored by