Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vncmanager for openSUSE:Factory checked in at 2025-03-24 13:30:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vncmanager (Old) and /work/SRC/openSUSE:Factory/.vncmanager.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vncmanager" Mon Mar 24 13:30:08 2025 rev:16 rq:1255234 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/vncmanager/vncmanager.changes 2024-02-21 17:56:33.455609702 +0100 +++ /work/SRC/openSUSE:Factory/.vncmanager.new.2696/vncmanager.changes 2025-03-24 13:30:15.770851196 +0100 @@ -1,0 +2,7 @@ +Fri Mar 21 23:26:37 UTC 2025 - Shawn Dunn <[email protected]> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: definitions, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vncmanager.spec ++++++ --- /var/tmp/diff_new_pack.9O4Nek/_old 2025-03-24 13:30:16.678889315 +0100 +++ /var/tmp/diff_new_pack.9O4Nek/_new 2025-03-24 13:30:16.682889483 +0100 @@ -1,7 +1,7 @@ # # spec file for package vncmanager # -# Copyright (c) 2023 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 @@ -28,7 +28,7 @@ %else BuildRequires: boost-devel %endif -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: libgnutls-devel BuildRequires: pkg-config @@ -46,7 +46,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Session manager for VNC License: MIT -Group: System/X11/Utilities Source: vncmanager-%{version}.tar.gz Source1: tmpfile.conf Patch1: n_use_port_5901.patch @@ -82,7 +81,7 @@ %autosetup -p1 %build -%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON +%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 make %{?_smp_mflags} %install @@ -97,6 +96,9 @@ mkdir -p %{buildroot}%{_sbindir} ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcvncmanager +%check +%ctest + %files %defattr(-,root,root) %license LICENSE
