[papi] Update to papi-5.4.1.

William Eden Cohen wcohen at fedoraproject.org
Tue Mar 3 15:04:15 UTC 2015


commit e629484516d620398976c2f17dd9ed0a4cbf2826
Author: William Cohen <wcohen at redhat.com>
Date:   Tue Mar 3 10:03:51 2015 -0500

    Update to papi-5.4.1.

 .gitignore | 1 +
 papi.spec  | 9 +++++++--
 sources    | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d00eb5..e276db4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ papi-4.1.0.tar.gz
 /papi-5.3.0-1.16.ga7f6159.tar.gz
 /papi-5.3.2.tar.gz
 /papi-5.4.0.tar.gz
+/papi-5.4.1.tar.gz
diff --git a/papi.spec b/papi.spec
index 4d7232a..74fd28a 100644
--- a/papi.spec
+++ b/papi.spec
@@ -1,8 +1,8 @@
 %bcond_with bundled_libpfm
 Summary: Performance Application Programming Interface
 Name: papi
-Version: 5.4.0
-Release: 3%{?dist}
+Version: 5.4.1
+Release: 1%{?dist}
 License: BSD
 Group: Development/System
 Requires: papi-libs = %{version}-%{release}
@@ -42,6 +42,7 @@ to use PAPI.
 Summary: Header files for the compiling programs with PAPI
 Group: Development/System
 Requires: papi = %{version}-%{release}
+Requires: pkgconfig
 %description devel
 PAPI-devel includes the C header files that specify the PAPI user-space
 libraries and interfaces. This is required for rebuilding any program
@@ -136,6 +137,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/perfmon/*.h
 %endif
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/papi*.pc
 %doc %{_mandir}/man3/*
 
 %files testsuite
@@ -151,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Tue Mar 3 2015 William Cohen <wcohen at redhat.com> - 5.4.1-1
+- Rebase to papi-5.4.1.
+
 * Wed Feb 11 2015 William Cohen <wcohen at redhat.com> - 5.4.0-3
 - Bump version and rebuild.
 
diff --git a/sources b/sources
index 08ba446..0c36aa7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05e5a685a05ab1d11ccf28f45d85bbe2  papi-5.4.0.tar.gz
+9134a99219c79767a11463a76b0b01a2  papi-5.4.1.tar.gz


More information about the scm-commits mailing list