From e23f0966d4eeb672f01f541ec45844462e63aee2 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 26 Jan 2016 14:01:27 -0500 Subject: [PATCH] Rebase to papi-5.4.3.tar.gz. --- .gitignore | 1 + papi.spec | 12 +++++------- sources | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index e276db4..fc84f24 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ papi-4.1.0.tar.gz /papi-5.3.2.tar.gz /papi-5.4.0.tar.gz /papi-5.4.1.tar.gz +/papi-5.4.3.tar.gz diff --git a/papi.spec b/papi.spec index 95e143e..8e3b9f6 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.1 -Release: 3%{?dist} +Version: 5.4.3 +Release: 1%{?dist} License: BSD Group: Development/System Requires: papi-libs = %{version}-%{release} @@ -115,7 +115,6 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so* rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %{_bindir}/* %dir /usr/share/papi /usr/share/papi/papi_events.csv @@ -126,12 +125,10 @@ rm -rf $RPM_BUILD_ROOT %postun libs -p /sbin/ldconfig %files libs -%defattr(-,root,root,-) %{_libdir}/*.so.* %doc INSTALL.txt README LICENSE.txt RELEASENOTES.txt %files devel -%defattr(-,root,root,-) %{_includedir}/*.h %if %{with bundled_libpfm} %{_includedir}/perfmon/*.h @@ -141,7 +138,6 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man3/* %files testsuite -%defattr(-,root,root,-) /usr/share/papi/run_tests* /usr/share/papi/ctests /usr/share/papi/ftests @@ -149,10 +145,12 @@ rm -rf $RPM_BUILD_ROOT /usr/share/papi/testlib %files static -%defattr(-,root,root,-) %{_libdir}/*.a %changelog +* Tue Jan 26 2016 William Cohen - 5.4.3-1 +- Rebase to papi-5.4.3. + * Thu Jun 18 2015 Fedora Release Engineering - 5.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 0c36aa7..35bd226 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9134a99219c79767a11463a76b0b01a2 papi-5.4.1.tar.gz +3211b5a5bb389fe692370f5cf4cc2412 papi-5.4.3.tar.gz