Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scitokens-cpp for openSUSE:Factory 
checked in at 2025-03-26 21:22:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scitokens-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.scitokens-cpp.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scitokens-cpp"

Wed Mar 26 21:22:33 2025 rev:3 rq:1256198 version:0.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/scitokens-cpp/scitokens-cpp.changes      
2023-04-14 16:54:19.228324941 +0200
+++ /work/SRC/openSUSE:Factory/.scitokens-cpp.new.2696/scitokens-cpp.changes    
2025-03-26 21:25:04.666635017 +0100
@@ -1,0 +2,7 @@
+Sat Mar 22 16:07:27 UTC 2025 - Shawn Dunn <[email protected]>
+
+- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
+- Add %check section
+- Remove Group: declarations, no longer used
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scitokens-cpp.spec ++++++
--- /var/tmp/diff_new_pack.m2W9VH/_old  2025-03-26 21:25:05.190656765 +0100
+++ /var/tmp/diff_new_pack.m2W9VH/_new  2025-03-26 21:25:05.194656931 +0100
@@ -21,10 +21,9 @@
 Release:        0
 Summary:        C++ Implementation of the SciTokens Library
 License:        Apache-2.0
-Group:          Development/Libraries/C and C++
 URL:            https://github.com/scitokens/scitokens-cpp
 Source0:        
https://github.com/scitokens/scitokens-cpp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
 BuildRequires:  libcurl-devel
 BuildRequires:  libuuid-devel
@@ -65,12 +64,15 @@
 
 %build
 export CFLAGS="%optflags -Wno-error=deprecated-declarations"
-%{cmake}
+%{cmake} -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 %{cmake_build}
 
 %install
 %{cmake_install}
 
+%check
+%ctest
+
 %post -n libSciTokens0 -p /sbin/ldconfig
 %postun -n libSciTokens0 -p /sbin/ldconfig
 

Reply via email to