From 7be0027c523e4e3261ebf827bab01640d8b4d019 Mon Sep 17 00:00:00 2001 From: xing_xing1992 Date: Thu, 19 Jan 2023 15:11:17 +0800 Subject: [PATCH] Update dependencies --- 0004-Update-dependencies.patch | 32 ++++++++++++++++++++++++++++++++ ocaml.spec | 6 +++++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 0004-Update-dependencies.patch diff --git a/0004-Update-dependencies.patch b/0004-Update-dependencies.patch new file mode 100644 index 0000000..64cf43a --- /dev/null +++ b/0004-Update-dependencies.patch @@ -0,0 +1,32 @@ +From 7087674e08f7331bedeccbd074620b5ca08c9013 Mon Sep 17 00:00:00 2001 +From: Nicolas Chataing +Date: Mon, 5 Jul 2021 12:10:18 +0200 +Subject: [PATCH] Update dependencies + +--- + ocamldoc/.depend | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/ocamldoc/.depend b/ocamldoc/.depend +index 6b3deab14..6dcb177b9 100644 +--- a/ocamldoc/.depend ++++ b/ocamldoc/.depend +@@ -125,6 +125,7 @@ odoc_ast.cmo : \ + odoc_class.cmo \ + ../parsing/location.cmi \ + ../typing/ident.cmi \ ++ ../typing/btype.cmi \ + ../parsing/asttypes.cmi \ + odoc_ast.cmi + odoc_ast.cmx : \ +@@ -147,6 +148,7 @@ odoc_ast.cmx : \ + odoc_class.cmx \ + ../parsing/location.cmx \ + ../typing/ident.cmx \ ++ ../typing/btype.cmx \ + ../parsing/asttypes.cmi \ + odoc_ast.cmi + odoc_ast.cmi : \ +-- +2.39.0.windows.2 + diff --git a/ocaml.spec b/ocaml.spec index 8f840e3..abea4ba 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -13,7 +13,7 @@ Name: ocaml Version: 4.13.1 -Release: 3 +Release: 4 Summary: OCaml compiler and programming environment License: LGPL-2.1-only URL: http://www.ocaml.org @@ -22,6 +22,7 @@ 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 Patch0003: 0003-configure-Remove-incorrect-assumption-about-cross-co.patch +Patch0004: 0004-Update-dependencies.patch BuildRequires: gcc binutils-devel ncurses-devel gdbm-devel gawk perl-interpreter BuildRequires: util-linux chrpath autoconf annobin make @@ -234,6 +235,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/ocaml/eventlog_metadata %{_mandir}/man3/* %changelog +* Thu Jan 19 2023 xingxing - 4.13.1-4 +- Update dependencies + * Sat Dec 24 2022 Wei Chen - 4.13.1-3 - fix bogus date in changelog -- Gitee