From eb09a8d93ae75f77f249f2f27ba21262a71e4d7774ff007037a56a30eb04e2c6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 14 Apr 2023 14:42:45 +0000 Subject: [PATCH] Accepting request 1078608 from home:msmeissn:branches:devel:libraries:c_c++ - disable error on deprecated warnings of openssl OBS-URL: https://build.opensuse.org/request/show/1078608 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/scitokens-cpp?expand=0&rev=4 --- scitokens-cpp.changes | 5 +++++ scitokens-cpp.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/scitokens-cpp.changes b/scitokens-cpp.changes index 378a796..b80ff5e 100644 --- a/scitokens-cpp.changes +++ b/scitokens-cpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 12 09:34:32 UTC 2023 - Marcus Meissner + +- disable error on deprecated warnings of openssl + ------------------------------------------------------------------- Thu Dec 23 10:38:18 UTC 2021 - Christian Goll diff --git a/scitokens-cpp.spec b/scitokens-cpp.spec index f326623..48fc907 100644 --- a/scitokens-cpp.spec +++ b/scitokens-cpp.spec @@ -1,7 +1,7 @@ # # spec file for package scitokens-cpp # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -64,6 +64,7 @@ want to delegate trust for an issuer for managing a storage allocation. %autosetup -n scitokens-cpp-%{version} %build +export CFLAGS="%optflags -Wno-error=deprecated-declarations" %{cmake} %{cmake_build} @@ -73,7 +74,6 @@ want to delegate trust for an issuer for managing a storage allocation. %post -n libSciTokens0 -p /sbin/ldconfig %postun -n libSciTokens0 -p /sbin/ldconfig - %files -n libSciTokens0 %license LICENSE %{_libdir}/libSciTokens.so.0*