Script 'mail_helper' called by obssrc
Hello community,

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

Package is "clFFT"

Tue Jun  2 16:02:49 2026 rev:8 rq:1356448 version:2.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/clFFT/clFFT.changes      2024-02-26 
19:49:21.218504325 +0100
+++ /work/SRC/openSUSE:Factory/.clFFT.new.1937/clFFT.changes    2026-06-02 
16:04:21.495026607 +0200
@@ -1,0 +2,11 @@
+Mon Jun  1 20:17:06 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Spec cleanup:
+  * Apply all patches unconditionally via %autosetup instead of
+    arch/version-guarded %patch (conditional patch application is
+    discouraged); both the CMake -m64/-m32 flag removal and the
+    gcc rvalue-address fix are safe on every arch and compiler
+  * Drop obsolete Group tags
+  * Use %{?ext_man}
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ clFFT.spec ++++++
--- /var/tmp/diff_new_pack.VV8hv6/_old  2026-06-02 16:04:22.395063930 +0200
+++ /var/tmp/diff_new_pack.VV8hv6/_new  2026-06-02 16:04:22.399064096 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clFFT
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2017, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,7 +25,6 @@
 Release:        0
 Summary:        OpenCL FFT library
 License:        Apache-2.0
-Group:          Productivity/Scientific/Math
 URL:            https://github.com/clMathLibraries/clFFT
 #Git-Clone:     https://github.com/clMathLibraries/clFFT.git
 Source:         
https://github.com/clMathLibraries/clFFT/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -62,7 +61,6 @@
 
 %package devel
 Summary:        Development files for libclfft
-Group:          Development/Libraries/C and C++
 Requires:       %{libclfft} = %{version}
 Requires:       %{libtimer} = %{version}
 Requires:       opencl-headers
@@ -74,7 +72,6 @@
 
 %package -n %{libclfft}
 Summary:        Library for libclfft
-Group:          System/Libraries
 
 %description -n %{libclfft}
 The clFFT library is an OpenCL implementation of discrete
@@ -93,7 +90,6 @@
 
 %package -n %{libtimer}
 Summary:        Library for libclfft
-Group:          System/Libraries
 
 %description -n %{libtimer}
 The clFFT library is an OpenCL implementation of discrete
@@ -111,14 +107,7 @@
 This subpackage provides shared libStatTimer library
 
 %prep
-%setup -q
-%patch -P 0 -p1
-%ifarch aarch64 riscv64
-%patch -P 1 -p1
-%endif
-%if 0%{?suse_version} >= 1550
-%patch -P 2 -p1
-%endif
+%autosetup -p1
 
 %build
 cd src
@@ -145,7 +134,7 @@
 
 %files
 %{_bindir}/clFFT-client
-%{_mandir}/man1/clFFT-client.1%{ext_man}
+%{_mandir}/man1/clFFT-client.1%{?ext_man}
 
 %files -n %{libclfft}
 %license LICENSE

Reply via email to