diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec index fd436ae..8d09624 100644 --- a/ocaml-fileutils.spec +++ b/ocaml-fileutils.spec @@ -1,10 +1,10 @@ Name: ocaml-fileutils Version: 0.5.2 -Release: 6 +Release: 7 Summary: API to manipulate files (POSIX like) and filenames License: LGPLv2 with exceptions URL: https://github.com/gildor478/ocaml-fileutils -Source0: http://forge.ocamlcore.org/frs/download.php/1695/ocaml-fileutils-0.5.2.tar.gz +Source0: https://download.ocamlcore.org/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz Patch0001: fileutils-0.5.2-fix-bytes.patch @@ -58,5 +58,8 @@ make test %{_libdir}/ocaml/fileutils/*.{a,cmx,cmxa,ml,mli} %changelog +* Tue Nov 22 2022 xu_ping - 0.5.2-7 +- Modify invalid source + * Wed Feb 26 2020 zhouyihang - 0.5.2-6 - Package init