Skip to content

Commit

Permalink
Add 136-Improve-error-handling-around-the-sqlite3-library.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Feb 12, 2024
1 parent b018f78 commit 048dccd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scitokens-cpp/osg/scitokens-cpp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -50,6 +51,7 @@ Requires: %{name}%{?_isa} = %{version}

%prep
%setup -q
%patch100 -p1
#sed 's/ -Werror//' -i CMakeLists.txt

%build
Expand All @@ -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
Expand Down

0 comments on commit 048dccd

Please sign in to comment.