Update to 5.2.0 (#2140892)
This commit is contained in:
parent
c9292e20d8
commit
dd70ed3b05
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ modules-3.2.8.tar.bz2
|
||||
/modules-5.0.1.tar.bz2
|
||||
/modules-5.1.0.tar.bz2
|
||||
/modules-5.1.1.tar.bz2
|
||||
/modules-5.2.0.tar.bz2
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global vimdatadir %{_datadir}/vim/vimfiles
|
||||
|
||||
Name: environment-modules
|
||||
Version: 5.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 5.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Provides dynamic modification of a user's environment
|
||||
|
||||
License: GPLv2+
|
||||
@ -32,6 +32,9 @@ Requires(postun): %{_sbindir}/update-alternatives
|
||||
Provides: environment(modules)
|
||||
Obsoletes: environment-modules-compat <= 4.8.99
|
||||
|
||||
# Tcl linter is useful for module lint command
|
||||
Recommends: nagelfar
|
||||
|
||||
%description
|
||||
The Environment Modules package provides for the dynamic modification of
|
||||
a user's environment via modulefiles.
|
||||
@ -69,6 +72,7 @@ have access to the module alias.
|
||||
--libexecdir=%{_datadir}/Modules/libexec \
|
||||
--mandir=%{_mandir} \
|
||||
--vimdatadir=%{vimdatadir} \
|
||||
--nagelfardatadir=%{_datadir}/Modules/nagelfar \
|
||||
--with-bashcompletiondir=%{_datadir}/bash-completion/completions \
|
||||
--with-fishcompletiondir=%{_datadir}/fish/vendor_completions.d \
|
||||
--with-zshcompletiondir=%{_datadir}/zsh/site-functions \
|
||||
@ -172,9 +176,16 @@ fi
|
||||
%{vimdatadir}/ftdetect/modulefile.vim
|
||||
%{vimdatadir}/ftplugin/modulefile.vim
|
||||
%{vimdatadir}/syntax/modulefile.vim
|
||||
%dir %{_datadir}/Modules/nagelfar
|
||||
%{_datadir}/Modules/nagelfar/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 08 2022 Xavier Delaruelle <xavier.delaruelle@cea.fr> - 5.2.0-1
|
||||
- Update to 5.2.0 (#2140892)
|
||||
- Recommends Nagelfar Tcl syntax linter
|
||||
- Add Nagelfar linter addons
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (modules-5.1.1.tar.bz2) = 7c154adb4e6203b503af4f2725e68eb0e6094fa302be9a9026caac2409d1adcc0c1cffad6decbf809c687e0c968c93fc84dd448ac0ad460d0d2f83e2dbcdfa7e
|
||||
SHA512 (modules-5.2.0.tar.bz2) = 12195f52a4f993c261a8a00e3d9f43571d9382f9c104ab77980905ed8f3ee60d6d3ca00a90da2cb9f0ca571a4d78d8aaa39dac9256404789c0e1d272c13e3ddf
|
||||
|
Loading…
Reference in New Issue
Block a user