File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ documents those changes that are of interest to users and admins.
88
99.. _5.0 release notes :
1010
11- Modules 5.0.0-alpha (2021-07-XX )
11+ Modules 5.0.0-alpha (2021-07-25 )
1212--------------------------------
1313
1414* Remove deprecated :command: `createmodule.sh ` and :command: `createmodule.py `
Original file line number Diff line number Diff line change 22%global vimdatadir %{_datadir}/vim/vimfiles
33
44Name: environment-modules
5- Version: 4.8 .0
5+ Version: 5.0 .0
66Release: @MODULES_RPM_RELEASE@%{?dist}
77Summary: Provides dynamic modification of a user's environment
88
211211
212212
213213%changelog
214+ * Sun Jul 25 2021 Xavier Delaruelle <
[email protected] > - 5.0.0-0.1.alpha
215+ - Update to 5.0.0-alpha
216+ - Remove createmodule.sh and createmodule.py utilities ('module sh-to-mod'
217+ should be used instead)
218+ - Remove configure options that have been made default starting version 5.0
219+ - Remove compat subpackage
220+ - Run non-regression tests in quick mode
221+
214222* Wed Jul 14 2021 Xavier Delaruelle <
[email protected] > - 4.8.0-1
215223- Update to 4.8.0
216224
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def get_version_release_from_git():
7979 else :
8080 return version , version + '+' + branch + '-' + tags
8181 else :
82- return '4.8.0 ' , ''
82+ return '5.0.0-alpha ' , ''
8383
8484# The short X.Y version.
8585# The full version, including alpha/beta/rc tags.
Original file line number Diff line number Diff line change 11# Release definitions shared across the Makefiles of this project
22# run make to generate version.inc
33
4- MODULES_RELEASE := 4.8.0
4+ MODULES_RELEASE := 5.0.0-alpha
55MODULES_BUILD_HASH := $Format:%h$
66MODULES_BUILD_REFS := $Format:%D$
77MODULES_BUILD_FDATE := $Format:%ci$
You can’t perform that action at this time.
0 commit comments