From 0b3b24ca20f0c7b3de6997a0e1f811652cfb66bc Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Fri, 3 Sep 2021 11:07:39 -0500 Subject: [PATCH] bring changelog up to date --- rpm/scitokens-cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm/scitokens-cpp.spec b/rpm/scitokens-cpp.spec index d0d2adc..8a9820b 100644 --- a/rpm/scitokens-cpp.spec +++ b/rpm/scitokens-cpp.spec @@ -65,8 +65,11 @@ Requires: %{name}%{?_isa} = %{version} %dir %{_includedir}/scitokens %changelog -* Fri Aug 27 2021 Dave Dykstra - 0.6.3-1 +* Fri Sep 03 2021 Dave Dykstra - 0.6.3-1 - Add support for building Debian packages on the OpenSUSE Build System +- Add patch to jwt-cpp to update its picojson dependency in order to + enable it to compile on Debian 11 and Ubuntu 21.04 +- Fix el7 build by requiring epel-rpm-macros * Thu Aug 26 2021 Dave Dykstra - 0.6.2-2 - Make the build require cmake3 instead of cmake