From 1822407fa88fdd84d3aa808e5e1d6696881c3544 Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Dec 20 2020 16:32:19 +0000 Subject: BR MPIR even on ppc64le, as a generic build without optimized assembly routines is now available on that platform --- diff --git a/meshlab.spec b/meshlab.spec index 348a2e9..05170d9 100644 --- a/meshlab.spec +++ b/meshlab.spec @@ -1,7 +1,7 @@ Name: meshlab Summary: A system for processing and editing unstructured 3D triangular meshes Version: 2020.07 -Release: 4%{?dist} +Release: 5%{?dist} URL: https://github.com/cnr-isti-vclab/meshlab License: GPLv2+ and BSD and Public Domain and ASL 2.0 @@ -39,10 +39,7 @@ BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtxmlpatterns-devel BuildRequires: qtsoap5-devel BuildRequires: desktop-file-utils BuildRequires: ImageMagick -%ifnarch ppc64le -# mpir has ppc64le excluded BuildRequires: mpir-devel -%endif # Get Fedora 33++ behavior on anything older %undefine __cmake_in_source_build @@ -145,6 +142,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/meshlab.desktop %license src/plugins_unsupported/filter_poisson/license.txt %changelog +* Sun Dec 20 2020 Benjamin A. Beasley - 2020.07-5 +- BR MPIR even on ppc64le, as a generic build without optimized assembly + routines is now available on that platform + * Thu Jul 30 2020 Fedora Release Engineering - 2020.07-4 - Force C++14 as this code is not C++17 ready