Skip to content

Commit fbc6408

Browse files
committed
Update version numbers and changelog for release
- Update version required for APEL-based dependencies.
1 parent 634fedd commit fbc6408

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog for apel
22
==================
3+
* Tue Nov 04 2014 Adrian Coveney <[email protected]> - 1.3.1-1
4+
- (No changes from pre-release version.)
5+
36
* Wed Oct 22 2014 Adrian Coveney <[email protected]> - 1.3.1-0.3.beta1
47
- Corrected the handling of muliple FQANs in blah logs so that the role and
58
group are taken from the first (i.e. primary) FQAN rather than the last.

apel.spec

+7-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Name: apel
77
Version: 1.3.1
8-
%define releasenumber 0.3.beta1
8+
%define releasenumber 1
99
Release: %{releasenumber}%{?dist}
1010
Summary: APEL packages
1111

@@ -34,7 +34,7 @@ apel-lib provides required libraries for the rest of APEL system.
3434
%package parsers
3535
Summary: Parsers for APEL system
3636
Group: Development/Languages
37-
Requires: apel-lib >= 1.3.0
37+
Requires: apel-lib >= 1.3.1
3838
Requires(pre): shadow-utils
3939

4040
%description parsers
@@ -44,7 +44,7 @@ supported by the APEL system: Torque, SGE and LSF.
4444
%package client
4545
Summary: APEL client package
4646
Group: Development/Languages
47-
Requires: apel-lib >= 1.3.0, apel-ssm
47+
Requires: apel-lib >= 1.3.1, apel-ssm
4848
Requires(pre): shadow-utils
4949

5050
%description client
@@ -55,7 +55,7 @@ SSM.
5555
%package server
5656
Summary: APEL server package
5757
Group: Development/Languages
58-
Requires: apel-lib >= 1.3.0, apel-ssm
58+
Requires: apel-lib >= 1.3.1, apel-ssm
5959
Requires(pre): shadow-utils
6060

6161
%description server
@@ -187,6 +187,9 @@ exit 0
187187
# ==============================================================================
188188

189189
%changelog
190+
* Tue Nov 04 2014 Adrian Coveney <[email protected]> - 1.3.1-1
191+
- (No changes from pre-release version.)
192+
190193
* Wed Oct 22 2014 Adrian Coveney <[email protected]> - 1.3.1-0.3.beta1
191194
- Corrected the handling of muliple FQANs in blah logs so that the role and
192195
group are taken from the first (i.e. primary) FQAN rather than the last.

0 commit comments

Comments
 (0)