From 693ef8d5ff1722aaae35178fe0eb53997c8978f9 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 15 Mar 2023 09:46:53 -0400 Subject: [PATCH] Bump NVR and rebuild. --- papi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/papi.spec b/papi.spec index d5df2aa..2cf74a3 100644 --- a/papi.spec +++ b/papi.spec @@ -11,7 +11,7 @@ Summary: Performance Application Programming Interface Name: papi Version: 7.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Requires: papi-libs = %{version}-%{release} URL: http://icl.cs.utk.edu/papi/ @@ -181,6 +181,9 @@ find %{buildroot} -type f -executable ! -iname "*.py" ! -iname "*.sh" | xargs ch %endif %changelog +* 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)