public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ocaml-expat] rawhide: OCaml 5.5.0 rebuild
Date: Thu, 09 Jul 2026 23:38:20 GMT	[thread overview]
Message-ID: <178364030065.1.17015416840843510096.rpms-ocaml-expat-d49271c224fc@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-07-09 23:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178364030065.1.17015416840843510096.rpms-ocaml-expat-d49271c224fc@fedoraproject.org \
    --to=loganjerry@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox