From 4ebbeeff3042d297491374388cfe76896a7a3ea7 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Tue, 22 Nov 2022 19:42:55 +0800 Subject: [PATCH] Modify invalid source Signed-off-by: cherry530 (cherry picked from commit 306e040f67817eb26b34cd2728feb73c93e06d31) --- ocaml-calendar.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml-calendar.spec b/ocaml-calendar.spec index a8e5fa8..e4c6968 100644 --- a/ocaml-calendar.spec +++ b/ocaml-calendar.spec @@ -1,10 +1,10 @@ Name: ocaml-calendar Version: 2.04 -Release: 18 +Release: 19 Summary: An Objective Caml library for handling dates and times License: LGPLv2 URL: http://calendar.forge.ocamlcore.org/ -Source0: https://forge.ocamlcore.org/frs/download.php/1481/calendar-2.04.tar.gz +Source0: https://download.ocamlcore.org/calendar/calendar/%{version}/calendar-%{version}.tar.gz Patch0001: calendar-2.03.2-enable-debug.patch @@ -55,5 +55,8 @@ make install %{_libdir}/ocaml/calendar/*.{cmx,mli} %changelog +* Tue Nov 22 2022 xu_ping - 2.04-19 +- Modify invalid source + * Wed Feb 26 2020 zhouyihang - 2.04-18 - Package init