public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-mlmpfr] rawhide: OCaml 5.5.0 rebuild
@ 2026-07-09 17:00 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-09 17:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ocaml-mlmpfr
Branch : rawhide
Commit : 8699ac6ce03beb8eeeafb65d8a9a40a8f15d9ea3
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-09T11:00:36-06:00
Stats : +7/-11 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-mlmpfr/c/8699ac6ce03beb8eeeafb65d8a9a40a8f15d9ea3?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- Use the dune declarative buildsystem
---
diff --git a/ocaml-mlmpfr.spec b/ocaml-mlmpfr.spec
index 9d3f4d2..fd4a514 100644
--- a/ocaml-mlmpfr.spec
+++ b/ocaml-mlmpfr.spec
@@ -8,7 +8,7 @@ ExcludeArch: %{ix86}
Name: ocaml-mlmpfr
Version: 4.2.1
-Release: 13%{?dist}%{?bugfix:.%{bugfix}}
+Release: 14%{?dist}%{?bugfix:.%{bugfix}}
Summary: OCaml bindings for MPFR
# FIXME: the individual files say LGPL-3.0-or-later, but opam says this:
@@ -22,6 +22,7 @@ Patch: %{name}-internals.patch
# https://github.com/thvnx/mlmpfr/commit/1e0c151ec39898dcb12d5b2cdc8184e7669f02a3
Patch: %{name}-dune.patch
+BuildSystem: dune
BuildRequires: ocaml >= 4.04
BuildRequires: ocaml-dune >= 2.9
BuildRequires: ocaml-dune-configurator-devel
@@ -42,7 +43,7 @@ developing applications that use %{name}.
%prep
%autosetup -n mlmpfr-mlmpfr.%{version} -p1
-%build
+%build -p
# Make sure this version is compatible with our mpfr version
cd utils
gcc %{build_cflags} %{build_ldflags} mlmpfr_compatibility_test.c \
@@ -50,15 +51,6 @@ gcc %{build_cflags} %{build_ldflags} mlmpfr_compatibility_test.c \
./mlmpfr_compatibility_test
cd -
-# Build the binary artifacts and documentation
-%dune_build
-
-%install
-%dune_install
-
-%check
-%dune_check
-
%files -f .ofiles
%doc README.md
%license LICENSE
@@ -66,6 +58,10 @@ cd -
%files devel -f .ofiles-devel
%changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 4.2.1-14
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 4.2.1-13
- OCaml 5.4.1 rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-09 17:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 17:00 [rpms/ocaml-mlmpfr] 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