-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aede382
commit 3b68dee
Showing
7 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global vimdatadir %{_datadir}/vim/vimfiles | ||
|
||
Name: environment-modules | ||
Version: 5.4.0 | ||
Version: 5.5.0 | ||
Release: @MODULES_RPM_RELEASE@%{?dist} | ||
Summary: Provides dynamic modification of a user's environment | ||
|
||
|
@@ -245,6 +245,10 @@ fi | |
|
||
|
||
%changelog | ||
* Mon Nov 11 2024 Xavier Delaruelle <[email protected]> - 5.5.0-1 | ||
- Update to 5.5.0 | ||
- Require util-linux-core to get logger command for logging capabilities | ||
|
||
* Tue Feb 20 2024 Xavier Delaruelle <[email protected]> - 5.4.0-1 | ||
- Update to 5.4.0 | ||
- Move modulefile man page to section 5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.69]) | ||
AC_INIT([Envmodules],[1.4.2],[[email protected]],[],[http://modules.sf.net]) | ||
AC_INIT([Envmodules],[1.4.3],[[email protected]],[],[http://modules.sf.net]) | ||
AC_CONFIG_SRCDIR([envmodules.c]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters