public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-zmq] rawhide: OCaml 5.5.0 rebuild
@ 2026-07-10 1:45 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-10 1:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ocaml-zmq
Branch : rawhide
Commit : 4c9aa3f9066059c4a161226d92a8eb019041fe2c
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-09T19:45:22-06:00
Stats : +9/-10 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-zmq/c/4c9aa3f9066059c4a161226d92a8eb019041fe2c?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- Use the dune declarative buildsystem
---
diff --git a/ocaml-zmq.spec b/ocaml-zmq.spec
index 5d7fedd..e7722f5 100644
--- a/ocaml-zmq.spec
+++ b/ocaml-zmq.spec
@@ -5,7 +5,7 @@ ExcludeArch: %{ix86}
Name: ocaml-zmq
Version: 5.3.0
-Release: 13%{?dist}
+Release: 14%{?dist}
Summary: ZeroMQ bindings for OCaml
License: MIT
@@ -13,6 +13,9 @@ URL: https://issuuarchive.github.io/ocaml-zmq/
VCS: git:%{giturl}.git
Source: %{giturl}/releases/download/%{version}/zmq-%{version}.tbz
+BuildSystem: dune
+BuildOption(install): -s
+
BuildRequires: ocaml >= 4.04.1
BuildRequires: ocaml-dune >= 2.7
BuildRequires: ocaml-dune-configurator-devel
@@ -65,21 +68,13 @@ rm -fr zmq-eio*
# https://github.com/issuu/ocaml-zmq/issues/128
sed -i 's/sleep 10/&00/' zmq/test/zmq_test.ml
-%build
-%dune_build
-
-%install
-%dune_install -s
-
+%install -a
# We don't want a fake zmq-async install
rm -fr %{buildroot}%{ocamldir}/zmq-async
# We don't want a fake zmq-eio install
rm -fr %{buildroot}%{ocamldir}/zmq-eio
-%check
-%dune_check
-
%files -f .ofiles-zmq
%doc CHANGES.md README.md
%license LICENSE.md
@@ -91,6 +86,10 @@ rm -fr %{buildroot}%{ocamldir}/zmq-eio
%files lwt-devel -f .ofiles-zmq-lwt-devel
%changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 5.3.0-14
+- OCaml 5.5.0
+- Use the dune declarative buildsystem
+
* Thu Apr 16 2026 Jerry James <loganjerry@gmail.com> - 5.3.0-13
- Rebuild for ocaml-lwt 6.1.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 1:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 1:45 [rpms/ocaml-zmq] 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