public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dave Love <loveshack@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/opari2] epel9: - Update to 2.0.9
Date: Wed, 12 Aug 2026 14:01:30 GMT	[thread overview]
Message-ID: <178654329087.1.10746350050937803061.rpms-opari2-f1e4d1b07636@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/opari2
Branch : epel9
Commit : f1e4d1b07636d909aa23cb517b6fc9cd0181e218
Author : Dave Love <loveshack@fedoraproject.org>
Date   : 2025-04-01T12:36:15+00:00
Stats  : +13/-12 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/opari2/c/f1e4d1b07636d909aa23cb517b6fc9cd0181e218?branch=epel9

Log:
- Update to 2.0.9

---
diff --git a/.gitignore b/.gitignore
index 048b78a..e568af9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /opari2-2.0.6.tar.gz
 /opari2-2.0.7.tar.gz
 /opari2-2.0.8.tar.gz
+/opari2-2.0.9.tar.gz

diff --git a/opari2.spec b/opari2.spec
index 9aa1720..291620f 100644
--- a/opari2.spec
+++ b/opari2.spec
@@ -1,12 +1,11 @@
 Name:           opari2
-Version:        2.0.8
-Release:        3%{?dist}
+Version:        2.0.9
+Release:        1%{?dist}
 Summary:        An OpenMP runtime performance measurement instrumenter
 
 License:        BSD-3-Clause
 URL:            https://www.vi-hps.org/projects/score-p/
-Source0:        http://perftools.pages.jsc.fz-juelich.de/cicd/opari2/tags/%{name}-%{version}/%{name}-%{version}.tar.gz
-
+Source0:        https://perftools.pages.jsc.fz-juelich.de/cicd/opari2/tags/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires: make
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-gfortran
@@ -29,10 +28,11 @@ instrumentation of OpenMP 3.0 tied tasks.
 
 %build
 # I don't immediately see why using %%configure broke the check target
-# in 2.0.7, which worked before.
-./configure --disable-silent-rules --with-platform=linux --prefix=%_prefix \
-            CFLAGS="%build_cflags" CXXFLAGS="%build_cxxflags" \
-            LDFLAGS="%build_ldflags" FCFLAGS="%build_fcflags"
+# in 2.0.7, which worked before.  configure fails if we don't pass the
+# flags as args, rather than in the environment.
+./configure --disable-silent-rules --prefix=%_prefix \
+	    CFLAGS="%build_cflags" CXXFLAGS="%build_cxxflags" \
+	    LDFLAGS="%build_ldflags" FCFLAGS="%build_fcflags"
 %make_build
 
 
@@ -59,6 +59,9 @@ make check || ( cat */test-suite.log && exit 1 )
 
 
 %changelog
+* Tue Apr  1 2025 Dave Love <loveshack@fedoraproject.org> - 2.0.9-1
+- Update to 2.0.9
+
 * Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
 

diff --git a/sources b/sources
index 775ad1f..d3b0a7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (opari2-2.0.8.tar.gz) = 46ba15e53eb3d7b35cf8bb27f56f9528e063ff79ba3ba1f6bda8ebe702108480168af89d61d9a14595135360366ebb863d518d01305218adaf0f9bbdb2c1f376
+SHA512 (opari2-2.0.9.tar.gz) = ea4202b39d97c36b8b24f02eadfd389cf2af4069c418454c02199cafaf84b6ea60c5575e4fa303384d181d1bef0d50b548b90a6eb0d6f85ad6357f7000bd9bf7

diff --git a/.gitignore b/.gitignore
index ed2dac5..e568af9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,8 +9,5 @@
 /opari2-2.0.5.tar.gz
 /opari2-2.0.6.tar.gz
 /opari2-2.0.7.tar.gz
-<<<<<<< Updated upstream
-=======
 /opari2-2.0.8.tar.gz
 /opari2-2.0.9.tar.gz
->>>>>>> Stashed changes

                 reply	other threads:[~2026-08-12 14:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178654329087.1.10746350050937803061.rpms-opari2-f1e4d1b07636@fedoraproject.org \
    --to=loveshack@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox