diff --git a/3Depict.spec b/3Depict.spec index 3f496a0..9d67684 100644 --- a/3Depict.spec +++ b/3Depict.spec @@ -1,6 +1,6 @@ Name: 3Depict Version: 0.0.20 -Release: 4%{?dist} +Release: 6%{?dist} Summary: Valued 3D point cloud visualization and analysis Group: Applications/Engineering @@ -40,10 +40,10 @@ Patch1: %{name}-%{version}-font-path.patch #Implementes tapsim loading for big-endian # this is to fix a failed scratch build on ppc64 Patch2: %{name}-%{version}-tapsim-endian.patch -#Fixes for ppc64 build failures -Patch3: %{name}-%{version}-short_type_fix.patch -#Fixes for S390 build failures -Patch4: %{name}-%{version}-s390_preprocessor_fix.patch +#Fixes for build under s390/ppc64, due to endianness problems +Patch3: %{name}-%{version}-s390_preprocessor_fix.patch +#Fixes for build under s390/ppc64, due to type problems +Patch4: %{name}-%{version}-short_type_fix.patch %description This software is designed to help users visualize and analyze 3D point clouds @@ -61,14 +61,15 @@ useful for general scalar valued point data purposes. %patch3 %patch4 -# Change header locations, as installation directory -# is different from upstream +%if 0%{?fedora} > 24 +# Installation directory has changed sed -i -e 's,qhull/qhull_a.h,libqhull/qhull_a.h,' \ src/backend/filters/filterCommon.h \ src/backend/filters/algorithms/spatial.cpp \ configure configure.ac -# Avoid rerunning the autotools suite +# Avoid rerunning the autotools touch -r aclocal.m4 configure configure.ac +%endif %build %configure --disable-debug-checks --enable-openmp-parallel @@ -124,6 +125,13 @@ mv docs/manual-latex/manual.pdf %{name}-%{version}-manual.pdf %changelog +* Sun Jan 14 2018 D Haley - 0.0.20-6 +- Bump for MGL rebuild + +* Thu Oct 12 2017 D Haley - 0.0.20-5 +- Bump for GSL rebuild +- Add fixes for s390/ppc64 + * Wed Aug 02 2017 Fedora Release Engineering - 0.0.20-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild