Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tinyobjloader for openSUSE:Factory 
checked in at 2025-03-24 13:29:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tinyobjloader (Old)
 and      /work/SRC/openSUSE:Factory/.tinyobjloader.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tinyobjloader"

Mon Mar 24 13:29:31 2025 rev:5 rq:1255211 version:2.0.0rc9

Changes:
--------
--- /work/SRC/openSUSE:Factory/tinyobjloader/tinyobjloader.changes      
2024-02-27 22:47:43.361171857 +0100
+++ /work/SRC/openSUSE:Factory/.tinyobjloader.new.2696/tinyobjloader.changes    
2025-03-24 13:29:42.301446151 +0100
@@ -1,0 +2,7 @@
+Sat Mar 22 01:04:15 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:
------------------
++++++ tinyobjloader.spec ++++++
--- /var/tmp/diff_new_pack.koVFQq/_old  2025-03-24 13:29:43.353490316 +0100
+++ /var/tmp/diff_new_pack.koVFQq/_new  2025-03-24 13:29:43.361490651 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tinyobjloader
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2018-2021, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,11 +24,10 @@
 Release:        0
 Summary:        Wavefront .obj file loader
 License:        MIT
-Group:          Development/Languages/C and C++
 URL:            https://github.com/tinyobjloader/tinyobjloader
 Source:         
%{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0:         tinyobjloader-fix-cmake-path.patch
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.5
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 
@@ -38,7 +37,6 @@
 
 %package -n %{lname}
 Summary:        Wavefront .obj file loader
-Group:          System/Libraries
 
 %description -n %{lname}
 A single-file Wavefront .obj loader written in C++.
@@ -46,7 +44,6 @@
 
 %package devel
 Summary:        Development files for tinyobjloader
-Group:          Development/Libraries/C and C++
 Requires:       %{lname} = %{version}
 
 %description devel
@@ -62,13 +59,17 @@
 
 %build
 %cmake \
-    -DTINYOBJLOADER_COMPILATION_SHARED=ON
+    -DTINYOBJLOADER_COMPILATION_SHARED=ON \
+    -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 %make_jobs
 
 %install
 %cmake_install
 rm -f %{buildroot}/%{_datadir}/doc/packages/tinyobjloader/LICENSE
 
+%check
+%ctest
+
 %post   -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 

Reply via email to