Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory checked 
in at 2020-06-22 17:42:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fftw3 (Old)
 and      /work/SRC/openSUSE:Factory/.fftw3.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fftw3"

Mon Jun 22 17:42:01 2020 rev:50 rq:814678 version:3.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes      2019-12-03 
12:41:24.350148999 +0100
+++ /work/SRC/openSUSE:Factory/.fftw3.new.2956/fftw3.changes    2020-06-22 
17:42:18.613154847 +0200
@@ -1,0 +2,7 @@
+Sat Jun  6 22:20:41 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Fix BuildFailures for openSUSE >= 1550:
+  * Correct info dir.
+  * Fix ill-formatted comments.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fftw3.spec ++++++
--- /var/tmp/diff_new_pack.dI9Ki7/_old  2020-06-22 17:42:19.989159263 +0200
+++ /var/tmp/diff_new_pack.dI9Ki7/_new  2020-06-22 17:42:19.993159276 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fftw3
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -197,7 +197,7 @@
 Summary:        Discrete Fourier Transform (DFT) C Subroutine Library
 License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Math
-Url:            http://www.fftw.org
+URL:            http://www.fftw.org
 Source:         
ftp://ftp.fftw.org/pub/fftw/fftw-%{version}%{?pl_ext:-%{pl_ext}}.tar.gz
 Source1:        %{pname}-rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -541,7 +541,8 @@
 %if %{without hpc}
 %files -n libfftw3_threads3
 %defattr(-,root,root)
-%endif #%%{without hpc}
+%endif
+# ENDIF FOR {without hpc}
 %{package_libdir}/libfftw3_threads.so.3*
 %{package_libdir}/libfftw3f_threads.so.3*
 %{package_libdir}/libfftw3l_threads.so.3*
@@ -551,7 +552,8 @@
 %defattr(-,root,root)
 %else
 %hpc_modules_files
-%endif #%%{without hpc}
+%endif
+# ENDIF FOR {without hpc}
 %{package_libdir}/libfftw3_omp.so.3*
 %{package_libdir}/libfftw3f_omp.so.3*
 %{package_libdir}/libfftw3l_omp.so.3*
@@ -561,17 +563,20 @@
 %if %{without hpc}
 %files -n libfftw3_mpi3
 %defattr(-,root,root)
-%endif #%%{without hpc}
+%endif
+# ENDIF FOR {without hpc}
 %{package_libdir}/libfftw3_mpi.so.3*
 %{package_libdir}/libfftw3f_mpi.so.3*
 %{package_libdir}/libfftw3l_mpi.so.3*
-%endif #%%(with mpi)
-%endif #%%(s390 s390x)
+%endif
+# ENDIF FOR {without mpi}
+%endif
+# ENDIF FOR ARCH s390 s390x
 
 %files devel
 %defattr(-,root,root)
 %if %{with hpc}
-%{package_infodir}/dir
+%{package_infodir}/
 %hpc_dirs
 %dir %package_libdir/pkgconfig
 %dir %package_includedir
@@ -602,7 +607,8 @@
 %if %{without hpc}
 %files threads-devel
 %defattr(-,root,root)
-%endif #%%{without hpc}
+%endif
+# ENDIF FOR {without hpc}
 %{package_libdir}/libfftw3_threads.so
 %{package_libdir}/libfftw3f_threads.so
 %{package_libdir}/libfftw3l_threads.so
@@ -610,7 +616,8 @@
 %if %{without hpc}
 %files openmp-devel
 %defattr(-,root,root)
-%endif #%%{without hpc}
+%endif
+# ENDIF FOR {without hpc}
 %{package_libdir}/libfftw3_omp.so
 %{package_libdir}/libfftw3f_omp.so
 %{package_libdir}/libfftw3l_omp.so
@@ -620,14 +627,17 @@
 %if %{without hpc}
 %files mpi-devel
 %defattr(-,root,root)
-%endif #%%{without hpc}
+%endif
+# ENDIF FOR {without hpc}
 %{package_libdir}/libfftw3_mpi.so
 %{package_libdir}/libfftw3f_mpi.so
 %{package_libdir}/libfftw3l_mpi.so
 %{package_includedir}/fftw3-mpi.*
 %{package_includedir}/fftw3l-mpi.f03
-%endif #%%(with mpi)
-%endif #%%(s390 s390x)
+%endif
+# ENDIF FOR {with mpi}
+%endif
+# ENDIF FOR arch s390 s390x
 
 %if %{with hpc}
 %files  devel-static


Reply via email to