Version 0.14.
This commit is contained in:
parent
5bb5cd6821
commit
2539ee9071
@ -1,13 +1,13 @@
|
|||||||
Name: ocaml-qcheck
|
Name: ocaml-qcheck
|
||||||
Version: 0.13
|
Version: 0.14
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: QuickCheck inspired property-based testing for OCaml
|
Summary: QuickCheck inspired property-based testing for OCaml
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/c-cube/qcheck
|
URL: https://github.com/c-cube/qcheck
|
||||||
Source0: https://github.com/c-cube/qcheck/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/c-cube/qcheck/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml >= 4.03.0
|
||||||
BuildRequires: ocaml-dune
|
BuildRequires: ocaml-dune
|
||||||
BuildRequires: ocaml-odoc
|
BuildRequires: ocaml-odoc
|
||||||
BuildRequires: ocaml-alcotest-devel
|
BuildRequires: ocaml-alcotest-devel
|
||||||
@ -40,10 +40,7 @@ Documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n qcheck-%{version}
|
%autosetup -n qcheck-%{version}
|
||||||
|
|
||||||
# Work around name change in recent ounit versions
|
|
||||||
sed -i 's/oUnit/ounit2/' src/ounit/dune
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -107,6 +104,9 @@ dune runtest --no-buffer --profile release
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 5 2020 Jerry James <loganjerry@gmail.com> - 0.14-1
|
||||||
|
- Version 0.14
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-8
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-8
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ocaml-qcheck-0.13.tar.gz) = eab2f5a4ef79d061c2c708ea481b735f106752b1c7797b61d5d3c11e5003e57c103b0e3260e2797521d4faa6f4d9d6ce343b499d032fd65fd1bba4a94ab996eb
|
SHA512 (ocaml-qcheck-0.14.tar.gz) = 0994d29133f88a97694cf20beb455b0e8c7ab88de777d26fb034eab6e4db0a9cf1f9e931888cb5d87671e55b55bbf6e8e61891dde907b4dc1af4498ff2f29107
|
||||||
|
Loading…
Reference in New Issue
Block a user