From 5f4cc375a9efed3d328284e01c17d1e58211f503 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Mon, 17 Nov 2014 10:21:38 -0500 Subject: [PATCH] Rebase on papi-5.4.0. --- .gitignore | 1 + papi.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b78fa9d..8d00eb5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ papi-4.1.0.tar.gz /papi-5.3.0.tar.gz /papi-5.3.0-1.16.ga7f6159.tar.gz /papi-5.3.2.tar.gz +/papi-5.4.0.tar.gz diff --git a/papi.spec b/papi.spec index 2efd4d3..8ecde35 100644 --- a/papi.spec +++ b/papi.spec @@ -1,12 +1,12 @@ %bcond_with bundled_libpfm Summary: Performance Application Programming Interface Name: papi -Version: 5.3.2 -Release: 2%{?dist} +Version: 5.4.0 +Release: 1%{?dist} License: BSD Group: Development/System URL: http://icl.cs.utk.edu/papi/ -Source0: %{name}-%{version}.tar.gz +Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: autoconf BuildRequires: doxygen @@ -77,7 +77,7 @@ autoconf pushd components #pushd cuda; ./configure; popd #pushd host_micpower; ./configure; popd -pushd infiniband; %configure; popd +pushd infiniband_umad; %configure; popd pushd lmsensors; \ %configure --with-sensors_incdir=/usr/include/sensors \ --with-sensors_libdir=%{_libdir}; \ @@ -138,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Mon Nov 17 2014 William Cohen - 5.4.0-1 +- Rebase to papi-5.4.0. + * Sun Aug 17 2014 Fedora Release Engineering - 5.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 7f4cd8a..08ba446 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b534bbe25fb0c20962d193fa32289f80 papi-5.3.2.tar.gz +05e5a685a05ab1d11ccf28f45d85bbe2 papi-5.4.0.tar.gz