diff --git a/gmic.spec b/gmic.spec index 8fcbfe1..4b0447a 100644 --- a/gmic.spec +++ b/gmic.spec @@ -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 - 2.9.0-3 +- enable mtune on aarch64 + * Thu Apr 2 2020 josef radinger - 2.9.0-2 - disable mtune=generic for s390x, armv7hl and ppc64le