public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ocaml-base] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 18:08:25 GMT [thread overview]
Message-ID: <178362050576.1.1718273545246639350.rpms-ocaml-base-d0e6725c7340@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ocaml-base
Branch : rawhide
Commit : d0e6725c734088c25558e0d051ad65d2b96e0f00
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-09T12:08:11-06:00
Stats : +5/-10 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-base/c/d0e6725c734088c25558e0d051ad65d2b96e0f00?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- Use the dune declarative buildsystem
---
diff --git a/ocaml-base.spec b/ocaml-base.spec
index 4efde11..0b8e56b 100644
--- a/ocaml-base.spec
+++ b/ocaml-base.spec
@@ -1,6 +1,3 @@
-# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
-ExcludeArch: %{ix86}
-
# This package is needed to build ppx_jane, but its tests require ppx_jane.
# Break the dependency cycle here.
%bcond test 0
@@ -23,6 +20,10 @@ Patch: %{name}-mathlib.patch
# Do not use the popcount instruction until Fedora moves to x86_64-v2
Patch: %{name}-popcount.patch
+# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
+ExcludeArch: %{ix86}
+
+BuildSystem: dune
BuildRequires: ocaml >= 5.1.0
BuildRequires: ocaml-dune >= 3.11.0
BuildRequires: ocaml-dune-configurator-devel
@@ -60,14 +61,8 @@ developing applications that use %{name}.
%prep
%autosetup -n base-%{version} -p1
-%build
-%dune_build
-
-%install
-%dune_install
-
-%if %{with test}
%check
+%if %{with test}
%dune_check
%endif
reply other threads:[~2026-07-09 18:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178362050576.1.1718273545246639350.rpms-ocaml-base-d0e6725c7340@fedoraproject.org \
--to=loganjerry@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox