File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Modules. It provides an overview of the new features and changed behaviors
88that will be encountered when upgrading.
99
1010
11- From v4.6 to v4.7 (not yet released)
12- ====================================
11+ From v4.6 to v4.7
12+ =================
1313
1414This new version is backward-compatible with v4.6 and primarily fixes bugs and
1515adds new features. Version 4.7 introduces new functionalities that are
@@ -356,7 +356,7 @@ simpler output:
356356.. parsed-literal ::
357357
358358 :ps: `$ ` ml config avail_output
359- Modules Release 4.7.0 (2021-02-18 )
359+ Modules Release 4.7.0 (2021-02-19 )
360360
361361 - Config. name ---------.- Value (set by if default overridden) ---------------
362362 avail_output modulepath:alias:dirwsym:sym:tag:key
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.. _4.7 release notes :
1010
11- Modules 4.7.0 (not yet released )
12- --------------------------------
11+ Modules 4.7.0 (2021-02-19 )
12+ --------------------------
1313
1414* Doc: simplify TOC of :ref: `MIGRATING ` document
1515* Add the :mfvar: `ModuleTool ` and :mfvar: `ModuleToolVersion ` Modules
Original file line number Diff line number Diff line change 22%global vimdatadir %{_datadir}/vim/vimfiles
33
44Name: environment-modules
5- Version: 4.6.1
5+ Version: 4.7.0
66Release: @MODULES_RPM_RELEASE@%{?dist}
77Summary: Provides dynamic modification of a user's environment
88
258258
259259
260260%changelog
261+ * Fri Feb 19 2021 Xavier Delaruelle <
[email protected] > - 4.7.0-1
262+ - Update to 4.7.0
263+ - Remove obsolete 'Group' tag
264+ - Add build dependency on 'make'
265+ - Align spec file syntax with Fedora spec file
266+
261267* Sat Nov 14 2020 Xavier Delaruelle <
[email protected] > - 4.6.1-1
262268- Update to 4.6.1
263269
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 'X.Y ' , ''
82+ return '4.7.0 ' , ''
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.6.1
4+ MODULES_RELEASE := 4.7.0
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