-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 136-Improve-error-handling-around-the-sqlite3-library.patch
scitokens/scitokens-cpp#136 git-svn-id: https://vdt.cs.wisc.edu/svn/native/redhat/branches/matyas@27853 4e558342-562e-0410-864c-e07659590f8c
- Loading branch information
1 parent
b018f78
commit 048dccd
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ Source0: https://github.com/scitokens/scitokens-cpp/releases/download/v%{version | |
# Fix build failure with GCC10.1 and Werror (upstream pull request) | ||
# https://github.com/kazuho/picojson/pull/131 | ||
#Patch0: %{name}-paren.patch | ||
Patch100: 136-Improve-error-handling-around-the-sqlite3-library.patch | ||
|
||
# Scitokens-cpp bundles jwt-cpp, a header only dependency | ||
# Since it doesn't create a library that can be used by others, it seems | ||
|
@@ -50,6 +51,7 @@ Requires: %{name}%{?_isa} = %{version} | |
|
||
%prep | ||
%setup -q | ||
%patch100 -p1 | ||
#sed 's/ -Werror//' -i CMakeLists.txt | ||
|
||
%build | ||
|
@@ -74,6 +76,9 @@ Requires: %{name}%{?_isa} = %{version} | |
%dir %{_includedir}/scitokens | ||
|
||
%changelog | ||
* Mon Feb 12 2024 Mátyás Selmeci <[email protected]> - 1.1.0-1.1.matyas | ||
- Add 136-Improve-error-handling-around-the-sqlite3-library.patch | ||
|
||
* Tue Nov 07 2023 Derek Weitzel <[email protected]> - 1.1.0-1 | ||
- Allow the scitokens library user to setup a custom CA file | ||
- Fix typecast errors in scitoken_status_get_*() that caused async queries to fail | ||
|