public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lfortran] epel10: Use zlib for f39 and f38
@ 2026-07-16 14:31 Benson Muite
  0 siblings, 0 replies; only message in thread
From: Benson Muite @ 2026-07-16 14:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/lfortran
Branch : epel10
Commit : 0d58e5e82b1bb11c1451001004d355c565d8217a
Author : Benson Muite <benson_muite@emailplus.org>
Date   : 2024-01-19T12:11:48+03:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/lfortran/c/0d58e5e82b1bb11c1451001004d355c565d8217a?branch=epel10

Log:
Use zlib for f39 and f38

---
diff --git a/lfortran.spec b/lfortran.spec
index 598ec28..7968ed5 100644
--- a/lfortran.spec
+++ b/lfortran.spec
@@ -1,6 +1,6 @@
 Version:        0.30.0
 Name:           lfortran
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A modern Fortran compiler
 
 # Main code is BSD-3-Clause
@@ -29,8 +29,8 @@ BuildRequires: libzstd-static
 BuildRequires: python3-devel
 BuildRequires: rapidjson-devel
 BuildRequires: re2c
-BuildRequires: zlib-ng-compat-devel
-BuildRequires: zlib-ng-compat-static
+BuildRequires: zlib-devel
+BuildRequires: zlib-static
 # Needed for Jupyter kernel
 BuildRequires: cppzmq-devel
 BuildRequires: json-devel
@@ -136,6 +136,9 @@ This package contains the jupyter kernel for %{name}.
 %{_datadir}/jupyter/kernels/fortran/kernel.json
 
 %changelog
+* Fri Jan 19 2024 Benson Muite <benson_muite@emailplus.org> - 0.30.0-5
+- Use zlib for f39 and f38
+
 * Tue Jan 16 2024 Benson Muite <benson_muite@emailplus.org> - 0.30.0-4
 - Use zlib-ng
 - Ensure all directories are owned

^ 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: Use zlib for f39 and f38 Benson Muite

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