Skip to content

Commit a3ef530

Browse files
committed
Bump version to 2.3.1
SOFTWARE-3532
1 parent e7b9b88 commit a3ef530

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ------------------------------------------------------------------------------
77

88
PACKAGE := osg-test
9-
VERSION := 2.3.0
9+
VERSION := 2.3.1
1010

1111

1212
# ------------------------------------------------------------------------------

rpm/osg-test.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Tests an OSG Software installation
22
Name: osg-test
3-
Version: 2.3.0
3+
Version: 2.3.1
44
Release: 1%{?dist}
55
License: Apache License, 2.0
66
Group: Applications/Grid
@@ -41,6 +41,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
4141
%{_sbindir}/%{name}-log-viewer
4242

4343
%changelog
44+
* Wed Jan 23 2019 Carl Edquist <[email protected]> - 2.3.1-1
45+
- Require globus-proxy-utils for xrootd-multiuser tests (SOFTWARE-3359, #154)
46+
- Update test requirements for singularity-3.0.2 (SOFTWARE-3532, #157)
47+
- Add comparison class for package version tests (#153)
48+
4449
* Wed Dec 19 2018 Brian Lin <[email protected]> - 2.3.0-1
4550
- Add extra digits to the test numbering scheme
4651
- Fix bootstrap-osg-test (SOFTWARE-2232)

0 commit comments

Comments
 (0)