public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-mew] rawhide: OCaml 5.5.0 rebuild
@ 2026-07-10 15:26 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-10 15:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ocaml-mew
Branch : rawhide
Commit : f4500c6a6d730d4ca09b529ebbd168dc78a4daee
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-10T09:25:51-06:00
Stats : +9/-13 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocaml-mew/c/f4500c6a6d730d4ca09b529ebbd168dc78a4daee?branch=rawhide
Log:
OCaml 5.5.0 rebuild
- Use the dune declarative buildsystem
---
diff --git a/ocaml-mew.spec b/ocaml-mew.spec
index 19cc985..1ddea79 100644
--- a/ocaml-mew.spec
+++ b/ocaml-mew.spec
@@ -1,13 +1,10 @@
-# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
-ExcludeArch: %{ix86}
-
%ifnarch %{ocaml_native_compiler}
%global debug_package %{nil}
%endif
Name: ocaml-mew
Version: 0.1.0
-Release: 36%{?dist}
+Release: 37%{?dist}
Summary: Modal Editing Witch
License: MIT
@@ -17,6 +14,10 @@ Source: %{url}/archive/%{version}/mew-%{version}.tar.gz
# Expose a dependency on the math library so RPM can see it
Patch: %{name}-mathlib.patch
+# OCaml packages not built on i686 since OCaml 5 / Fedora 39.
+ExcludeArch: %{ix86}
+
+BuildSystem: dune
BuildRequires: ocaml >= 4.02.3
BuildRequires: ocaml-dune >= 1.1.0
BuildRequires: ocaml-ppx-expect-devel
@@ -44,15 +45,6 @@ developing applications that use %{name}.
%prep
%autosetup -n mew-%{version} -p1
-%build
-%dune_build
-
-%install
-%dune_install
-
-%check
-%dune_check
-
%files -f .ofiles
%doc CHANGES.md README.md
%license LICENSE
@@ -60,6 +52,10 @@ developing applications that use %{name}.
%files devel -f .ofiles-devel
%changelog
+* Fri Jul 10 2026 Jerry James <loganjerry@gmail.com> - 0.1.0-37
+- OCaml 5.5.0 rebuild
+- Use the dune declarative buildsystem
+
* Sat Feb 21 2026 Richard W.M. Jones <rjones@redhat.com> - 0.1.0-36
- Bump release and rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 15:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 15:26 [rpms/ocaml-mew] 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