Upgrade ocaml-extlib to 1.7.8

This commit is contained in:
starlet-dx 2022-04-15 18:39:30 +08:00
parent 954a526fa0
commit 9eca44e8da
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
extlib-1.7.8.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: ocaml-extlib Name: ocaml-extlib
Version: 1.7.5 Version: 1.7.8
Release: 5 Release: 1
Summary: A set of additional useful functions and modules for OCaml Summary: A set of additional useful functions and modules for OCaml
License: LGPLv2+ with exceptions License: LGPLv2+ with exceptions
URL: https://github.com/ygrek/ocaml-extlib URL: https://github.com/ygrek/ocaml-extlib
@ -30,6 +30,7 @@ that use %{name}.
%autosetup -p1 -n extlib-%{version} %autosetup -p1 -n extlib-%{version}
%build %build
# Parallel builds do not work.
unset MAKEFLAGS unset MAKEFLAGS
make build -j1 make build -j1
@ -48,6 +49,9 @@ install -d $OCAMLFIND_DESTDIR/stublibs
%{_libdir}/ocaml/extlib/*.{a,cmx,cmxa,mli} %{_libdir}/ocaml/extlib/*.{a,cmx,cmxa,mli}
%changelog %changelog
* Fri Apr 15 2022 yaoxin <yaoxin30@h-partners.com> - 1.7.8-1
- Upgrade ocaml-extlib to 1.7.8
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.7.5-5 * Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.7.5-5
- DESC: delete -S git from %autosetup, and delete BuildRequires git - DESC: delete -S git from %autosetup, and delete BuildRequires git