Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mjpg-streamer for openSUSE:Factory checked in at 2025-05-08 18:23:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mjpg-streamer (Old) and /work/SRC/openSUSE:Factory/.mjpg-streamer.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mjpg-streamer" Thu May 8 18:23:52 2025 rev:6 rq:1275519 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mjpg-streamer/mjpg-streamer.changes 2025-02-12 21:37:18.836542167 +0100 +++ /work/SRC/openSUSE:Factory/.mjpg-streamer.new.30101/mjpg-streamer.changes 2025-05-08 18:26:23.360005828 +0200 @@ -1,0 +2,6 @@ +Wed May 7 08:17:17 UTC 2025 - Simon Lees <sfl...@suse.de> + +- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes + minimum version warnings + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mjpg-streamer.spec ++++++ --- /var/tmp/diff_new_pack.qyf5BW/_old 2025-05-08 18:26:23.824025180 +0200 +++ /var/tmp/diff_new_pack.qyf5BW/_new 2025-05-08 18:26:23.828025346 +0200 @@ -1,7 +1,7 @@ # # spec file for package mjpg-streamer # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,6 +55,9 @@ %autosetup -p2 -n %{name}-%version/mjpg-streamer-experimental %build +# Remove cmake4 error due to not setting +# min cmake version - sflees.de +export CMAKE_POLICY_VERSION_MINIMUM=3.5 mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=%_libdir -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DCMAKE_INSTALL_LIBDIR:PATH=%_libdir -DCMAKE_BUILD_TYPE=RelWithDebInfo ..