Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sd-mux-ctrl for openSUSE:Factory checked in at 2025-03-25 22:11:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sd-mux-ctrl (Old) and /work/SRC/openSUSE:Factory/.sd-mux-ctrl.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sd-mux-ctrl" Tue Mar 25 22:11:42 2025 rev:2 rq:1255857 version:0.0~git20200217.9dd189d Changes: -------- --- /work/SRC/openSUSE:Factory/sd-mux-ctrl/sd-mux-ctrl.changes 2020-03-12 23:12:28.631327972 +0100 +++ /work/SRC/openSUSE:Factory/.sd-mux-ctrl.new.2696/sd-mux-ctrl.changes 2025-03-25 22:20:39.795126053 +0100 @@ -1,0 +2,7 @@ +Sat Mar 22 16:01:25 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: declarations, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sd-mux-ctrl.spec ++++++ --- /var/tmp/diff_new_pack.pxZUu8/_old 2025-03-25 22:20:40.331148301 +0100 +++ /var/tmp/diff_new_pack.pxZUu8/_new 2025-03-25 22:20:40.335148466 +0100 @@ -21,10 +21,9 @@ Release: 0 Summary: Control software for sd-mux devices License: Apache-2.0 -Group: Development/Tools URL: https://wiki.tizen.org/SD_MUX Source0: sd-mux-%{version}.tar.xz -BuildRequires: cmake >= 2.8.3 +BuildRequires: cmake >= 3.5 BuildRequires: libftdi1-devel >= 1.4 BuildRequires: popt-devel BuildRequires: gcc-c++ @@ -36,7 +35,7 @@ %setup -q -n sd-mux-%{version} %build -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %install @@ -48,6 +47,9 @@ mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/ install etc/bash_completion.d/%{name} %{buildroot}%{_datadir}/bash-completion/completions/ +%check +%ctest + %files %{_bindir}/%{name} %{_mandir}/man1/*