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-lambda-term] f44: Version 3.4.1
Date: Mon, 24 Aug 2026 22:50:32 GMT	[thread overview]
Message-ID: <178761183243.1.5656693264273497364.rpms-ocaml-lambda-term-b93a8d74488f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ocaml-lambda-term
            Branch : f44
            Commit : b93a8d74488f24967e3574953ca2b7dcd6b29fea
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-08-24T16:50:19-06:00
            Stats  : +8/-11 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-lambda-term/c/b93a8d74488f24967e3574953ca2b7dcd6b29fea?branch=f44

            Log:
            Version 3.4.1

- Use the dune declarative buildsystem

---
diff --git a/ocaml-lambda-term.spec b/ocaml-lambda-term.spec
index 44cbae6..9e54f8a 100644
--- a/ocaml-lambda-term.spec
+++ b/ocaml-lambda-term.spec
@@ -2,7 +2,7 @@
 ExcludeArch: %{ix86}
 
 Name:           ocaml-lambda-term
-Version:        3.4.0
+Version:        3.4.1
 Release:        1%{?dist}
 Summary:        Terminal manipulation library for OCaml
 
@@ -11,6 +11,7 @@ URL:            https://github.com/ocaml-community/lambda-term
 VCS:            git:%{url}.git
 Source0:        %{url}/archive/%{version}/lambda-term-%{version}.tar.gz
 
+BuildSystem:    dune
 BuildRequires:  ocaml >= 4.08.0
 BuildRequires:  ocaml-dune >= 3.0
 BuildRequires:  ocaml-logs-devel
@@ -49,21 +50,13 @@ developing applications that use %{name}.
 %prep
 %autosetup -n lambda-term-%{version}
 
-%build
-%dune_build
-
-%install
-%dune_install
-
+%install -a
 mkdir -p %{buildroot}%{_datadir}/lambda-term
 mv %{buildroot}%{_datadir}/lambda-term{rc,-inputrc} %{buildroot}%{_datadir}/lambda-term
 sed -e 's,%{_datadir}/lambda-termrc,%{_datadir}/lambda-term,' \
     -e '\,%{_datadir}/lambda-term-inputrc,d' \
     -i .ofiles
 
-%check
-%dune_check
-
 %files -f .ofiles
 %license LICENSE
 %doc CHANGES.md README.md
@@ -72,6 +65,10 @@ sed -e 's,%{_datadir}/lambda-termrc,%{_datadir}/lambda-term,' \
 %license LICENSE
 
 %changelog
+* Mon Aug 24 2026 Jerry James <loganjerry@gmail.com> - 3.4.1-1
+- Version 3.4.1
+- Use the dune declarative buildsystem
+
 * Thu Apr 16 2026 Jerry James <loganjerry@gmail.com> - 3.4.0-1
 - Version 3.4.0
 

diff --git a/sources b/sources
index 05f661f..3713c4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lambda-term-3.4.0.tar.gz) = e3014f90346a1c02846047edf6d9c494de860c1b2de31c6561548221b0723e9cf3790ff9950d7958e68faaa9e44aa210eaf74e92cc119b45dcbc93ade9c14647
+SHA512 (lambda-term-3.4.1.tar.gz) = db56672833bf8c85d64f1b6e6b22bc8d98a4bd1abc00499f5baa5db18f1fe39d3e9c27d60a3ba3227215706055bccc7f160b4e46553c707bf6e14a5b2c419b48

                 reply	other threads:[~2026-08-24 22:50 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=178761183243.1.5656693264273497364.rpms-ocaml-lambda-term-b93a8d74488f@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