Script 'mail_helper' called by obssrc
Hello community,

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

Package is "biblesync"

Tue Mar 25 22:10:33 2025 rev:5 rq:1255653 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/biblesync/biblesync.changes      2021-05-21 
21:50:15.278174175 +0200
+++ /work/SRC/openSUSE:Factory/.biblesync.new.2696/biblesync.changes    
2025-03-25 22:19:03.899150348 +0100
@@ -1,0 +2,6 @@
+Thu Mar 20 23:44:32 UTC 2025 - Shawn Dunn <sfal...@opensuse.org>
+
+- Added -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
+- Added %check section
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ biblesync.spec ++++++
--- /var/tmp/diff_new_pack.PgxpS7/_old  2025-03-25 22:19:04.315167571 +0100
+++ /var/tmp/diff_new_pack.PgxpS7/_new  2025-03-25 22:19:04.315167571 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package biblesync
 #
-# Copyright (c) 2021 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
@@ -26,7 +26,7 @@
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/karlkleinpaste/biblesync
 Source0:        
https://github.com/karlkleinpaste/biblesync/releases/download/%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  libuuid-devel
@@ -72,12 +72,15 @@
 %build
 export CFLAGS="%{optflags} -fPIC"
 export CXXFLAGS="%{optflags} -fPIC"
-%cmake -DLIBDIR=%{_libdir} .. -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" 
-DBIBLESYNC_SOVERSION=%{_soversion}
+%cmake -DLIBDIR=%{_libdir} .. -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" 
-DBIBLESYNC_SOVERSION=%{_soversion} -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 make %{?_smp_mflags}
 
 %install
 %cmake_install DESTDIR=%{buildroot}
 
+%check
+%ctest
+
 %post -n %{_shlibname} -p /sbin/ldconfig
 %postun -n %{_shlibname} -p /sbin/ldconfig
 

Reply via email to