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

            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
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 19:23 [rpms/ocaml-parmap] 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