From 0096d6810d1c8513c6ca79eba5744decb31ee045 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Fri, 1 Oct 2010 15:24:54 -0400 Subject: [PATCH] - Rebase to papi-4.1.1 --- .gitignore | 1 + papi.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c5c3899..a4da8db 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ papi-4.1.0.tar.gz +/papi-4.1.1.tar.gz diff --git a/papi.spec b/papi.spec index 3c0a975..a59cc3d 100644 --- a/papi.spec +++ b/papi.spec @@ -1,6 +1,6 @@ Summary: Performance Application Programming Interface Name: papi -Version: 4.1.0 +Version: 4.1.1 Release: 1%{?dist} License: BSD Group: Development/System @@ -9,7 +9,7 @@ Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: ncurses-devel BuildRequires: gcc-gfortran -BuildRequires: kernel-headers >= 2.6.31 +BuildRequires: kernel-headers >= 2.6.32 BuildRequires: chrpath #Right now libpfm does not know anything about s390 and will fail ExcludeArch: s390 s390x @@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/* %changelog +* Fri Oct 1 2010 William Cohen - 4.1.1-1 +- Rebase to papi-4.1.1 + * Mon Jun 8 2010 William Cohen - 4.1.0-1 - Rebase to papi-4.1.0 diff --git a/sources b/sources index cc5fc17..43e157b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f40160c9703c4aba5f958f76ca99310 papi-4.1.0.tar.gz +618abdb5611490f46b3caca0f56b2269 papi-4.1.1.tar.gz