From 2cd21ebe5c29e4f869373d9a6b2cef759556dd07 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 25 Oct 2024 17:32:34 +0300 Subject: [PATCH] import papi-7.1.0-5.el10 --- .gitignore | 1 + .papi.metadata | 1 + SOURCES/papi-libsde.patch | 33 +++ SOURCES/papi-nostatic.patch | 30 ++ SOURCES/papi-python3.patch | 10 + SPECS/papi.spec | 529 ++++++++++++++++++++++++++++++++++++ 6 files changed, 604 insertions(+) create mode 100644 .gitignore create mode 100644 .papi.metadata create mode 100644 SOURCES/papi-libsde.patch create mode 100644 SOURCES/papi-nostatic.patch create mode 100644 SOURCES/papi-python3.patch create mode 100644 SPECS/papi.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c2d026 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/papi-7.1.0.tar.gz diff --git a/.papi.metadata b/.papi.metadata new file mode 100644 index 0000000..3db137d --- /dev/null +++ b/.papi.metadata @@ -0,0 +1 @@ +f3a91ad41730301a31572d852904429547119508 SOURCES/papi-7.1.0.tar.gz diff --git a/SOURCES/papi-libsde.patch b/SOURCES/papi-libsde.patch new file mode 100644 index 0000000..7fb522b --- /dev/null +++ b/SOURCES/papi-libsde.patch @@ -0,0 +1,33 @@ +commit 2f37f74ea25f850835b22fa617938264bd158134 +Author: William Cohen +Date: Thu Apr 25 10:55:36 2024 -0400 + + SDE_LIB: Build libsde.so.1.0 with the CFLAGS and LDFLAGS passed in + + A recent annocheck of the papi RPMS showed that libsde.so.1.0 was not + built with the expected flags passed into the RPM build. Minor + changes were made to src/sde_lib/Makefile to use the CFLAGS and + LDFLAGS passed in. + +diff --git a/src/sde_lib/Makefile b/src/sde_lib/Makefile +index 67ef5987..8518f92e 100644 +--- a/src/sde_lib/Makefile ++++ b/src/sde_lib/Makefile +@@ -1,7 +1,7 @@ + CC ?= gcc + SDE_INC = -I. -I.. + SDE_LD = -ldl -pthread +-CFLAGS = -Wextra -Wall -O2 ++CFLAGS += -Wextra -Wall -O2 + + %_d.o: %.c + $(CC) -c -Bdynamic -fPIC -shared -fvisibility=hidden $(CFLAGS) $(SDE_INC) $< -o $@ +@@ -14,7 +14,7 @@ SOBJS=$(patsubst %.c,%_s.o,$(wildcard *.c)) + all: dynamic static + + dynamic: $(DOBJS) +- $(CC) -Bdynamic -fPIC -shared -Wl,-soname -Wl,libsde.so -fvisibility=hidden $(CFLAGS) $(DOBJS) -lrt -ldl -pthread -o libsde.so.1.0 ++ $(CC) $(LDFLAGS) -Bdynamic -fPIC -shared -Wl,-soname -Wl,libsde.so -fvisibility=hidden $(CFLAGS) $(DOBJS) -lrt -ldl -pthread -o libsde.so.1.0 + rm -f *_d.o + + static: $(SOBJS) diff --git a/SOURCES/papi-nostatic.patch b/SOURCES/papi-nostatic.patch new file mode 100644 index 0000000..435aa5e --- /dev/null +++ b/SOURCES/papi-nostatic.patch @@ -0,0 +1,30 @@ +commit cc34c978778adb40df1a200059a31c8d628b10ee +Author: William Cohen +Date: Thu Jan 21 14:48:01 2021 -0500 + + Only check for libpfm.a if static libraries are being used. + + Even when static libraries are not be used papi was checking for + libpfm.a, this would cause a failure if libpfm.a wasn't installed. + Exclude checking for libpfm.a if no static libpfm library is needed. + +diff --git a/src/Rules.pfm4_pe b/src/Rules.pfm4_pe +index 61eedc8a3..65a9635c6 100644 +--- a/src/Rules.pfm4_pe ++++ b/src/Rules.pfm4_pe +@@ -32,6 +32,7 @@ ifeq (yes,$(MIC)) + FORCE_PFM_ARCH="CONFIG_PFMLIB_ARCH_X86=y" + endif + ++ifneq (,$(STATIC)) + ifeq (,$(PFM_OBJS)) + $(PFM_LIB_PATH)/libpfm.a: + ifneq (,${PFM_ROOT}) +@@ -49,6 +50,7 @@ else + endif + $(MAKE) + endif ++endif + + include Makefile.inc + diff --git a/SOURCES/papi-python3.patch b/SOURCES/papi-python3.patch new file mode 100644 index 0000000..c5e7509 --- /dev/null +++ b/SOURCES/papi-python3.patch @@ -0,0 +1,10 @@ +diff --git a/src/high-level/scripts/papi_hl_output_writer.py b/src/high-level/scripts/papi_hl_output_writer.py +index 123d2cd0..34bfbd73 100755 +--- a/src/high-level/scripts/papi_hl_output_writer.py ++++ b/src/high-level/scripts/papi_hl_output_writer.py +@@ -1,4 +1,4 @@ +-#!/usr/bin/python ++#!/usr/bin/python3 + from __future__ import division + from collections import OrderedDict + diff --git a/SPECS/papi.spec b/SPECS/papi.spec new file mode 100644 index 0000000..6f307ad --- /dev/null +++ b/SPECS/papi.spec @@ -0,0 +1,529 @@ +# Default to no static libraries +%{!?with_static: %global with_static 0} +%bcond_with bundled_libpfm +# rdma is not available +%ifarch %{arm} +%{!?with_rdma: %global with_rdma 0} +%else +%{!?with_rdma: %global with_rdma 1} +%endif +%ifarch %{ix86} +%{!?with_pcp: %global with_pcp (0%{?fedora} < 40 && 0%{?rhel} < 10)} +%else +%{!?with_pcp: %global with_pcp 1} +%endif +Summary: Performance Application Programming Interface +Name: papi +Version: 7.1.0 +Release: 5%{?dist} +License: BSD-3-Clause +Requires: papi-libs = %{version}-%{release} +URL: http://icl.cs.utk.edu/papi/ +Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz +Patch1: papi-python3.patch +Patch5: papi-nostatic.patch +Patch6: papi-libsde.patch +BuildRequires: make +BuildRequires: autoconf +BuildRequires: doxygen +BuildRequires: ncurses-devel +BuildRequires: gcc-gfortran +BuildRequires: kernel-headers >= 2.6.32 +BuildRequires: chrpath +BuildRequires: lm_sensors-devel +%if %{without bundled_libpfm} +BuildRequires: libpfm-devel >= 4.13.0-1 +%if %{with_static} +BuildRequires: libpfm-static >= 4.6.0-1 +%endif +%endif +# Following required for net component +BuildRequires: net-tools +%if %{with_rdma} +# Following required for inifiband component +BuildRequires: rdma-core-devel +BuildRequires: infiniband-diags-devel +%endif +%if %{with_pcp} +BuildRequires: pcp-libs-devel +%endif +BuildRequires: perl-generators +#Right now libpfm does not know anything about s390 and will fail +ExcludeArch: s390 s390x + +%description +PAPI provides a programmer interface to monitor the performance of +running programs. + +%package libs +License: BSD-3-Clause +Summary: Libraries for PAPI clients +%description libs +This package contains the run-time libraries for any application that wishes +to use PAPI. + +%package devel +License: BSD-3-Clause +Summary: Header files for the compiling programs with PAPI +Requires: papi = %{version}-%{release} +Requires: papi-libs = %{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 +that uses PAPI. + +%package testsuite +License: BSD-3-Clause +Summary: Set of tests for checking PAPI functionality +Requires: papi = %{version}-%{release} +Requires: papi-libs = %{version}-%{release} +%description testsuite +PAPI-testsuite includes compiled versions of papi tests to ensure +that PAPI functions on particular hardware. + +%if %{with_static} +%package static +License: BSD-3-Clause +Summary: Static libraries for the compiling programs with PAPI +Requires: papi = %{version}-%{release} +%description static +PAPI-static includes the static versions of the library files for +the PAPI user-space libraries and interfaces. +%endif + +%prep +%setup -q +%patch 1 -p1 -b .python3 +%patch 5 -p1 +%patch 6 -p1 -b .flags + +%build + +%if %{without bundled_libpfm} +# Build our own copy of libpfm. +%global libpfm_config --with-pfm-incdir=%{_includedir} --with-pfm-libdir=%{_libdir} +%endif + +%if %{with_static} +%global static_lib_config --with-static-lib=yes +%else +%global static_lib_config --with-static-lib=no +%endif + +# set up environment variable for the various components +# cuda +# host_micpower +%if %{with_rdma} + export PAPI_INFINIBAND_UMAD_ROOT=/usr +%endif +# lmsensors +export PAPI_LMSENSORS_ROOT=/usr +#pushd vmware; ./configure; popd +%if %{with_pcp} +%global pcp_enable pcp +export PAPI_PCP_ROOT=/usr +%endif + +cd src +autoconf +%configure --with-perf-events \ +%{?libpfm_config} \ +%{?static_lib_config} \ +--with-shared-lib=yes --with-shlib-tools \ +--with-components="appio coretemp example infiniband lmsensors lustre micpower mx net %{?pcp_enable} rapl stealtime" +# implicit enabled components: perf_event perf_event_uncore +#components currently left out because of build configure/build issues +# --with-components="bgpm coretemp_freebsd cuda host_micpower nvml vmware" + +#DBG workaround to make sure libpfm just uses the normal CFLAGS +DBG="" make %{?_smp_mflags} + +#generate updated versions of the documentation +#DBG workaround to make sure libpfm just uses the normal CFLAGS +pushd ../doc +DBG="" make +DBG="" make install +popd + +%install +rm -rf $RPM_BUILD_ROOT +cd src +make DESTDIR=$RPM_BUILD_ROOT LDCONFIG=/bin/true install-all + +# Scrub the rpath/runpath from all the binaries. +find %{buildroot} -type f -executable ! -iname "*.py" ! -iname "*.sh" | xargs chrpath --delete + +%files +%{_bindir}/* +%dir /usr/share/papi +/usr/share/papi/papi_events.csv +%doc INSTALL.txt README.md LICENSE.txt RELEASENOTES.txt +%doc %{_mandir}/man1/* + +%ldconfig_scriptlets libs + +%files libs +%{_libdir}/*.so.* +%doc INSTALL.txt README.md LICENSE.txt RELEASENOTES.txt + +%files devel +%{_includedir}/*.h +%{_includedir}/*.hpp +%if %{with bundled_libpfm} +%{_includedir}/perfmon/*.h +%endif +%{_libdir}/*.so +%{_libdir}/pkgconfig/papi*.pc +%doc %{_mandir}/man3/* + +%files testsuite +/usr/share/papi/run_tests* +/usr/share/papi/ctests +/usr/share/papi/ftests +/usr/share/papi/validation_tests +/usr/share/papi/components +/usr/share/papi/testlib + +%if %{with_static} +%files static +%{_libdir}/*.a +%endif + +%changelog +* Fri Oct 25 2024 MSVSphere Packaging Team - 7.1.0-5 +- Rebuilt for MSVSphere 10 + +* Mon Jun 24 2024 Troy Dawson - 7.1.0-5 +- Bump release for June 2024 mass rebuild + +* Fri Apr 26 2024 William Cohen - 7.1.0-4 +- Ensure sde library built with proper flags. (RHEL-33515) + +* Thu Jan 25 2024 Fedora Release Engineering - 7.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 7.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Dec 21 2023 William Cohen - 7.1.0-1 +- Rebase to official papi-7.1.0. + +* Mon Dec 18 2023 William Cohen - 7.0.1-7 +- Fix i686 rawhide FTBFS. (rhbz#2254963) + +* Mon Dec 18 2023 Florian Weimer - 7.0.1-6 +- Backport upstream patch, add new patch for autoconf C compatibility + +* Wed Aug 9 2023 William Cohen - 7.0.1-5 +- migrated to SPDX license + +* Thu Jul 20 2023 Fedora Release Engineering - 7.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Mar 28 2023 William Cohen - 7.0.1-3 +- Rebuild with libpfm-4.13.0. + +* Wed Mar 15 2023 William Cohen - 7.0.1-2 +- Bump NVR and rebuild. + +* Tue Mar 14 2023 William Cohen - 7.0.1-1 +- Rebase to official papi-7.0.1. (rhbz#2177906) + +* Thu Jan 19 2023 Fedora Release Engineering - 7.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sun Nov 27 2022 Florian Weimer - 7.0.0-2 +- Port configure script to C99 (#2148723) + +* Wed Nov 16 2022 William Cohen - 7.0.0-1 +- Rebase to official papi-7.0.0. + +* Fri Jul 22 2022 Fedora Release Engineering - 6.0.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 6.0.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Nov 19 2021 William Cohen - 6.0.0-10 +- Correct initialization for stealtime component. + +* Thu Jul 22 2021 Fedora Release Engineering - 6.0.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jun 2 2021 William Cohen - 6.0.0-8 +- Scrub rpaths from all executables. + +* Thu Jan 28 2021 William Cohen - 6.0.0-7 +- By default disable genaration of static libraries. + +* Tue Jan 26 2021 Fedora Release Engineering - 6.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Dec 17 2020 William Cohen - 6.0.0-5 +- Remove iozone source code. (#1901077) + +* Mon Nov 09 2020 William Cohen - 6.0.0-4 +- Add Fujitsu A64FX presets. + +* Tue Jul 28 2020 Fedora Release Engineering - 6.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 01 2020 Jeff Law - 6.0.0-2 +- Disable LTO + +* Wed Mar 04 2020 William Cohen - 6.0.0-1 +- Rebase to official papi-6.0.0. + +* Wed Jan 29 2020 Fedora Release Engineering - 5.7.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 5.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Mar 04 2019 William Cohen - 5.7.0-2 +- Rebase to official papi-5.7.0. + +* Mon Feb 18 2019 William Cohen - 5.7.0-1 +- Rebase to papi-5.7.0. + +* Fri Feb 01 2019 Fedora Release Engineering - 5.6.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jan 7 2019 William Cohen - 5.6.0-9 +- Correct typo in papi-testsuite description. +- Add papi-libs for papi-testsuite and papi-devel. + +* Fri Nov 2 2018 Fedora Release Engineering - 5.6.0-8 +- Pull in patch to avoid division-by-0. + +* Fri Jul 13 2018 Fedora Release Engineering - 5.6.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu May 17 2018 William Cohen - 5.6.0-6 +- Dynamically link utilities and tests to papi libraries. + +* Mon Apr 30 2018 William Cohen - 5.6.0-5 +- Include various LDFLAGS/CFLAGS. + +* Thu Feb 08 2018 Fedora Release Engineering - 5.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 31 2018 William Cohen - 5.6.0-3 +- Bump and rebuild. + +* Thu Dec 21 2017 William Cohen - 5.6.0-2 +- Correct infiniband buildrequires. + +* Thu Dec 21 2017 William Cohen - 5.6.0-1 +- Rebase to papi-5.6.0. + +* Mon Aug 28 2017 Honggang LI - 5.5.1-6 +- Disable RDMA support on ARM32 + +* Thu Aug 03 2017 Fedora Release Engineering - 5.5.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 5.5.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 5.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 2 2017 William Cohen - 5.5.1-2 +- Bump version and rebuild due to new libgfortan.so version. + +* Fri Nov 18 2016 Fedora Release Engineering - 5.5.1-1 +- Rebase to papi-5.5.1. + +* Wed Sep 14 2016 Fedora Release Engineering - 5.5.0-1 +- Rebase to papi-5.5.0. + +* Thu Feb 04 2016 Fedora Release Engineering - 5.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* 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 + +* Fri Mar 6 2015 William Cohen - 5.4.1-2 +- Make sure using libpfm-4.6.0. + +* Tue Mar 3 2015 William Cohen - 5.4.1-1 +- Rebase to papi-5.4.1. + +* Wed Feb 11 2015 William Cohen - 5.4.0-3 +- Bump version and rebuild. + +* Thu Dec 18 2014 William Cohen - 5.4.0-2 +- Split out papi-libs as separate subpackage. (#1172875) + +* 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 + +* Mon Aug 4 2014 William Cohen - 5.3.2-1 +- Rebase to 5.3.2. + +* Fri Jun 06 2014 Fedora Release Engineering - 5.3.0-2.16.ga7f6159 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri Jan 17 2014 Lukas Berk - 5.3.0-1.16.ga7f6159 +- Automated weekly rawhide release + +* Thu Jan 16 2014 William Cohen - 5.3.0-1 +- Rebase to 5.3.0. + +* Tue Jan 14 2014 William Cohen - 5.2.0-5 +- Add presets for Intel Silvermont. + +* Mon Jan 13 2014 William Cohen - 5.2.0-4 +- Add presets for Haswell and Ivy Bridge. + +* Wed Aug 14 2013 William Cohen - 5.2.0-2 +- Enable infiniband and stealtime components. + +* Wed Aug 07 2013 William Cohen - 5.2.0-1 +- Rebase to 5.2.0 + +* Sat Aug 03 2013 Fedora Release Engineering - 5.1.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jul 24 2013 William Cohen - 5.1.1-7 +- rhbz830275 - Add support for POWER8 processor to PAPI + +* Mon Jul 22 2013 William Cohen - 5.1.1-6 +- Add autoconf buildrequires. + +* Mon Jul 22 2013 William Cohen - 5.1.1-5 +- rhbz986673 - /usr/lib64/libpapi.so is unowned +- Package files in /usr/share/papi only once. +- Avoid dependency problem with parallel make of man pages. + +* Fri Jul 19 2013 William Cohen - 5.1.1-4 +- Correct changelog. + +* Fri Jul 5 2013 William Cohen - 5.1.1-3 +- Add man page corrections/updates. + +* Fri Jun 28 2013 William Cohen - 5.1.1-2 +- Add testsuite subpackage. + +* Thu May 30 2013 William Cohen - 5.1.1-1 +- Rebase to 5.1.1 + +* Mon Apr 15 2013 William Cohen - 5.1.0.2-2 +- Fix arm FTBS rhbz 951806. + +* Tue Apr 9 2013 William Cohen - 5.1.0.2-1 +- Rebase to 5.1.0.2 + +* Thu Feb 14 2013 Fedora Release Engineering - 5.0.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Jan 14 2013 William Cohen - 5.0.1-5 +- Add armv7 cortex a15 presets. + +* Tue Dec 04 2012 William Cohen - 5.0.1-4 +- Disable ldconfig on install. + +* Thu Nov 08 2012 William Cohen - 5.0.1-3 +- Avoid duplicated shared library. + +* Wed Oct 03 2012 William Cohen - 5.0.1-2 +- Make sure using compatible version of libpfm. + +* Thu Sep 20 2012 William Cohen - 5.0.1-1 +- Rebase to 5.0.1. + +* Mon Sep 10 2012 William Cohen - 5.0.0-6 +- Back port fixes for Intel Ivy Bridge event presets. + +* Thu Aug 30 2012 William Cohen - 5.0.0-5 +- Fixes to make papi with unbundled libpfm. + +* Mon Aug 27 2012 William Cohen - 5.0.0-2 +- Keep libpfm unbundled. + +* Fri Aug 24 2012 William Cohen - 5.0.0-1 +- Rebase to 5.0.0. + +* Fri Jul 20 2012 Fedora Release Engineering - 4.4.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 William Cohen - 4.4.0-4 +- Use siginfo_t rather than struct siginfo. + +* Mon Jun 11 2012 William Cohen - 4.4.0-3 +- Correct build requires. + +* Mon Jun 11 2012 William Cohen - 4.4.0-2 +- Unbundle libpfm4 from papi. +- Correct description spellings. +- Remove unused test section. + +* Fri Apr 20 2012 William Cohen - 4.4.0-1 +- Rebase to 4.4.0. + +* Fri Mar 9 2012 William Cohen - 4.2.1-2 +- Fix overrun in lmsensor component. (rhbz797692) + +* Tue Feb 14 2012 William Cohen - 4.2.1-1 +- Rebase to 4.2.1. + +* Fri Jan 13 2012 Fedora Release Engineering - 4.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Nov 02 2011 William Cohen - 4.2.0-3 +- Remove unwanted man1/*.c.1 files. (rhbz749725) + +* Mon Oct 31 2011 William Cohen - 4.2.0-2 +- Include appropirate man pages with papi rpm. (rhbz749725) +- Rebase to papi-4.2.0, fixup for coretemp component. (rhbz746851) + +* Thu Oct 27 2011 William Cohen - 4.2.0-1 +- Rebase to papi-4.2.0. + +* Fri Aug 12 2011 William Cohen - 4.1.3-3 +- Provide papi-static. + +* Thu May 12 2011 William Cohen - 4.1.3-2 +- Use corrected papi-4.1.3. + +* Thu May 12 2011 William Cohen - 4.1.3-1 +- Rebase to papi-4.1.3 + +* Tue Feb 08 2011 Fedora Release Engineering - 4.1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jan 24 2011 William Cohen - 4.1.2.1-1 +- Rebase to papi-4.1.2.1 + +* Fri Oct 1 2010 William Cohen - 4.1.1-1 +- Rebase to papi-4.1.1 + +* Tue Jun 22 2010 William Cohen - 4.1.0-1 +- Rebase to papi-4.1.0 + +* Mon May 17 2010 William Cohen - 4.0.0-5 +- Test run with upstream cvs version. + +* Wed Feb 10 2010 William Cohen - 4.0.0-4 +- Resolves: rhbz562935 Rebase to papi-4.0.0 (correct ExcludeArch). + +* Wed Feb 10 2010 William Cohen - 4.0.0-3 +- Resolves: rhbz562935 Rebase to papi-4.0.0 (bump nvr). + +* Wed Feb 10 2010 William Cohen - 4.0.0-2 +- correct the ctests/shlib test +- have PAPI_set_multiplex() return proper value +- properly handle event unit masks +- correct PAPI_name_to_code() to match events +- Resolves: rhbz562935 Rebase to papi-4.0.0 + +* Wed Jan 13 2010 William Cohen - 4.0.0-1 +- Generate papi.spec file for papi-4.0.0.