Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vid_stab for openSUSE:Factory checked in at 2025-03-25 22:07:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vid_stab (Old) and /work/SRC/openSUSE:Factory/.vid_stab.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vid_stab" Tue Mar 25 22:07:28 2025 rev:5 rq:1255350 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vid_stab/vid_stab.changes 2024-08-14 14:14:05.558637128 +0200 +++ /work/SRC/openSUSE:Factory/.vid_stab.new.2696/vid_stab.changes 2025-03-25 22:07:42.622986573 +0100 @@ -1,0 +2,7 @@ +Fri Mar 21 23:31:52 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: ------------------ ++++++ vid_stab.spec ++++++ --- /var/tmp/diff_new_pack.K8RrxW/_old 2025-03-25 22:07:43.239011640 +0100 +++ /var/tmp/diff_new_pack.K8RrxW/_new 2025-03-25 22:07:43.239011640 +0100 @@ -1,7 +1,7 @@ # # spec file for package vid_stab # -# 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 @@ -23,11 +23,10 @@ Release: 0 Summary: Video stabilizer License: GPL-2.0-or-later -Group: Development/Libraries/C and C++ URL: http://public.hronopik.de/vid.stab/ Source0: https://github.com/georgmartius/vid.stab/archive/refs/tags/v1.1.1.tar.gz Source99: baselibs.conf -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -36,14 +35,12 @@ %package -n libvidstab%{soname} Summary: A library to deshake video -Group: System/Libraries %description -n libvidstab%{soname} A library to deshake videos, designed to stabilize even strongly jiggled clips. %package -n libvidstab-devel Summary: Development files for libvidstab%{soname} -Group: Development/Libraries/C and C++ Requires: libvidstab%{soname} = %{version} %description -n libvidstab-devel @@ -62,12 +59,16 @@ -DSSE3_FOUND=FALSE \ -DSSSE3_FOUND=FALSE \ -DSSE4_1_FOUND=FALSE \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ %{nil} make %{?_smp_mflags} %install %cmake_install +%check +%ctest + %post -n libvidstab%{soname} -p /sbin/ldconfig %postun -n libvidstab%{soname} -p /sbin/ldconfig