public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-luv] rawhide: OCaml 5.5.0 rebuild
@ 2026-07-10 2:03 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-10 2:03 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 2:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 2:03 [rpms/ocaml-luv] 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