-
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
5b7245e
commit 820c788
Showing
6 changed files
with
12 additions
and
8 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.3.1 | ||
Version: 5.4.0 | ||
Release: @MODULES_RPM_RELEASE@%{?dist} | ||
Summary: Provides dynamic modification of a user's environment | ||
|
||
|
@@ -235,6 +235,10 @@ fi | |
|
||
|
||
%changelog | ||
* Tue Feb 20 2024 Xavier Delaruelle <[email protected]> - 5.4.0-1 | ||
- Update to 5.4.0 | ||
- Move modulefile man page to section 5 | ||
|
||
* Tue Jun 27 2023 Xavier Delaruelle <[email protected]> - 5.3.1-1 | ||
- Update to 5.3.1 | ||
- Distribute ChangeLog as a zipped file to reduce installation size | ||
|
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.1],[[email protected]],[],[http://modules.sf.net]) | ||
AC_INIT([Envmodules],[1.4.2],[[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