public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opari2] epel9: - Update to 2.0.9
@ 2026-08-12 14:01 Dave Love
  0 siblings, 0 replies; only message in thread
From: Dave Love @ 2026-08-12 14:01 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-12 14:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 14:01 [rpms/opari2] epel9: - Update to 2.0.9 Dave Love

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox