File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ documents those changes that are of interest to users and admins.
88
99.. _5.3 release notes :
1010
11- Modules 5.3.1 (not yet released )
12- --------------------------------
11+ Modules 5.3.1 (2023-06-27 )
12+ --------------------------
1313
1414* Fix additional `ShellCheck `_ warning reports over sh and bash shell scripts.
1515* Install: distribute ``ChangeLog `` as a zipped file to reduce installation
Original file line number Diff line number Diff line change 22%global vimdatadir %{_datadir}/vim/vimfiles
33
44Name: environment-modules
5- Version: 5.3.0
5+ Version: 5.3.1
66Release: @MODULES_RPM_RELEASE@%{?dist}
77Summary: Provides dynamic modification of a user's environment
88
235235
236236
237237%changelog
238+ * Tue Jun 27 2023 Xavier Delaruelle <
[email protected] > - 5.3.1-1
239+ - Update to 5.3.1
240+ - Distribute ChangeLog as a zipped file to reduce installation size
241+
238242* Sat May 27 2023 Xavier Delaruelle <
[email protected] > - 5.3.0-2
239243- Install module initialization script for fish as configuration snippet for
240244 this shell via alternatives
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 '5.3.0 ' , ''
82+ return '5.3.1 ' , ''
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 := 5.3.0
4+ MODULES_RELEASE := 5.3.1
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