public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-ppx-deriving] rawhide: OCaml 5.5.0 rebuild
@ 2026-07-10 1:42 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-10 1:42 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 1:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 1:42 [rpms/ocaml-ppx-deriving] 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