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=403d4e90e51035....
Change: +ExcludeArch: s390 s390x
Thanks.
Full change: ============
commit f4b55ab8a20c8f35616c3b0e503610ef8b04a1fd Author: Dave Love loveshack@fedoraproject.org Date: Sun Jun 4 16:33:45 2017 +0000
Remove useless s390 conditional
diff --git a/scorep.spec b/scorep.spec index 2765d44..dafad20 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,6 +1,6 @@ Name: scorep Version: 3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
License: BSD @@ -27,10 +27,6 @@ ExcludeArch: s390 s390x
%global with_mpich 1 %global with_openmpi 1 -%ifarch s390 s390x -# No openmpi on s390(x) -%global with_openmpi 0 -%endif # No mpich on EL6 ppc64 %ifarch ppc64 %if 0%{?rhel} && 0%{?rhel} <= 6 @@ -272,6 +268,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %endif
%changelog +* Sun Jun 4 2017 Dave Love loveshack@fedoraproject.org - 3.1-2 +- Remove useless s390 conditional + * Wed May 31 2017 Dave Love loveshack@fedoraproject.org - 3.1-1 - Update to 3.1 (#1457285) - Exclude s390, s390x
commit 403d4e90e51035e947b527d7c1abec713c737719 Author: Dave Love loveshack@fedoraproject.org Date: Fri Jun 2 13:51:22 2017 +0000
Update to 3.1 (#1457285) Exclude s390, s390x
diff --git a/.gitignore b/.gitignore index 645b5ce..2c6dbf9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /scorep-2.0.1.tar.gz /scorep-2.0.2.tar.gz /scorep-3.0.tar.gz +/scorep-3.1.tar.gz diff --git a/scorep.spec b/scorep.spec index 46fa575..2765d44 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,6 +1,6 @@ Name: scorep -Version: 3.0 -Release: 5%{?dist} +Version: 3.1 +Release: 1%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
License: BSD @@ -22,6 +22,8 @@ Requires: binutils-devel%{?_isa} Requires: cube-devel%{?_isa} >= 4.3 Requires: otf2-devel%{?_isa} >= 2.0 Requires: papi-devel%{?_isa} +# Missing papi and libunwind +ExcludeArch: s390 s390x
%global with_mpich 1 %global with_openmpi 1 @@ -270,6 +272,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %endif
%changelog +* Wed May 31 2017 Dave Love loveshack@fedoraproject.org - 3.1-1 +- Update to 3.1 (#1457285) +- Exclude s390, s390x + * Sat Feb 11 2017 Fedora Release Engineering releng@fedoraproject.org - 3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources index d23b9fc..6843903 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -44da8beaa3f71436a5f6fe51938aab2f scorep-3.0.tar.gz +SHA512 (scorep-3.1.tar.gz) = da44cd1f19907bd23e2c34ca645be1068171d2c0dc4ec51ced46cb358c45846299f52892c22a0918db742b90be9c6737d85bf4d716ca9d61081f236b8c838f67
commit e639343d696451dd72dbd8057bf8e177df9b00d7 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Feb 11 13:13:12 2017 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/scorep.spec b/scorep.spec index 6aa2d69..46fa575 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,6 +1,6 @@ Name: scorep Version: 3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
License: BSD @@ -270,6 +270,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %endif
%changelog +* Sat Feb 11 2017 Fedora Release Engineering releng@fedoraproject.org - 3.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 3 2017 Orion Poplawski orion@cora.nwra.com - 3.0-4 - Enable libunwind and OpenCL support
commit 339b40b946dfbfb9ad7618146004c27cc500661c Author: Orion Poplawski orion@cora.nwra.com Date: Fri Feb 3 16:46:58 2017 -0700
Enable libunwind and OpenCL support
diff --git a/scorep.spec b/scorep.spec index 2fe5057..6aa2d69 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,6 +1,6 @@ Name: scorep Version: 3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
License: BSD @@ -12,6 +12,8 @@ BuildRequires: flex BuildRequires: binutils-devel BuildRequires: chrpath BuildRequires: cube-devel >= 4.3 +BuildRequires: libunwind-devel +BuildRequires: ocl-icd-devel BuildRequires: opari2 BuildRequires: otf2-devel >= 2.0 BuildRequires: papi-devel @@ -268,6 +270,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %endif
%changelog +* Fri Feb 3 2017 Orion Poplawski orion@cora.nwra.com - 3.0-4 +- Enable libunwind and OpenCL support + * Tue Jan 31 2017 Orion Poplawski orion@cora.nwra.com - 3.0-3 - Rebuild for gcc 7
commit 7884eb71c1d2de88576323a29b85446b5221dcaa Author: Orion Poplawski orion@cora.nwra.com Date: Tue Jan 31 09:08:17 2017 -0700
Rebuild for gcc 7
diff --git a/scorep.spec b/scorep.spec index 2692819..2fe5057 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,6 +1,6 @@ Name: scorep Version: 3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
License: BSD @@ -268,6 +268,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %endif
%changelog +* Tue Jan 31 2017 Orion Poplawski orion@cora.nwra.com - 3.0-3 +- Rebuild for gcc 7 + * Fri Oct 21 2016 Orion Poplawski orion@cora.nwra.com - 3.0-2 - Rebuild for openmpi 2.0
commit bcbfe2937eaa5c231aee403d6c66b81a17435619 Author: Orion Poplawski orion@cora.nwra.com Date: Fri Oct 21 15:44:18 2016 -0600
Rebuild for openmpi 2.0
diff --git a/scorep.spec b/scorep.spec index 6305918..2692819 100644 --- a/scorep.spec +++ b/scorep.spec @@ -1,6 +1,6 @@ Name: scorep Version: 3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scalable Performance Measurement Infrastructure for Parallel Codes
License: BSD @@ -268,6 +268,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %endif
%changelog +* Fri Oct 21 2016 Orion Poplawski orion@cora.nwra.com - 3.0-2 +- Rebuild for openmpi 2.0 + * Tue Sep 20 2016 Orion Poplawski orion@cora.nwra.com - 3.0-1 - Update to 3.0
arch-excludes@lists.fedoraproject.org