enable mtune on aarch64

This commit is contained in:
josef radinger 2020-04-02 20:27:22 +02:00
parent 996ad94577
commit d5408c1209

View File

@ -10,7 +10,7 @@
Summary: GREYC's Magic for Image Computing
Name: gmic
Version: 2.9.0
Release: 2%{?dist}
Release: 3%{?dist}
Source0: https://gmic.eu/files/source/%{name}_%{version}.tar.gz
# GIT archive snapshot of https://github.com/c-koi/zart
Source1: zart-%{zart_version}.tar.gz
@ -81,7 +81,7 @@ Provides a plugin for using G'MIC from GIMP
%setup -q -a 1 -a 2 -a 3
%patch1 -p1 -b.opencv
%ifarch %{arm} s390x ppc64le
%ifarch armv7hl s390x ppc64le
%patch2 -p1 -b.arch
%endif
@ -165,6 +165,9 @@ chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d/gmic
%{gimpplugindir}/gmic_cluts.gmz
%changelog
* Thu Apr 2 2020 josef radinger <cheese@nosuchhost.net> - 2.9.0-3
- enable mtune on aarch64
* Thu Apr 2 2020 josef radinger <cheese@nosuchhost.net> - 2.9.0-2
- disable mtune=generic for s390x, armv7hl and ppc64le