From 126770553d9732d3e831cc9b337dc2f4607caf61 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Tue, 22 Nov 2022 19:34:25 +0800 Subject: [PATCH] Modify invalid source Signed-off-by: cherry530 (cherry picked from commit 1303d977c9fe57da05fbca8094b096cc21f6fb38) --- ocaml-fileutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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