public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mfem] f45: 4.10
@ 2026-09-06  0:56 topazus
  0 siblings, 0 replies; only message in thread
From: topazus @ 2026-09-06  0:56 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mfem
Branch : f45
Commit : 8602381e69008477637f4085137acc20fdcc5332
Author : topazus <topazus@outlook.com>
Date   : 2026-09-06T08:55:09+08:00
Stats  : +10/-12 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/mfem/c/8602381e69008477637f4085137acc20fdcc5332?branch=f45

Log:
4.10

---
diff --git a/mfem.spec b/mfem.spec
index d6b3e5b..d8cc461 100644
--- a/mfem.spec
+++ b/mfem.spec
@@ -3,7 +3,7 @@
 %bcond_with check 0
 
 %global forgeurl https://github.com/mfem/mfem
-Version:        4.9
+Version:        4.10
 %global sover   %{version}.0
 %forgemeta
 
@@ -153,11 +153,13 @@ OPTIONS=(
 %install
 %global _vpath_builddir %{_target_platform}
 %cmake_install
+mv -v %{buildroot}%{_prefix}/data %{buildroot}%{_datadir}/mfem
 
 %if %{with openmpi}
 %{_openmpi_load}
 %global _vpath_builddir %{_target_platform}-openmpi
 %cmake_install
+rm -r %{buildroot}%{_prefix}/data
 %{_openmpi_unload}
 %endif
 
@@ -165,6 +167,7 @@ OPTIONS=(
 %{_mpich_load}
 %global _vpath_builddir %{_target_platform}-mpich
 %cmake_install
+rm -r %{buildroot}%{_prefix}/data
 %{_mpich_unload}
 %endif
 
@@ -211,9 +214,7 @@ OPTIONS=(
 %{_includedir}/mfem/mfem/
 %{_libdir}/cmake/mfem/
 %{_libdir}/libmfem.so
-%dir %{_datadir}/mfem
-%{_datadir}/mfem/config.mk
-%{_datadir}/mfem/test.mk
+%{_datadir}/mfem/
 
 %if %{with openmpi}
 %files openmpi
@@ -238,7 +239,7 @@ OPTIONS=(
 %files mpich-devel
 %dir %{_includedir}/mpich-%{_arch}
 %{_includedir}/mpich-%{_arch}/mfem/*.hpp
-%{_includedir}/mpich-%{_arch}/mfem/
+%{_includedir}/mpich-%{_arch}/mfem/mfem/
 %{_libdir}/mpich/lib/cmake/mfem/
 %{_libdir}/mpich/lib/libmfem.so
 %endif

diff --git a/packit.yaml b/packit.yaml
index b962ce2..b8d91b4 100644
--- a/packit.yaml
+++ b/packit.yaml
@@ -1,21 +1,18 @@
 upstream_project_url: https://github.com/mfem/mfem
 upstream_tag_template: v{version}
+create_sync_note: false
 
 jobs:
   - job: pull_from_upstream
     trigger: release
     dist_git_branches:
-      - fedora-rawhide
-
+      fedora-rawhide:
+        fast_forward_merge_into: [fedora-branched]
   - job: koji_build
     trigger: commit
-    allowed_pr_authors: ["packit", "all_admins", "all_committers"]
-    allowed_committers: ["packit", "all_admins", "all_committers"]
     dist_git_branches:
       - fedora-all
-
   - job: bodhi_update
     trigger: commit
-    allowed_builders: ["packit", "all_admins", "all_committers"]
     dist_git_branches:
       - fedora-branched

diff --git a/sources b/sources
index 4299f16..3ad20b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mfem-4.9.tar.gz) = 946477c5e2f43c00f4c3bd3a1beb644c6dd20d855853599dab390f41ea4177b5652815e56ba8b238b89e8b8a314d278b8ac7ab433c4239bc56d40a6ed484c07f
+SHA512 (mfem-4.10.tar.gz) = e47bbedcb6f69d01d20f393e82fa704e1deaca92347bd717288e7d954252e16ef2fe4f3cf9c62510e7e3855956059c88135896f4ce48878c2021135bbde4b063

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

only message in thread, other threads:[~2026-09-06  0:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-06  0:56 [rpms/mfem] f45: 4.10 topazus

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