diff --git a/extlib-1.7.5.tar.gz b/extlib-1.7.5.tar.gz deleted file mode 100644 index 8e0b595..0000000 Binary files a/extlib-1.7.5.tar.gz and /dev/null differ diff --git a/extlib-1.7.8.tar.gz b/extlib-1.7.8.tar.gz new file mode 100644 index 0000000..1c865a9 Binary files /dev/null and b/extlib-1.7.8.tar.gz differ diff --git a/ocaml-extlib.spec b/ocaml-extlib.spec index c4308bf..baa0b57 100644 --- a/ocaml-extlib.spec +++ b/ocaml-extlib.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: ocaml-extlib -Version: 1.7.5 -Release: 4 +Version: 1.7.8 +Release: 1 Summary: A set of additional useful functions and modules for OCaml License: LGPLv2+ with exceptions URL: https://github.com/ygrek/ocaml-extlib @@ -48,5 +48,8 @@ install -d $OCAMLFIND_DESTDIR/stublibs %{_libdir}/ocaml/extlib/*.{a,cmx,cmxa,mli} %changelog +* Thu Jan 20 2022 xu_ping - 1.7.8-1 +- Upgrade 1.7.8 + * Wed Feb 26 2020 zhouyihang - 1.7.5-4 - Package init