File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed
Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change 11Name: scitokens-cpp
2- Version: 0.6.0
2+ Version: 0.6.1
33Release: 1%{?dist }
44Summary: C++ Implementation of the SciTokens Library
55License: ASL 2.0
@@ -46,22 +46,11 @@ Requires: %{name}%{?_isa} = %{version}
4646%setup -q
4747
4848%build
49- do_build () {
50- set -ex
51- mkdir build
52- cd build
53- %cmake ..
54- %make_build
55- }
56- export -f do_build
57- %if 0%{?el6 }
58- scl enable devtoolset-8 do_build
59- %else
60- do_build
61- %endif
49+ %cmake3
50+ %cmake3_build
6251
6352%install
64- %make_install -C build
53+ %cmake3_install
6554
6655# Run the ldconfig
6756%ldconfig_scriptlets
@@ -77,6 +66,12 @@ do_build
7766%dir %{_includedir }/scitokens
7867
7968%changelog
69+ * Thu May 20 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.1-1
70+ - Fix vector resize for el8+ builds
71+
72+ * Tue May 18 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.0-2
73+ - Add back paren patch
74+
8075* Tue Mar 09 2021 Derek Weitzel <dweitzel@unl.edu> - 0.6.0-1
8176- Fix compilation errors on c++11
8277- Update to jwt-cpp-0.4.0 vendor
You can’t perform that action at this time.
0 commit comments