From 1a65369c0430eae367a036cdc4b37db7359f1769 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Thu, 10 Nov 2022 10:29:25 +0800 Subject: [PATCH] Change source --- ocaml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index 4ea04f8..6581a71 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -1,10 +1,10 @@ Name: ocaml Version: 4.13.1 -Release: 1 +Release: 2 Summary: OCaml compiler and programming environment License: LGPL-2.1-only URL: http://www.ocaml.org -Source0: https://github.com/ocaml/ocaml/archive/%%{version}.tar.gz +Source0: https://github.com/ocaml/ocaml/archive/%{version}.tar.gz Patch0001: 0001-Don-t-add-rpaths-to-libraries.patch Patch0002: 0002-configure-Allow-user-defined-C-compiler-flags.patch @@ -199,6 +199,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/ocaml/eventlog_metadata %{_mandir}/man3/* %changelog +* Wed Nov 9 2022 liyanan - 4.13.1-2 +- Change source + * Tue Jan 18 2022 yangping - 4.13.1-1 - Update software to 4.13.1 -- Gitee