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-csv] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 22:58:39 GMT	[thread overview]
Message-ID: <178363791904.1.17844065779690114299.rpms-ocaml-csv-7c588168f78b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ocaml-csv
            Branch : rawhide
            Commit : 7c588168f78b880addcc20745c19b9d2c3de2f08
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T16:58:28-06:00
            Stats  : +12/-10 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-csv/c/7c588168f78b880addcc20745c19b9d2c3de2f08?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocaml-csv.spec b/ocaml-csv.spec
index 5a0dbf8..bf09f6c 100644
--- a/ocaml-csv.spec
+++ b/ocaml-csv.spec
@@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
 
 Name:           ocaml-csv
 Version:        2.4
-Release:        31%{?dist}
+Release:        32%{?dist}
 Summary:        OCaml library for reading and writing CSV files
 License:        LGPL-2.1-only WITH OCaml-LGPL-linking-exception
 
@@ -13,6 +13,12 @@ Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
 # Remove references to a bytes library for OCaml 5.0 support
 Patch0:         %{name}-bytes.patch
 
+BuildSystem:    dune
+# _smp_mflags breaks the build for some reason.
+# https://github.com/Chris00/ocaml-csv/issues/34
+BuildOption(build): -j1
+BuildOption(install): -s
+
 BuildRequires:  ocaml >= 4.03.0
 BuildRequires:  ocaml-dune
 BuildRequires:  ocaml-uutf-devel
@@ -63,15 +69,7 @@ developing applications that use LWT with %{name}.
 %autosetup -p1
 
 
-%build
-# _smp_mflags breaks the build for some reason.
-# https://github.com/Chris00/ocaml-csv/issues/34
-%dune_build -j1
-
-
-%install
-%dune_install -s
-
+%install -a
 # Remove the csvtool META file and opam project
 rm -r %{buildroot}%{ocamldir}/csvtool
 
@@ -92,6 +90,10 @@ rm -r %{buildroot}%{ocamldir}/csvtool
 
 
 %changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 2.4-32
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
 * Thu Apr 16 2026 Jerry James <loganjerry@gmail.com> - 2.4-31
 - Rebuild for ocaml-lwt 6.1.0
 

                 reply	other threads:[~2026-07-09 22:58 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=178363791904.1.17844065779690114299.rpms-ocaml-csv-7c588168f78b@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