Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package papi for openSUSE:Factory checked in at 2025-04-22 17:30:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/papi (Old) and /work/SRC/openSUSE:Factory/.papi.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "papi" Tue Apr 22 17:30:07 2025 rev:38 rq:1271569 version:7.2.0b2 Changes: -------- --- /work/SRC/openSUSE:Factory/papi/papi.changes 2025-04-03 16:47:37.649187585 +0200 +++ /work/SRC/openSUSE:Factory/.papi.new.30101/papi.changes 2025-04-22 17:30:39.841082184 +0200 @@ -1,0 +2,26 @@ +Mon Apr 21 18:56:16 UTC 2025 - Eyad Issa <[email protected]> + +- Remove BuildRoot directive +- Remove python3.patch and replaced with build time sed +- Initial support for RISC-V architecture + +- Update to version 7.2.0b2: + * This release introduces improvements to the rocp_sdk component, + which supports AMD GPUs/APUs through the ROCprofiler-SDK + interface, currently still under development and testing. + * The release also includes general improvements to the PAPI + code, enhancing both design and functionality, as well as + various bug fixes. + +- Update to version 7.2.0b1: + * Basic support for the RISC-V architecture (no events yet) + * This release introduces a new component, rocp_sdk, which + supports AMD GPUs/APUs through the ROCprofiler-SDK interface, + currently still under development and testing. + * The release also includes general improvements to the PAPI + code, enhancing both design and functionality, as well as + various bug fixes. + * Full changelog at + https://github.com/icl-utk-edu/papi/releases/tag/papi-7-2-0b1-t + +------------------------------------------------------------------- @@ -919,3 +944,0 @@ - - - Old: ---- papi-7.1.0.tar.gz python3.patch New: ---- papi-7.2.0b2.tar.gz BETA DEBUG BEGIN: Old:- Remove BuildRoot directive - Remove python3.patch and replaced with build time sed - Initial support for RISC-V architecture BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ papi.spec ++++++ --- /var/tmp/diff_new_pack.CJrqJ2/_old 2025-04-22 17:30:41.441149396 +0200 +++ /var/tmp/diff_new_pack.CJrqJ2/_new 2025-04-22 17:30:41.445149564 +0200 @@ -17,7 +17,7 @@ Name: papi -Version: 7.1.0 +Version: 7.2.0b2 Release: 0 Summary: Performance Application Programming Interface License: BSD-3-Clause @@ -25,7 +25,6 @@ URL: http://icl.cs.utk.edu/papi/index.html Source: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc -Patch1: python3.patch BuildRequires: autoconf >= 2.61 BuildRequires: automake @@ -37,7 +36,6 @@ BuildRequires: linux-kernel-headers BuildRequires: ncurses-devel BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build #PAPI doesn't support the s390 architecture ExcludeArch: s390 s390x %ifarch %ix86 x86_64 ia64 @@ -94,7 +92,6 @@ %prep %setup -q -n %{name}-%{version} -%autopatch -p1 # Create baselibs.conf dynamically cat > %{_sourcedir}/baselibs.conf <<EOF @@ -118,6 +115,9 @@ make DOCDIR=%{_defaultdocdir}/%{name} %{?_smp_mflags} +# Remove env usage from shebangs on every *.py file +find . -name "*.py" -exec sed -i 's"#!/usr/bin/env python3"#!/usr/bin/python3"g' {} + + %install # for some reason this isn't being created by install before cp of # papi_hl_output_writer.py occurs, which results in %{_bindir} as regular file @@ -133,6 +133,7 @@ /sbin/ldconfig %files +%license LICENSE.txt %defattr(-,root,root) %{_bindir}/papi_clockres %{_bindir}/papi_command_line @@ -150,7 +151,7 @@ %{_bindir}/papi_hl_output_writer.py %{_datadir}/%{name} %{_bindir}/papi_avail -%doc ChangeLog*.txt LICENSE.txt README.md RELEASENOTES.txt +%doc ChangeLog*.txt README.md RELEASENOTES.txt %files devel %defattr(-,root,root) ++++++ papi-7.1.0.tar.gz -> papi-7.2.0b2.tar.gz ++++++ ++++ 363900 lines of diff (skipped)
