From ab29d5f8e7bd3f7ec39a3241f966f3a3bf7ec486 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Sep 24 2019 09:29:53 +0000 Subject: fixed #1751749, drop %%{_target_cpu} which caused different output on different architectures --- diff --git a/paraview.spec b/paraview.spec index 9e9704c..8e32e3a 100644 --- a/paraview.spec +++ b/paraview.spec @@ -1,6 +1,7 @@ # This package depends on automagic byte compilation # https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 %global _python_bytecompile_extra 1 +%global _target_platform %{_vendor}-%{_target_os} %{!?build_openmpi:%global build_openmpi 1} %{!?build_mpich:%global build_mpich 1} @@ -62,7 +63,7 @@ Name: paraview Version: %{pv_majmin}.%{pv_patch} -Release: 10%{?relsuf}%{?dist} +Release: 11%{?relsuf}%{?dist} Summary: Parallel visualization application License: BSD @@ -710,6 +711,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Tue Sep 24 2019 Than Ngo - 5.6.0-11 +- fixed #1751749, drop %%{_target_cpu} which caused different output on different architectures + * Sun Sep 22 2019 Orion Poplawski - 5.6.0-10 - Rebuild for double-conversion 3.1.5