Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyFFTW for openSUSE:Factory 
checked in at 2024-09-05 15:47:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyFFTW (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyFFTW.new.10096 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyFFTW"

Thu Sep  5 15:47:46 2024 rev:11 rq:1198968 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyFFTW/python-pyFFTW.changes      
2024-07-25 12:07:27.078532185 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyFFTW.new.10096/python-pyFFTW.changes   
2024-09-05 15:48:33.907503293 +0200
@@ -1,0 +2,5 @@
+Thu Sep  5 11:25:41 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Work around gh#pyFFTW/pyFFTW#378 for GCC14
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyFFTW.spec ++++++
--- /var/tmp/diff_new_pack.lPkX4f/_old  2024-09-05 15:48:34.319520404 +0200
+++ /var/tmp/diff_new_pack.lPkX4f/_new  2024-09-05 15:48:34.319520404 +0200
@@ -16,8 +16,6 @@
 #
 
 
-# NEP29: python36-numpy and python36-scipy are not available for TW any longer
-%define skip_python36 1
 %ifarch %{ix86} x86_64
 %bcond_without  test
 %else
@@ -72,7 +70,8 @@
 sed -i -e '/^#!\//, 1d' pyfftw/*/*.py
 
 %build
-export CFLAGS="%{optflags}"
+# Work around gh#pyFFTW/pyFFTW#378
+export CFLAGS="%{optflags} -Wno-incompatible-pointer-types"
 %pyproject_wheel
 
 %install

Reply via email to