## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Bump Name: ocaml-stdlib-random Version: 1.2.0 Release: %autorelease Summary: Versioned Random module from the OCaml standard library License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception URL: https://github.com/ocaml/stdlib-random VCS: git:%{url}.git Source: %{url}/archive/%{version}/stdlib-random-%{version}.tar.gz # OCaml packages not built on i686 since OCaml 5 / Fedora 39. ExcludeArch: %{ix86} BuildRequires: ocaml >= 4.08.0 BuildRequires: ocaml-cppo >= 1.1.0 BuildRequires: ocaml-dune >= 2.7 %description The stdlib-random package provides a stable and compiler-independent implementation of all the PRNGs used in the Random module. Those PRNGs are available in the various libraries: - stdlib-random.v3: OCaml 3.07 to 3.11 PRNG - stdlib-random.v4: OCaml 3.12 to 4.14 PRNG - stdlib-random.v5: current OCaml 5.0 PRNG - stdlib-random.v5o: pure OCaml version of the OCaml 5 PRNG All those libraries can be used together and the signature of their Random$n module has been extended to the latest signature whenever possible. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and signature files for developing applications that use %{name}. %prep %autosetup -n stdlib-random-%{version} %build %dune_build %install %dune_install %check %dune_check %files -f .ofiles %doc Changelog.md README.md %license LICENSE %files devel -f .ofiles-devel %changelog ## START: Generated by rpmautospec * Tue Dec 10 2024 Jerry James - 1.2.0-6 - Uncommitted changes * Thu Jul 18 2024 Fedora Release Engineering - 1.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 17 2024 Jerry James - 1.2.0-4 - Add VCS field * Wed Jun 19 2024 Richard W.M. Jones - 1.2.0-3 - OCaml 5.2.0 ppc64le fix * Wed May 29 2024 Richard W.M. Jones - 1.2.0-2 - OCaml 5.2.0 for Fedora 41 * Sat Mar 30 2024 Jerry James - 1.2.0-1 - Version 1.2.0 * Thu Jan 25 2024 Fedora Release Engineering - 1.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Richard W.M. Jones - 1.1.0-3 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones - 1.1.0-2 - OCaml 5.1.1 rebuild for Fedora 40 * Wed Nov 22 2023 Jerry James - 1.1.0-1 - Initial RPM (rhbz#2242905) ## END: Generated by rpmautospec