public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-cudf] rawhide: OCaml 5.5.0 rebuild
@ 2026-07-09 23:18 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-09 23:18 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ocaml-cudf
            Branch : rawhide
            Commit : 1bdd805b87c45ee89e9be4cd7be37ff2b3b89fb6
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T17:18:41-06:00
            Stats  : +8/-9 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-cudf/c/1bdd805b87c45ee89e9be4cd7be37ff2b3b89fb6?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocaml-cudf.spec b/ocaml-cudf.spec
index a892e8b..ac28f2a 100644
--- a/ocaml-cudf.spec
+++ b/ocaml-cudf.spec
@@ -8,7 +8,7 @@ ExcludeArch: %{ix86}
 
 Name:           ocaml-cudf
 Version:        0.10
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        Format for describing upgrade scenarios
 
 License:        LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception
@@ -16,6 +16,7 @@ URL:            https://www.mancoosi.org/cudf/
 VCS:            git:%{giturl}.git
 Source0:        %{giturl}/-/archive/v%{version}/cudf-v%{version}.tar.gz
 
+BuildSystem:    dune
 BuildRequires:  make
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
@@ -59,20 +60,14 @@ developing applications that use %{name}.
 %prep
 %autosetup -n cudf-v%{version}
 
-%build
-%dune_build
+%build -a
 %make_build -C doc
 
-%install
-%dune_install
-
+%install -a
 # Install the man page for cudf-check.
 mkdir -p %{buildroot}%{_mandir}/man1
 cp -a doc/cudf-check.1* %{buildroot}%{_mandir}/man1
 
-%check
-%dune_check
-
 %files -f .ofiles
 %license COPYING
 %doc README
@@ -82,6 +77,10 @@ cp -a doc/cudf-check.1* %{buildroot}%{_mandir}/man1
 %license COPYING
 
 %changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 0.10-19
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
 * Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 0.10-18
 - OCaml 5.4.1 rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-09 23:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 23:18 [rpms/ocaml-cudf] 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