public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-lacaml] rawhide: OCaml 5.5.0 rebuild
@ 2026-07-09 16:48 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-09 16:48 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ocaml-lacaml
            Branch : rawhide
            Commit : 692c6b051c0e0dfd0cf57e2e5080ff74d9925b64
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T10:48:06-06:00
            Stats  : +11/-8 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-lacaml/c/692c6b051c0e0dfd0cf57e2e5080ff74d9925b64?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem
- Update __ocaml_requires_opts for OCaml 5.5.0

---
diff --git a/ocaml-lacaml.spec b/ocaml-lacaml.spec
index 36be6d6..c49eb59 100644
--- a/ocaml-lacaml.spec
+++ b/ocaml-lacaml.spec
@@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
 
 Name:           ocaml-lacaml
 Version:        11.1.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        BLAS/LAPACK-interface for OCaml
 
 License:        LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
@@ -11,13 +11,14 @@ URL:            https://github.com/mmottl/lacaml
 VCS:            git:%{url}.git
 Source0:        %{url}/releases/download/%{version}/lacaml-%{version}.tbz
 
+BuildSystem:    dune
 BuildRequires:  ocaml >= 4.08
 BuildRequires:  ocaml-dune >= 2.7
 BuildRequires:  ocaml-dune-configurator-devel
 BuildRequires:  pkgconfig(flexiblas)
 
 # Do not require ocaml-compiler-libs at runtime
-%global __ocaml_requires_opts -i Asttypes -i Build_path_prefix_map -i Cmi_format -i Env -i Format_doc -i Ident -i Identifiable -i Load_path -i Location -i Longident -i Misc -i Oprint -i Outcometree -i Parsetree -i Path -i Primitive -i Shape -i Subst -i Toploop -i Type_immediacy -i Types -i Unit_info -i Warnings
+%global __ocaml_requires_opts -i Asttypes -i Build_path_prefix_map -i Cmi_format -i Data_types -i Env -i Format_doc -i Ident -i Identifiable -i Load_path -i Location -i Longident -i Misc -i Oprint -i Outcometree -i Parsetree -i Path -i Primitive -i Shape -i Subst -i Toploop -i Type_immediacy -i Types -i Unit_info -i Warnings
 
 
 %description
@@ -43,19 +44,16 @@ developing applications that use %{name}.
 %autosetup -n lacaml-%{version}
 
 
-%build
+%build -p
 export LACAML_LIBS=-lflexiblas
-%dune_build
 
 
-%install
+%install -p
 export LACAML_LIBS=-lflexiblas
-%dune_install
 
 
-%check
+%check -p
 export LACAML_LIBS=-lflexiblas
-%dune_check
 
 
 %files -f .ofiles
@@ -69,6 +67,11 @@ export LACAML_LIBS=-lflexiblas
 
 
 %changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 11.1.1-8
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+- Update __ocaml_requires_opts for OCaml 5.5.0
+
 * Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 11.1.1-7
 - OCaml 5.4.1 rebuild
 

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

only message in thread, other threads:[~2026-07-09 16:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 16:48 [rpms/ocaml-lacaml] rawhide: OCaml 5.5.0 rebuild Jerry James

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