Hello community, here is the log from the commit of package fftw3 for openSUSE:Factory checked in at 2016-08-05 18:13:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fftw3 (Old) and /work/SRC/openSUSE:Factory/.fftw3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fftw3" Changes: -------- --- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes 2014-05-10 08:31:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fftw3.new/fftw3.changes 2016-08-05 18:14:00.000000000 +0200 @@ -1,0 +2,23 @@ +Mon Aug 1 22:03:49 UTC 2016 - mar...@gmx.de + +- update to version 3.3.5 + * New SIMD support: + - Power8 VSX instructions in single and double precision. + To use, add --enable-vsx to configure. + - Support for AVX2 (256-bit FMA instructions). + To use, add --enable-avx2 to configure. + - Experimental support for AVX512 and KCVI. (--enable-avx512, --enable-kcvi) + This code is expected to work but the FFTW maintainers do not have + hardware to test it. + - Support for AVX128/FMA (for some AMD machines) (--enable-avx128-fma) + - Double precision Neon SIMD for aarch64. + This code is expected to work but the FFTW maintainers do not have + hardware to test it. + - generic SIMD support using gcc vector intrinsics + * Add fftw_make_planner_thread_safe() API + * fix #18 (disable float128 for CUDACC) + * fix #19: missing Fortran interface for fftwq_alloc_real + * fix #21 (don't use float128 on Portland compilers, which pretend to be gcc) + * fix: Avoid segfaults due to double free in MPI transpose + +------------------------------------------------------------------- Old: ---- fftw-3.3.4.tar.gz New: ---- fftw-3.3.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fftw3.spec ++++++ --- /var/tmp/diff_new_pack.VMwGWQ/_old 2016-08-05 18:14:02.000000000 +0200 +++ /var/tmp/diff_new_pack.VMwGWQ/_new 2016-08-05 18:14:02.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fftw3 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %ifnarch s390 s390x BuildRequires: openmpi-devel %endif -Version: 3.3.4 +Version: 3.3.5 Release: 0 Summary: Discrete Fourier Transform (DFT) C Subroutine Library License: GPL-2.0+ @@ -31,6 +31,7 @@ Url: http://www.fftw.org Source: http://www.fftw.org/fftw-%{version}.tar.gz Source1: %{name}-rpmlintrc +Source1000: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(pre): %install_info_prereq ++++++ fftw-3.3.4.tar.gz -> fftw-3.3.5.tar.gz ++++++ ++++ 97729 lines of diff (skipped)