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-luv] rawhide: OCaml 5.5.0 rebuild
Date: Fri, 10 Jul 2026 02:03:07 GMT	[thread overview]
Message-ID: <178364898791.1.7221255162764968936.rpms-ocaml-luv-938689e5cbeb@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ocaml-luv
            Branch : rawhide
            Commit : 938689e5cbeb52821877388dbc026c114a39ce88
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T20:02:58-06:00
            Stats  : +9/-7 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-luv/c/938689e5cbeb52821877388dbc026c114a39ce88?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocaml-luv.spec b/ocaml-luv.spec
index 78ba8ba..369bba5 100644
--- a/ocaml-luv.spec
+++ b/ocaml-luv.spec
@@ -5,7 +5,7 @@ ExcludeArch: %{ix86}
 
 Name:           ocaml-luv
 Version:        0.5.14
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        OCaml binding to libuv for cross-platform asynchronous I/O
 
 License:        MIT
@@ -13,6 +13,7 @@ URL:            https://aantron.github.io/luv/
 VCS:            git:%{giturl}.git
 Source:         %{giturl}/releases/download/%{version}/luv-%{version}.tar.gz
 
+BuildSystem:    dune
 BuildRequires:  ocaml >= 4.03.0
 BuildRequires:  ocaml-alcotest-devel >= 0.8.1
 BuildRequires:  ocaml-ctypes-devel >= 0.14.0
@@ -43,17 +44,14 @@ files for developing applications that use %{name}.
 # Remove spurious executable bits
 find . -type f -exec chmod 0644 {} +
 
-%build
+%build -p
 export LUV_USE_SYSTEM_LIBUV=yes
-%dune_build
 
-%install
+%install -p
 export LUV_USE_SYSTEM_LIBUV=yes
-%dune_install
 
-%check
+%check -p
 export LUV_USE_SYSTEM_LIBUV=yes
-%dune_check
 
 %files -f .ofiles
 %license LICENSE.md
@@ -62,6 +60,10 @@ export LUV_USE_SYSTEM_LIBUV=yes
 %files devel -f .ofiles-devel
 
 %changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 0.5.14-10
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
 * Tue May 19 2026 Jerry James <loganjerry@gmail.com> - 0.5.14-9
 - Rebuild for ocaml-integers 0.8.0
 

                 reply	other threads:[~2026-07-10  2:03 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=178364898791.1.7221255162764968936.rpms-ocaml-luv-938689e5cbeb@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