Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kissfft for openSUSE:Factory checked 
in at 2025-04-02 18:25:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kissfft (Old)
 and      /work/SRC/openSUSE:Factory/.kissfft.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kissfft"

Wed Apr  2 18:25:35 2025 rev:4 rq:1266573 version:131.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kissfft/kissfft.changes  2023-02-25 
19:55:31.855421594 +0100
+++ /work/SRC/openSUSE:Factory/.kissfft.new.1907/kissfft.changes        
2025-04-02 18:25:52.151504111 +0200
@@ -1,0 +2,6 @@
+Wed Apr  2 09:42:11 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Add patch to fix kissfft usage with CMake 4:
+  * 0001-Bump-minimum-CMake-version-in-kissfft-config.cmake.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Bump-minimum-CMake-version-in-kissfft-config.cmake.patch

BETA DEBUG BEGIN:
  New:- Add patch to fix kissfft usage with CMake 4:
  * 0001-Bump-minimum-CMake-version-in-kissfft-config.cmake.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ kissfft.spec ++++++
--- /var/tmp/diff_new_pack.0ObcQy/_old  2025-04-02 18:25:52.799531346 +0200
+++ /var/tmp/diff_new_pack.0ObcQy/_new  2025-04-02 18:25:52.799531346 +0200
@@ -28,6 +28,8 @@
 # was https://sourceforge.net/projects/kissfft
 URL:            https://github.com/mborgerding/kissfft
 Source0:        
https://github.com/mborgerding/kissfft/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM -- https://github.com/mborgerding/kissfft/pull/101
+Patch0:         0001-Bump-minimum-CMake-version-in-kissfft-config.cmake.patch
 BuildRequires:  cmake
 # TESTS
 BuildRequires:  gcc-c++

++++++ 0001-Bump-minimum-CMake-version-in-kissfft-config.cmake.patch ++++++
>From d42d353de36e843b7145b7be4aee0758040f92d1 Mon Sep 17 00:00:00 2001
From: Christophe Marin <christo...@krop.fr>
Date: Wed, 2 Apr 2025 11:39:34 +0200
Subject: [PATCH] Bump minimum CMake version in kissfft-config.cmake

CMake 4 dropped support for CMake versions <= 3.5.
We'll use 3.6, which is the minimum version required to build kissfft.
---
 kissfft-config.cmake.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kissfft-config.cmake.in b/kissfft-config.cmake.in
index cd7139a..fd9553c 100644
--- a/kissfft-config.cmake.in
+++ b/kissfft-config.cmake.in
@@ -24,7 +24,7 @@
 
 @PACKAGE_INIT@
 
-cmake_minimum_required(VERSION 3.3)
+cmake_minimum_required(VERSION 3.6)
 
 # Set include glob of config files using SHARED/static component, 
BUILD_SHARED_LIBS by default
 set(_kissfft_shared_detected OFF)
-- 
2.49.0

Reply via email to