Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package papi for openSUSE:Factory checked in at 2022-03-08 20:31:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/papi (Old) and /work/SRC/openSUSE:Factory/.papi.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "papi" Tue Mar 8 20:31:43 2022 rev:34 rq:960046 version:6.0.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/papi/papi.changes 2021-02-15 23:17:50.591534073 +0100 +++ /work/SRC/openSUSE:Factory/.papi.new.2349/papi.changes 2022-03-11 11:48:52.518810013 +0100 @@ -1,0 +2,6 @@ +Fri Mar 4 21:14:30 UTC 2022 - Tony Jones <to...@suse.com> + +- Change papi_hl_output_writer.py script to reference Python3 (bsc#1196709) + New patch: python3.patch + +------------------------------------------------------------------- New: ---- python3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ papi.spec ++++++ --- /var/tmp/diff_new_pack.dysrpx/_old 2022-03-11 11:48:53.006810588 +0100 +++ /var/tmp/diff_new_pack.dysrpx/_new 2022-03-11 11:48:53.010810592 +0100 @@ -1,7 +1,7 @@ # -# spec file for package papi +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -72,6 +72,7 @@ URL: http://icl.cs.utk.edu/papi/index.html Source: http://icl.cs.utk.edu/projects/papi/downloads/%{pname}-%{version}.tar.gz Source1: %{pname}-rpmlintrc +Patch1: python3.patch BuildRequires: autoconf >= 2.61 BuildRequires: automake @@ -154,6 +155,7 @@ %prep %setup -q -n %{pname}-%{version} +%autopatch -p1 # Create baselibs.conf dynamically (non-HPC build only). %if %{without hpc} ++++++ python3.patch ++++++ --- papi-6.0.0.1/src/high-level/scripts/papi_hl_output_writer.py.orig 2022-03-04 13:11:39.915443000 -0800 +++ papi-6.0.0.1/src/high-level/scripts/papi_hl_output_writer.py 2022-03-04 13:09:46.986474000 -0800 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from __future__ import division from collections import OrderedDict