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-ppx-deriving] rawhide: OCaml 5.5.0 rebuild
Date: Fri, 10 Jul 2026 01:42:38 GMT	[thread overview]
Message-ID: <178364775841.1.816410972611888653.rpms-ocaml-ppx-deriving-14c78ed67d94@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/ocaml-ppx-deriving
            Branch : rawhide
            Commit : 14c78ed67d9447f839318bed43cd9ccaae9b9792
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-07-09T19:41:55-06:00
            Stats  : +6/-12 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/ocaml-ppx-deriving/c/14c78ed67d9447f839318bed43cd9ccaae9b9792?branch=rawhide

            Log:
            OCaml 5.5.0 rebuild

- Version 6.1.2
- Use the dune declarative buildsystem

---
diff --git a/.gitignore b/.gitignore
index 3edeffe..421a3fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /ppx_deriving-*.tar.gz
+/ppx_deriving-*.tbz

diff --git a/ocaml-ppx-deriving.spec b/ocaml-ppx-deriving.spec
index a0e94d7..4c06a96 100644
--- a/ocaml-ppx-deriving.spec
+++ b/ocaml-ppx-deriving.spec
@@ -4,15 +4,16 @@ ExcludeArch: %{ix86}
 %global giturl  https://github.com/ocaml-ppx/ppx_deriving
 
 Name:           ocaml-ppx-deriving
-Version:        6.1.1
+Version:        6.1.2
 Release:        %autorelease
 Summary:        Type-driven code generation for OCaml
 
 License:        MIT
 URL:            https://ocaml-ppx.github.io/ppx_deriving/
 VCS:            git:%{giturl}.git
-Source:         %{giturl}/archive/v%{version}/ppx_deriving-%{version}.tar.gz
+Source:         %{giturl}/releases/download/%{version}/ppx_deriving-%{version}.tbz
 
+BuildSystem:    dune
 BuildRequires:  ocaml >= 4.05.0
 BuildRequires:  ocaml-cppo >= 1.1.0
 BuildRequires:  ocaml-dune >= 1.6.3
@@ -39,12 +40,7 @@ for developing applications that use %{name}.
 %prep
 %autosetup -n ppx_deriving-%{version} -p1
 
-%build
-%dune_build
-
-%install
-%dune_install
-
+%install -a
 # Help the debuginfo generator find the source files
 cd _build/default
 ln -s ../../src/ppx_deriving_main.cppo.ml
@@ -61,9 +57,6 @@ ln -s ../../src_plugins/ord/ppx_deriving_ord.cppo.ml
 ln -s ../../src_plugins/show/ppx_deriving_show.cppo.ml
 cd -
 
-%check
-%dune_check
-
 %files -f .ofiles
 %doc CHANGELOG.md README.md
 %license LICENSE.txt

diff --git a/sources b/sources
index df1e896..0d45d0e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppx_deriving-6.1.1.tar.gz) = f14950904b78cc8146792723445e02ea730749a11bb20734ae6491d0966da9e6d0b85375cb80efae55de3ee2c06cebf23c977880eb9258d095659772e260cc08
+SHA512 (ppx_deriving-6.1.2.tbz) = 68ab402c8d1461d644eceb5804df66eaab445486adbfbab326114e91f301c2c7e2a5290f04d88a0617a836d3890b4f48f1e1d4bf9aee406c5c2f5362753229f1

                 reply	other threads:[~2026-07-10  1:42 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=178364775841.1.816410972611888653.rpms-ocaml-ppx-deriving-14c78ed67d94@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