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

            A new commit has been pushed.

            Repo   : rpms/ocaml-gsl
            Branch : rawhide
            Commit : 2aac2b62ea53abb314785784f69b8ecc5f85b330
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T10:33:54-06:00
            Stats  : +9/-7 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-gsl/c/2aac2b62ea53abb314785784f69b8ecc5f85b330?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem

---
diff --git a/ocaml-gsl.spec b/ocaml-gsl.spec
index 38ca023..0130624 100644
--- a/ocaml-gsl.spec
+++ b/ocaml-gsl.spec
@@ -1,6 +1,6 @@
 Name:           ocaml-gsl
 Version:        1.25.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Interface to GSL (GNU scientific library) for OCaml
 License:        GPL-3.0-or-later
 
@@ -17,6 +17,7 @@ URL:            https://github.com/mmottl/gsl-ocaml
 VCS:            git:%{url}.git
 Source0:        %{url}/releases/download/%{version}/gsl-%{version}.tbz
 
+BuildSystem:    dune
 BuildRequires:  ocaml >= 4.12
 BuildRequires:  ocaml-dune >= 2.7
 BuildRequires:  ocaml-dune-configurator-devel
@@ -44,19 +45,16 @@ developing applications that use %{name}.
 %autosetup -n gsl-%{version} -p1
 
 
-%build
+%build -p
 export GSL_CBLAS_LIB="-lflexiblas"
-%dune_build
 
 
-%install
+%install -p
 export GSL_CBLAS_LIB="-lflexiblas"
-%dune_install
 
 
-%check
+%check -p
 export GSL_CBLAS_LIB="-lflexiblas"
-%dune_check
 
 
 %files -f .ofiles
@@ -70,6 +68,10 @@ export GSL_CBLAS_LIB="-lflexiblas"
 
 
 %changelog
+* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 1.25.1-9
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
 * Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 1.25.1-8
 - OCaml 5.4.1 rebuild
 

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

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

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