From 58248128dc4e5abc7aa7807fd8e006f366dcdcd8 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Wed, 16 Sep 2020 06:09:33 +0200 Subject: [PATCH] Release of version 4.6.0 --- MIGRATING.rst | 4 ++-- NEWS.rst | 2 +- contrib/rpm/environment-modules.spec.in | 16 +++++++++++++++- version.inc.in | 2 +- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/MIGRATING.rst b/MIGRATING.rst index b1eb4d65..8129cd2f 100644 --- a/MIGRATING.rst +++ b/MIGRATING.rst @@ -8,8 +8,8 @@ Modules. It provides an overview of the new features and changed behaviors that will be encountered when upgrading. -Migrating from v4.5 to v4.6 (not yet released) -============================================== +Migrating from v4.5 to v4.6 +=========================== This new version is backward-compatible with v4.5 and primarily fixes bugs and adds new features. diff --git a/NEWS.rst b/NEWS.rst index 15665211..45fa4950 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -6,7 +6,7 @@ Release notes This file describes changes in recent versions of Modules. It primarily documents those changes that are of interest to users and admins. -Modules 4.6.0 (not yet released) +Modules 4.6.0 (2020-09-16) -------------------------------- * Rework internal state handling to gather all state definitions in a global diff --git a/contrib/rpm/environment-modules.spec.in b/contrib/rpm/environment-modules.spec.in index 39204ec1..63084848 100644 --- a/contrib/rpm/environment-modules.spec.in +++ b/contrib/rpm/environment-modules.spec.in @@ -2,7 +2,7 @@ %global vimdatadir %{_datadir}/vim/vimfiles Name: environment-modules -Version: 4.5.1 +Version: 4.6.0 Release: @MODULES_RPM_RELEASE@%{?dist} Summary: Provides dynamic modification of a user's environment @@ -254,6 +254,20 @@ fi %changelog +* Wed Sep 16 2020 Xavier Delaruelle - 4.6.0-1 +- Update to 4.6.0 +- Enable multilib support +- Specifically enable compatiblity version build to make compat package + +* Mon Aug 31 2020 Xavier Delaruelle - 4.5.3-1 +- Update to 4.5.3 +- Use 'configure' macro +- Fix modulecmd pre-alternatives cleanup check +- Use 'make_build' and 'make_install' macros + +* Thu Jul 30 2020 Xavier Delaruelle - 4.5.2-1 +- Update to 4.5.2 + * Mon Jun 01 2020 Xavier Delaruelle - 4.5.1-1 - Update to 4.5.1 diff --git a/version.inc.in b/version.inc.in index 1c655f83..fd0bc602 100644 --- a/version.inc.in +++ b/version.inc.in @@ -1,7 +1,7 @@ # Release definitions shared across the Makefiles of this project # run make to generate version.inc -MODULES_RELEASE := 4.5.1 +MODULES_RELEASE := 4.6.0 MODULES_BUILD_HASH := $Format:%h$ MODULES_BUILD_REFS := $Format:%D$ MODULES_BUILD_FDATE := $Format:%ci$