Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory checked 
in at 2017-11-10 14:42:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fftw3 (Old)
 and      /work/SRC/openSUSE:Factory/.fftw3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fftw3"

Fri Nov 10 14:42:12 2017 rev:37 rq:539510 version:3.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes      2017-10-28 
14:18:40.850140988 +0200
+++ /work/SRC/openSUSE:Factory/.fftw3.new/fftw3.changes 2017-11-10 
14:42:16.232896945 +0100
@@ -1,0 +2,14 @@
+Tue Nov  7 11:33:09 UTC 2017 - [email protected]
+
+- update to 3.3.6-pl2
+  * Bugfix: MPI Fortran-03 headers were missing in FFTW 3.3.6-pl1.
+  * Bugfix: FFTW 3.3.6 had the wrong libtool version number, and generated
+    shared libraries of the form libfftw3.so.2.6.6 instead of
+    libfftw3.so.3.*.  
+  * The fftw_make_planner_thread_safe() API introduced in 3.3.5 didn't
+    work, and this 3.3.6 fixes it.  Sorry about that.
+  * compilation fixes for IBM XLC
+  * compilation fixes for threads on Windows
+  * fix SIMD autodetection on amd64 when (_MSC_VER > 1500)
+
+-------------------------------------------------------------------
@@ -39 +53 @@
-
+  (FATE#321716).

Old:
----
  fftw-3.3.5.tar.gz

New:
----
  fftw-3.3.6-pl2.tar.gz

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

Other differences:
------------------
++++++ fftw3.spec ++++++
--- /var/tmp/diff_new_pack.NVUK8E/_old  2017-11-10 14:42:17.904836508 +0100
+++ /var/tmp/diff_new_pack.NVUK8E/_new  2017-11-10 14:42:17.908836363 +0100
@@ -21,8 +21,9 @@
 %define bname fftw
 %define BNAME FFTW
 %define pname fftw3
-%define vers 3.3.5
-%define _ver 3_3_5
+%define vers 3.3.6
+%define _ver 3_3_6
+%define pl_ext pl2
 
 %bcond_with ringdisabled
 
@@ -105,13 +106,13 @@
 Name:           %package_name
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
-Version:        3.3.5
+Version:        %vers
 Release:        0
 Summary:        Discrete Fourier Transform (DFT) C Subroutine Library
 License:        GPL-2.0+
 Group:          Productivity/Scientific/Math
 Url:            http://www.fftw.org
-Source:         http://www.fftw.org/fftw-%{version}.tar.gz
+Source:         
ftp://ftp.fftw.org/pub/fftw/fftw-%{version}%{?pl_ext:-%{pl_ext}}.tar.gz
 Source1:        %{pname}-rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  %install_info_prereq
@@ -261,7 +262,7 @@
 %endif
 
 %prep
-%setup -q -n %{bname}-%{version}
+%setup -q -n %{bname}-%{version}%{?pl_ext:-%{pl_ext}}
 
 %if %{without hpc}
 cat > %{_sourcedir}/baselibs.conf  <<EOF


Reply via email to