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