From 5183450b278d9bb8563b880d57470ef50d9dcefa Mon Sep 17 00:00:00 2001 From: Ralf Corsépius Date: Apr 29 2016 11:55:45 +0000 Subject: Rebuild for qhull-2015.2-1. - Reflect qhull_a.h's location having changed. --- diff --git a/3Depict.spec b/3Depict.spec index 7427521..bbf272b 100644 --- a/3Depict.spec +++ b/3Depict.spec @@ -1,6 +1,6 @@ Name: 3Depict Version: 0.0.18 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Valued 3D point cloud visualization and analysis Group: Applications/Engineering @@ -55,6 +55,16 @@ useful for general scalar valued point data purposes. %patch1 %patch2 -p1 -b .gcc6 +%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/rdf.cpp \ + configure configure.ac +# Avoid rerunning the autotools +touch -r aclocal.m4 configure configure.ac +%endif + %build #Due to bug 1077718, wx-config cannot be specified, due to # wx2/wx3 conflict. @@ -111,6 +121,10 @@ mv docs/manual-latex/manual.pdf %{name}-%{version}-manual.pdf %changelog +* Fri Apr 29 2016 Ralf Corsépius - 0.0.18-7 +- Rebuild for qhull-2015.2-1. +- Reflect qhull_a.h's location having changed. + * Tue Mar 8 2016 Orion Poplawski - 0.0.18-6 - Add patch for fix compilation with gcc 6