Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package serialdv for openSUSE:Factory 
checked in at 2025-03-27 22:32:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/serialdv (Old)
 and      /work/SRC/openSUSE:Factory/.serialdv.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "serialdv"

Thu Mar 27 22:32:05 2025 rev:5 rq:1256318 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/serialdv/serialdv.changes        2021-06-26 
21:25:40.903360628 +0200
+++ /work/SRC/openSUSE:Factory/.serialdv.new.2696/serialdv.changes      
2025-03-27 22:32:15.420496200 +0100
@@ -1,0 +2,7 @@
+Sat Mar 22 15:58:21 UTC 2025 - Shawn Dunn <[email protected]>
+
+- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
+- Add %check section
+- Remove Group: declarations, no longer used
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ serialdv.spec ++++++
--- /var/tmp/diff_new_pack.ySxjEl/_old  2025-03-27 22:32:16.000520209 +0100
+++ /var/tmp/diff_new_pack.ySxjEl/_new  2025-03-27 22:32:16.004520375 +0100
@@ -24,11 +24,10 @@
 Release:        0
 Summary:        Library for audio de-/encoding with ABME3000 based devices
 License:        GPL-3.0-only
-Group:          Development/Libraries/C and C++
 URL:            https://github.com/f4exb/serialDV
 #Git-Clone:     https://github.com/f4exb/serialDV.git
 Source:         
https://github.com/f4exb/serialDV/archive/v%{version}.tar.gz#/serialDV-%{version}.tar.gz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
 
 %description
@@ -37,7 +36,6 @@
 
 %package -n %{libname}
 Summary:        Library for audio de-/encoding with ABME3000 based devices
-Group:          System/Libraries
 
 %description -n %{libname}
 A library that provides an interface for audio encoding and decoding with
@@ -45,7 +43,6 @@
 
 %package devel
 Summary:        Development files for libserialdv
-Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 
 %description devel
@@ -59,12 +56,15 @@
 %setup -q -n serialDV-%{version}
 
 %build
-%cmake
+%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake_build
 
 %install
 %cmake_install
 
+%check
+%ctest
+
 %post   -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 

Reply via email to