rebuilt with ocaml 4.09.0-4mamba [release 1.3-2mamba;Mon Dec 30 2019]
This commit is contained in:
parent
f6c66b4e7d
commit
6639792b92
@ -1,6 +1,6 @@
|
|||||||
Name: ocaml-num
|
Name: ocaml-num
|
||||||
Version: 1.1
|
Version: 1.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Legacy Num Ocaml library for arbitrary-precision integer and rational arithmetic
|
Summary: Legacy Num Ocaml library for arbitrary-precision integer and rational arithmetic
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,6 +14,7 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.09.0-4mamba
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -21,7 +22,7 @@ The legacy Num library for arbitrary-precision integer and rational arithmetic t
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n num-%{version}
|
%setup -q -n num-%{version}
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%make
|
||||||
@ -46,5 +47,14 @@ make OCAMLFIND_DESTDIR="%{buildroot}$(ocamlfind printconf destdir)" findlib-inst
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 30 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-2mamba
|
||||||
|
- rebuilt with ocaml 4.09.0-4mamba
|
||||||
|
|
||||||
|
* Sat Dec 07 2019 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jul 22 2019 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Apr 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
* Sun Apr 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user