The package rpms/scorep.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/scorep.git/commit/?id=9b3806fa81ae06....
Change: +%ifnarch armv7hl
Thanks.
Full change: ============
commit 9b3806fa81ae06a98e8da617ef76690385c675c7 Author: Dave Love loveshack@fedoraproject.org Date: Sun Mar 31 12:06:37 2019 +0100
- New version - Update source URL
diff --git a/.gitignore b/.gitignore index 14babd3..cef3d90 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /scorep-3.1.tar.gz /scorep-4.0.tar.gz /scorep-4.1.tar.gz +/scorep-5.0.tar.gz diff --git a/scorep.spec b/scorep.spec index 048b63d..bab7863 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,19 +1,22 @@ -%ifnarch ppc64le +%ifarch ppc64le +# Only these have llvm >= 6 +%if 0%{?fedora}%{?el8} %global dowrap 1 +%endif %else -%if 0%{?fedora}%{?el8} -# We have llvm >= 6 +# rhbz #1692415 +%ifnarch armv7hl %global dowrap 1 %endif %endif
Name: scorep -Version: 4.1 -Release: 6%{?dist} +Version: 5.0 +Release: 1%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes License: BSD URL: http://www.vi-hps.org/projects/score-p/ -Source0: http://www.vi-hps.org/upload/packages/%%7Bname%7D/%%7Bname%7D-%%7Bversion%7D... +Source0: https://www.vi-hps.org/cms/upload/packages/%%7Bname%7D/%%7Bname%7D-%%7Bversi... Patch1: scorep-rpath.patch BuildRequires: gcc-gfortran BuildRequires: bison @@ -215,9 +218,6 @@ done
%install %make_install -C serial -# Install doc -cp -p AUTHORS ChangeLog README THANKS \ - %{buildroot}%{_defaultdocdir}/scorep/ # Strip rpath chrpath -d %{buildroot}%{_libdir}/*.so.*
@@ -247,10 +247,7 @@ make -C openmpi check V=1 %files %license COPYING %dir %{_defaultdocdir}/scorep -%{_defaultdocdir}/scorep/AUTHORS -%{_defaultdocdir}/scorep/ChangeLog -%{_defaultdocdir}/scorep/README -%{_defaultdocdir}/scorep/THANKS +%doc AUTHORS ChangeLog README THANKS OPEN_ISSUES %{_bindir}/scorep %{_bindir}/scorep-backend-info %{_bindir}/scorep-g++ @@ -326,6 +323,7 @@ make -C openmpi check V=1 %{_libdir}/openmpi/bin/scorep-mpif77 %{_libdir}/openmpi/bin/scorep-mpif90 %{_libdir}/openmpi/bin/scorep-oshcc +%{_libdir}/openmpi/bin/scorep-oshcxx %{_libdir}/openmpi/bin/scorep-oshfort %{_libdir}/openmpi/bin/scorep-score %{_libdir}/openmpi/bin/scorep-wrapper @@ -346,6 +344,10 @@ make -C openmpi check V=1 %endif
%changelog +* Mon Mar 25 2019 Dave Love loveshack@fedoraproject.org - 5.0-1 +- New version +- Update source URL + * Thu Feb 14 2019 Orion Poplawski orion@nwra.com - 4.1-6 - Rebuild for openmpi 3.1.3
diff --git a/sources b/sources index 46a2ea3..fd5a762 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (scorep-4.1.tar.gz) = 11a86c70b3d7b7741e8309b7864c73496786eefa43b22f6ea5d1db63eb1defd6ed5568f87794bf66e8b79ac8c9112b215527102a5d01adfb30b709e1f0e30ea6 +SHA512 (scorep-5.0.tar.gz) = e1cfbe2421b50705ae8528e2da3615ccd0bec94504b583cb3d2e6a7ff16d403b5ccef44bef57051af2901f24a6ef4fe2ec03f61f786bffaf813c7a6f2339d514
arch-excludes@lists.fedoraproject.org