Upgrade version to 4.14.0
Signed-off-by: cherry530 <xuping33@huawei.com> Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
parent
913b224b52
commit
cdda83773e
@ -1,32 +0,0 @@
|
|||||||
From 7087674e08f7331bedeccbd074620b5ca08c9013 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Nicolas Chataing <nicolas.chataing@gmail.com>
|
|
||||||
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
|
|
||||||
|
|
||||||
BIN
4.13.1.tar.gz
BIN
4.13.1.tar.gz
Binary file not shown.
BIN
ocaml-4.14.0.tar.gz
Normal file
BIN
ocaml-4.14.0.tar.gz
Normal file
Binary file not shown.
13
ocaml.spec
13
ocaml.spec
@ -12,17 +12,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml
|
Name: ocaml
|
||||||
Version: 4.13.1
|
Version: 4.14.0
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: OCaml compiler and programming environment
|
Summary: OCaml compiler and programming environment
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
URL: http://www.ocaml.org
|
URL: http://www.ocaml.org
|
||||||
Source0: https://github.com/ocaml/ocaml/archive/%%{version}.tar.gz
|
Source0: https://github.com/ocaml/ocaml/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0001: 0001-Don-t-add-rpaths-to-libraries.patch
|
Patch0001: 0001-Don-t-add-rpaths-to-libraries.patch
|
||||||
Patch0002: 0002-configure-Allow-user-defined-C-compiler-flags.patch
|
Patch0002: 0002-configure-Allow-user-defined-C-compiler-flags.patch
|
||||||
Patch0003: 0003-configure-Remove-incorrect-assumption-about-cross-co.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: gcc binutils-devel ncurses-devel gdbm-devel gawk perl-interpreter
|
||||||
BuildRequires: util-linux chrpath autoconf annobin make
|
BuildRequires: util-linux chrpath autoconf annobin make
|
||||||
@ -161,7 +160,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/ocaml/eventlog_metadata
|
|||||||
%{_libdir}/ocaml/camlheader
|
%{_libdir}/ocaml/camlheader
|
||||||
%{_libdir}/ocaml/camlheader_ur
|
%{_libdir}/ocaml/camlheader_ur
|
||||||
%{_libdir}/ocaml/expunge
|
%{_libdir}/ocaml/expunge
|
||||||
%{_libdir}/ocaml/extract_crc
|
|
||||||
%{_libdir}/ocaml/ld.conf
|
%{_libdir}/ocaml/ld.conf
|
||||||
%{_libdir}/ocaml/Makefile.config
|
%{_libdir}/ocaml/Makefile.config
|
||||||
%{_libdir}/ocaml/*.a
|
%{_libdir}/ocaml/*.a
|
||||||
@ -209,6 +207,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/ocaml/eventlog_metadata
|
|||||||
%doc ocamldoc/Changes.txt
|
%doc ocamldoc/Changes.txt
|
||||||
%{_bindir}/ocamldoc*
|
%{_bindir}/ocamldoc*
|
||||||
%{_libdir}/ocaml/ocamldoc
|
%{_libdir}/ocaml/ocamldoc
|
||||||
|
%dir %{_defaultdocdir}/ocaml
|
||||||
|
%{_defaultdocdir}/ocaml/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
# source
|
# source
|
||||||
@ -235,6 +235,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/ocaml/eventlog_metadata
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 24 2023 xu_ping <707078654@qq.com> - 4.14.0-1
|
||||||
|
- Upgrade version to 4.14.0
|
||||||
|
|
||||||
* Thu Jan 19 2023 xingxing<xingxing@xfusion.com> - 4.13.1-4
|
* Thu Jan 19 2023 xingxing<xingxing@xfusion.com> - 4.13.1-4
|
||||||
- Update dependencies
|
- Update dependencies
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user