* Mon Feb 03 2025 guillaume.gardet@opensuse.org
- Make use of %configure macro to build with distro flags
* Tue Aug 27 2024 pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang macro, [bsc#1212476]
* Tue May 21 2024 dimstar@opensuse.org
- Use %autosetup macro: allows us to eliminate usage of deprecated
%patchN syntax.
* Sat Jul 31 2021 mail@philipp-wagner.com
- Update to upstream version 4.8.0
See https://modules.readthedocs.io/en/latest/NEWS.html#modules-4-8-0-2021-07-14
for a list of changes.
* Thu May 06 2021 mail@philipp-wagner.com
- Update to upstream version 4.7.1
* Doc: clarify the license terms used by the project. (fix issue #389)
* Align all files from the Modules project under the GPLv2+ license.
Scripts and libraries that were previously licensed with GPLv3+ have
been moved to GPLv2+ with the consent of their respective copyright
holders. (fix issue #389)
* Revert "Install: have configure script assume the . dot directory
when invoked without the prepended ./" as consent was not obtained
from author to relicense the contribution to GPLv2+.
* Doc: fixes few typos in module(1) and modulefile(4).
* Update the sh-to-mod mechanism to support version 3.2 of the fish
shell. Fish 3.2 introduces the . builtin command that should be
regexp-escaped when determining the shell functions or aliases
defined by the script analyzed by sh-to-mod.
* Vim: update addon files to highlight modulefile variables ModuleTool,
ModuleToolVersion and ModulesCurrentModulefile.
* Doc: update the description and default value of the
- -with-dark-background-colors and --with-light-background-colors
installation options.
* Doc: add description of changes that occurred on versions 4.6 and 4.7
for the --with-dark-background-colors and --with-light-background-colors
installation options and for the MODULES_COLORS environment variable.
* Doc: correct the default value of the --with-tag-abbrev installation
option.
* Doc: add Sticky modules cookbook recipe.
- Correct package license to GPLv2+, matching upstream.
* Mon Mar 22 2021 mail@philipp-wagner.com
- Mark the download service as disabled to meet factory submission
guidelines.
- Add a runtime dependency on Python for createmodule.py script.
- Set /usr/bin/python3 as interpreter for all Python scripts (instead
of relying on /usr/bin/env, which is used by default).
- Add fdupes back to solve rpmlint warning.
* Sat Feb 20 2021 mail@philipp-wagner.com
- Update to version 4.7.0
Check https://github.com/cea-hpc/modules/releases/tag/v4.7.0
for details.
- Mark sh and csh module initialization scripts installed into
/etc/profile.d as managed by this package by moving the symlinking
to the %install section.
- Support fish (shell completion and functionality).
- Use a source service instead of manually adding the source tarball.
- Clean up spec file to remove unused code (e.g. CFLAGS which aren't
used in the source code any more, since it's all TCL now).
- Update description to match the current description on the homepage.
* Fri May 15 2020 eich@suse.com
- Update to version 4.5.0
Check https://github.com/cea-hpc/modules/releases/tag/v4.5.0
for details.
- Install profile script to set aliases (boo#1100410)
- Add: Remove-empty-unused-static-function.patch
replaces: modules-4.1.2-return.patch
- Remove: modules-4.1.2-fix-bashisms.patch
BOGUS: applied to a csh context.
- Install .vim files to /usr/share/vim/site.
* Tue Apr 17 2018 boris@steki.net
- rolled back change from /usr/share/Modules (package name) to old
expected behavior /usr/share/modules
- fixed redhat/fedora builds
* Mon Apr 16 2018 boris@steki.net
- too many changes to put into changelog please read Changelog in
/usr/share/doc/packages/Modules-doc/ChangeLog (installed from
Modules-doc package)
- removed return.patch
- removed share.patch
- reworked return.patch and renamed to modules-4.1.2-return.patch
- reworked fixing-bashisms patch for current version
renamed modules-3.2.10-fix-bashisms.patch to modules-4.1.2-fix-bashisms.patch