public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lfortran] epel10: Move liblfortran_runtime.so to the right package
@ 2026-07-16 14:31 Christoph Junghans
0 siblings, 0 replies; only message in thread
From: Christoph Junghans @ 2026-07-16 14:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/lfortran
Branch : epel10
Commit : 84dea305016e5ae2263eeb724259d0153141fe13
Author : Christoph Junghans <junghans@votca.org>
Date : 2024-01-31T13:39:26-07:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/lfortran/c/84dea305016e5ae2263eeb724259d0153141fe13?branch=epel10
Log:
Move liblfortran_runtime.so to the right package
---
diff --git a/lfortran.spec b/lfortran.spec
index fff49d9..8e1bb7c 100644
--- a/lfortran.spec
+++ b/lfortran.spec
@@ -1,6 +1,6 @@
Version: 0.33.1
Name: lfortran
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A modern Fortran compiler
# Main code is BSD-3-Clause
@@ -135,10 +135,13 @@ This package contains the jupyter kernel for %{name}.
%ctest
%files
+# liblfortran_runtime.so is in this package as
+# lfortran calls it directly.
%doc README.md
%license LICENSE
%{_bindir}/lfortran
%{_mandir}/man1/lfortran.1.*
+%{_libdir}/liblfortran_runtime.so
%files devel
%dir %{_includedir}/lfortran
@@ -146,7 +149,6 @@ This package contains the jupyter kernel for %{name}.
%{_includedir}/lfortran/impure/lfortran_intrinsics.h
%dir %{_datadir}/lfortran
%{_datadir}/lfortran/*.py
-%{_libdir}/liblfortran_runtime.so
%{_libdir}/lfortran_*.mod
%files static
@@ -162,6 +164,9 @@ This package contains the jupyter kernel for %{name}.
%endif
%changelog
+* Wed Jan 31 2024 Christoph Junghans <junghans@votca.org> - 0.33.1-2
+- Move liblfortran_runtime.so to the right package
+
* Wed Jan 31 2024 Christoph Junghans <junghans@votca.org> - 0.33.1-1
- Version bump to v0.33.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-16 14:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 14:31 [rpms/lfortran] epel10: Move liblfortran_runtime.so to the right package Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox