Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package conscrypt for openSUSE:Factory checked in at 2025-07-24 18:47:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/conscrypt (Old) and /work/SRC/openSUSE:Factory/.conscrypt.new.13279 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "conscrypt" Thu Jul 24 18:47:21 2025 rev:3 rq:1295494 version:2.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/conscrypt/conscrypt.changes 2025-03-27 22:35:01.919388088 +0100 +++ /work/SRC/openSUSE:Factory/.conscrypt.new.13279/conscrypt.changes 2025-07-24 18:49:48.552386798 +0200 @@ -1,0 +2,5 @@ +Thu Jul 24 09:50:38 UTC 2025 - Fridrich Strba <fst...@suse.com> + +- Fix build with newer cmake + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conscrypt.spec ++++++ --- /var/tmp/diff_new_pack.bdhopW/_old 2025-07-24 18:49:49.028406513 +0200 +++ /var/tmp/diff_new_pack.bdhopW/_new 2025-07-24 18:49:49.028406513 +0200 @@ -78,6 +78,7 @@ common/src/jni/main/include/conscrypt/ssl_error.h cat <<__CMAKELISTS__ >openjdk/CMakeLists.txt +cmake_minimum_required(VERSION 3.5.0) project(conscrypt_jni LANGUAGES CXX) add_library(conscrypt_jni SHARED ../common/src/jni/main/cpp/conscrypt/compatibility_close_monitor.cc @@ -120,6 +121,7 @@ %{mvn_alias} :{*} :@1-uber %{mvn_build} -f -- \ + -Dmaven.compiler.source=8 -Dmaven.compiler.target=8 \ -Dsource=8 popd