From 01ef8c231d9e70fa870706467b22c6f92e669103 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Mon, 21 Nov 2022 16:12:49 +0800 Subject: [PATCH 1/2] Modify invalid source Signed-off-by: cherry530 --- ocaml-ounit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index ed616f0..1c9baa0 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -1,10 +1,10 @@ Name: ocaml-ounit Version: 2.0.8 -Release: 5 +Release: 6 Summary: OUnit is a unit test framework for OCaml License: MIT URL: http://ounit.forge.ocamlcore.org/ -Source0: http://forge.ocamlcore.org/frs/download.php/1749/ounit-%{version}.tar.gz +Source0: https://github.com/gildor478/ounit/archive/2.0.8/ounit-%{version}.tar.gz BuildRequires: ocaml >= 3.10.0 ocaml-findlib-devel ocaml-ocamldoc ocaml-ocamlbuild @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT/usr/local/share/doc %changelog +* Mon Nov 21 2022 xu_ping - 2.0.8-6 +- Modify invalid source + * Tue Feb 25 2020 duyeyu - 2.0.8-5 - Package init From bad2a55ab30de595989d4145fc662296a184d7eb Mon Sep 17 00:00:00 2001 From: cherry530 Date: Tue, 20 Dec 2022 15:10:24 +0800 Subject: [PATCH 2/2] Add BuildRequires make Signed-off-by: cherry530 (cherry picked from commit ef9fbe77429d10e4c2ab09105dd440fc7bd7c7db) --- ocaml-ounit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index 1c9baa0..3debb67 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -1,12 +1,13 @@ Name: ocaml-ounit Version: 2.0.8 -Release: 6 +Release: 7 Summary: OUnit is a unit test framework for OCaml License: MIT URL: http://ounit.forge.ocamlcore.org/ Source0: https://github.com/gildor478/ounit/archive/2.0.8/ounit-%{version}.tar.gz BuildRequires: ocaml >= 3.10.0 ocaml-findlib-devel ocaml-ocamldoc ocaml-ocamlbuild +BuildRequires: make %description OUnit is a unit test framework for OCaml. It allows one to easily create unit-tests for OCaml code. @@ -51,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT/usr/local/share/doc %changelog +* Tue Dec 20 2022 xu_ping - 2.0.8-7 +- Add buildrequires make + * Mon Nov 21 2022 xu_ping - 2.0.8-6 - Modify invalid source