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-zmq] rawhide: OCaml 5.5.0 rebuild
Date: Fri, 10 Jul 2026 01:45:36 GMT	[thread overview]
Message-ID: <178364793606.1.10685332804173444594.rpms-ocaml-zmq-4c9aa3f90660@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-07-10  1:45 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=178364793606.1.10685332804173444594.rpms-ocaml-zmq-4c9aa3f90660@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