Skip to content

Commit

Permalink
Bump spec file to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed Jun 3, 2021
1 parent 7d9c77b commit 422fb29
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions rpm/scitokens-cpp.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: scitokens-cpp
Version: 0.6.1
Version: 0.6.2
Release: 1%{?dist}
Summary: C++ Implementation of the SciTokens Library
License: ASL 2.0
Expand All @@ -25,12 +25,6 @@ BuildRequires: openssl-devel
BuildRequires: libcurl-devel
BuildRequires: libuuid-devel

# Needed for C++11
%if 0%{?el6}
BuildRequires: devtoolset-8-toolchain
BuildRequires: scl-utils
%endif

%description
%{summary}

Expand Down Expand Up @@ -66,6 +60,9 @@ Requires: %{name}%{?_isa} = %{version}
%dir %{_includedir}/scitokens

%changelog
* Thu Jun 03 2021 Derek Weitzel <[email protected]> - 0.6.2-1
- Correct WLCG compat for condor read permissions

* Thu May 20 2021 Derek Weitzel <[email protected]> - 0.6.1-1
- Fix vector resize for el8+ builds

Expand Down

0 comments on commit 422fb29

Please sign in to comment.