Skip to content

Commit c9f8bcf

Browse files
committed
Bumping version to 1.1.3
1 parent 58b0c8a commit c9f8bcf

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
scitokens-cpp (1.1.3-1) stable; urgency=medium
2+
3+
* Include cstdint import for jwt library to support newer compilers
4+
5+
-- Derek Weitzel <dweitzel@unl.edu> Mon, 24 Feb 2025 12:00:00 -0600
6+
17
scitokens-cpp (1.1.2-1) stable; urgency=medium
28

39
* Turn off CMAKE unity builds

debian/scitokens-cpp.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# created by obsupdate.sh, do not edit by hand
2-
Debtransform-Tar: scitokens-cpp-1.1.2.tar.gz
2+
Debtransform-Tar: scitokens-cpp-1.1.3.tar.gz
33
Format: 3.0
4-
Version: 1.1.2.1-1
4+
Version: 1.1.3.1-2
55
Binary: scitokens-cpp
66
Source: scitokens-cpp
77
Section: science

rpm/scitokens-cpp.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: scitokens-cpp
2-
Version: 1.1.2
2+
Version: 1.1.3
33
Release: 1%{?dist}
44
Summary: C++ Implementation of the SciTokens Library
55
License: ASL 2.0
@@ -66,6 +66,9 @@ Requires: %{name}%{?_isa} = %{version}
6666
%dir %{_includedir}/scitokens
6767

6868
%changelog
69+
* Mon Feb 24 2025 Derek Weitzel <dweitzel@unl.edu> - 1.1.3-1
70+
- Include cstdint import for jwt library to support newer compilers
71+
6972
* Wed Oct 30 2024 Derek Weitzel <dweitzel@unl.edu> - 1.1.2-1
7073
- Turn off CMAKE unity builds
7174
- Add a mutex around requesting public keys to stop overloading issuers

0 commit comments

Comments
 (0)