Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package p8-platform for openSUSE:Factory 
checked in at 2026-06-02 16:02:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/p8-platform (Old)
 and      /work/SRC/openSUSE:Factory/.p8-platform.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "p8-platform"

Tue Jun  2 16:02:17 2026 rev:5 rq:1356428 version:2.1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/p8-platform/p8-platform.changes  2019-12-09 
21:37:04.542054384 +0100
+++ /work/SRC/openSUSE:Factory/.p8-platform.new.1937/p8-platform.changes        
2026-06-02 16:02:51.771305893 +0200
@@ -1,0 +2,8 @@
+Mon Jun  1 17:36:47 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Spec cleanup:
+  * Pass -DCMAKE_POLICY_VERSION_MINIMUM=3.5 so the build keeps
+    working under CMake 4+ (upstream requires cmake 2.8.9)
+  * Use %autosetup and drop obsolete Group tags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ p8-platform.spec ++++++
--- /var/tmp/diff_new_pack.5Ygny6/_old  2026-06-02 16:02:52.563338737 +0200
+++ /var/tmp/diff_new_pack.5Ygny6/_new  2026-06-02 16:02:52.567338903 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package p8-platform
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@
 Release:        0
 Summary:        Platform support library used by libCEC and binary add-ons for 
Kodi
 License:        GPL-2.0-or-later
-Group:          Hardware/TV
 URL:            https://github.com/Pulse-Eight/platform
 Source:         
https://github.com/Pulse-Eight/platform/archive/%{name}-%{version}.tar.gz
 BuildRequires:  cmake >= 2.6
@@ -34,24 +33,24 @@
 
 %package -n lib%{name}%{_SO_nr}
 Summary:        Platform support library used by libCEC and binary add-ons for 
Kodi
-Group:          Hardware/TV
 
 %description -n lib%{name}%{_SO_nr}
 Platform support library used by libCEC and binary add-ons for Kodi.
 
 %package devel
 Summary:        Platform support library used by libCEC development files
-Group:          Development/Languages/C and C++
 Requires:       lib%{name}%{_SO_nr} = %{version}-%{release}
 
 %description devel
 Development files for platform support library used by libCEC and Kodi.
 
 %prep
-%setup -q -n platform-%{name}-%{version}
+%autosetup -n platform-%{name}-%{version}
 
 %build
-%cmake
+# upstream requires cmake 2.8.9; allow it under CMake 4+
+%cmake \
+  -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 %cmake_build
 
 %install

Reply via email to