[papi] Rebase to 5.1.1.

William Eden Cohen wcohen at fedoraproject.org
Thu May 30 16:32:54 UTC 2013


commit 3f7b0775ca33797d46ec928d3f6c16cbcd39c258
Author: William Cohen <wcohen at redhat.com>
Date:   Thu May 30 12:32:08 2013 -0400

    Rebase to 5.1.1.

 .gitignore     |    1 +
 papi-rmb.patch |   31 -------------------------------
 papi.spec      |   11 ++++++-----
 sources        |    2 +-
 4 files changed, 8 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afef508..6a9fae6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ papi-4.1.0.tar.gz
 /papi-5.0.0.tar.gz
 /papi-5.0.1.tar.gz
 /papi-5.1.0.2.tar.gz
+/papi-5.1.1.tar.gz
diff --git a/papi.spec b/papi.spec
index 2f6f5fb..ae77e96 100644
--- a/papi.spec
+++ b/papi.spec
@@ -1,13 +1,12 @@
 %bcond_with bundled_libpfm
 Summary: Performance Application Programming Interface
 Name: papi
-Version: 5.1.0.2
-Release: 2%{?dist}
+Version: 5.1.1
+Release: 1%{?dist}
 License: BSD
 Group: Development/System
 URL: http://icl.cs.utk.edu/papi/
 Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz
-Patch10: papi-rmb.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: ncurses-devel
 BuildRequires: gcc-gfortran
@@ -47,8 +46,7 @@ PAPI-static includes the static versions of the library files for
 the PAPI user-space libraries and interfaces.
 
 %prep
-%setup -q -n papi-5.1.0
-%patch10 -p1 -b .rmb
+%setup -q
 
 %build
 %if %{without bundled_libpfm}
@@ -111,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Thu May 30 2013 William Cohen <wcohen at redhat.com> - 5.1.1-1
+- Rebase to 5.1.1
+
 * Mon Apr 15 2013 William Cohen <wcohen at redhat.com> - 5.1.0.2-2
 - Fix arm FTBS rhbz 951806.
 
diff --git a/sources b/sources
index 5b5711a..77eb999 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1f2d412e7cc249ba487ed50cfcd1f4a  papi-5.1.0.2.tar.gz
+055c5b3d7f5223ab46fd720f1c3e0749  papi-5.1.1.tar.gz


More information about the scm-commits mailing list