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-parmap] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 19:23:28 GMT	[thread overview]
Message-ID: <178362500846.1.5962469752457607588.rpms-ocaml-parmap-ade8050f6320@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ocaml-parmap
            Branch : rawhide
            Commit : ade8050f6320e68e8da2d76d27bfcf20291b4d17
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T13:23:15-06:00
            Stats  : +8/-9 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-parmap/c/ade8050f6320e68e8da2d76d27bfcf20291b4d17?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocaml-parmap.spec b/ocaml-parmap.spec
index e0f630f..62f72fb 100644
--- a/ocaml-parmap.spec
+++ b/ocaml-parmap.spec
@@ -5,7 +5,7 @@ ExcludeArch: %{ix86}
 
 Name:           ocaml-parmap
 Version:        1.2.5
-Release:        21%{?dist}
+Release:        22%{?dist}
 Summary:        OCaml library for exploiting multicore architectures
 
 License:        LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception
@@ -13,6 +13,7 @@ URL:            https://rdicosmo.github.io/parmap/
 VCS:            git:%{giturl}.git
 Source:         %{giturl}/archive/%{version}/parmap-%{version}.tar.gz
 
+BuildSystem:    dune
 BuildRequires:  ocaml >= 4.03.0
 BuildRequires:  ocaml-dune >= 2.7
 BuildRequires:  ocaml-dune-configurator-devel
@@ -37,15 +38,9 @@ developing applications that use %{name}.
 %prep
 %autosetup -n parmap-%{version}
 
-%build
-%dune_build
-
-%install
-%dune_install
-
-%ifarch %{ocaml_native_compiler}
-# The tests take a really, really long time on bytecode-only systems
 %check
+# The tests take a really, really long time on bytecode-only systems
+%ifarch %{ocaml_native_compiler}
 %dune_check
 %endif
 
@@ -56,6 +51,10 @@ developing applications that use %{name}.
 %files devel -f .ofiles-devel
 
 %changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 1.2.5-22
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
 * Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 1.2.5-21
 - OCaml 5.4.1 rebuild
 

                 reply	other threads:[~2026-07-09 19:23 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=178362500846.1.5962469752457607588.rpms-ocaml-parmap-ade8050f6320@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