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

            A new commit has been pushed.

            Repo   : rpms/ocaml-expat
            Branch : rawhide
            Commit : d49271c224fc3f3d67b6aaa03f1d29f56013f789
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T17:38:02-06:00
            Stats  : +12/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-expat/c/d49271c224fc3f3d67b6aaa03f1d29f56013f789?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Use the dune declarative buildsystem
- Add a %check script

---
diff --git a/ocaml-expat.spec b/ocaml-expat.spec
index 85babd5..597a968 100644
--- a/ocaml-expat.spec
+++ b/ocaml-expat.spec
@@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
 
 Name:           ocaml-expat
 Version:        1.3.0
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        OCaml wrapper for the Expat XML parsing library
 License:        MIT
 
@@ -14,7 +14,6 @@ Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  make
 BuildRequires:  ocaml
 BuildRequires:  ocaml-findlib
-BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-ounit-devel
 BuildRequires:  ocaml-rpm-macros
 BuildRequires:  pkgconfig(expat)
@@ -67,6 +66,13 @@ mkdir -p $OCAMLFIND_DESTDIR/stublibs
 %ocaml_files
 
 
+%check
+make test
+%ifarch %{ocaml_native_compiler}
+make testopt
+%endif
+
+
 %files -f .ofiles
 %doc README changelog
 %license LICENCE
@@ -78,6 +84,10 @@ mkdir -p $OCAMLFIND_DESTDIR/stublibs
 
 
 %changelog
+* Wed Jul 08 2026 Jerry James <loganjerry@gmail.com> - 1.3.0-19
+- OCaml 5.5.0 rebuild
+- Add a %%check script
+
 * Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 1.3.0-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:38 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:38 [rpms/ocaml-expat] 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