Version 3.7.1
This commit is contained in:
parent
cfd816c53a
commit
28ee4aaef9
@ -10,8 +10,8 @@
|
|||||||
%bcond_with lwt
|
%bcond_with lwt
|
||||||
|
|
||||||
Name: ocaml-dune
|
Name: ocaml-dune
|
||||||
Version: 3.7.0
|
Version: 3.7.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Composable build system for OCaml and Reason
|
Summary: Composable build system for OCaml and Reason
|
||||||
|
|
||||||
# Dune itself is MIT. Some bundled libraries have a different license:
|
# Dune itself is MIT. Some bundled libraries have a different license:
|
||||||
@ -429,11 +429,14 @@ developing applications that use ocaml-xdg.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -N -n dune-%{version}
|
%autosetup -N -n dune-%{version}
|
||||||
%if %{without lwt}
|
%if %{without lwt}
|
||||||
%patch 0 -p1
|
%autopatch 0 -p1
|
||||||
rm -fr otherlibs/dune-rpc-lwt dune-rpc-lwt.opam
|
rm -fr otherlibs/dune-rpc-lwt dune-rpc-lwt.opam
|
||||||
%endif
|
%endif
|
||||||
%autopatch -m1 -p1
|
%autopatch -m1 -p1
|
||||||
|
|
||||||
|
# Allow use of Sphinx 6
|
||||||
|
sed -i 's/, < 6//'g doc/requirements.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure \
|
./configure \
|
||||||
--bindir %{_bindir} \
|
--bindir %{_bindir} \
|
||||||
@ -545,6 +548,9 @@ cd -
|
|||||||
%files -n ocaml-xdg-devel -f .ofiles-xdg-devel
|
%files -n ocaml-xdg-devel -f .ofiles-xdg-devel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 4 2023 Jerry James <loganjerry@gmail.com> - 3.7.1-1
|
||||||
|
- Version 3.7.1
|
||||||
|
|
||||||
* Fri Mar 24 2023 Jerry James <loganjerry@gmail.com> - 3.7.0-2
|
* Fri Mar 24 2023 Jerry James <loganjerry@gmail.com> - 3.7.0-2
|
||||||
- Rebuild for ocaml-csexp 1.5.2
|
- Rebuild for ocaml-csexp 1.5.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dune-3.7.0.tar.gz) = f83d55939513cf292d89cbc38dbe2431cf453c5d5cfdab2239946e2845d10ea57be8643bb8047fe82499bb21561e861dcd8b749c55a1ba18377996c6a0b48239
|
SHA512 (dune-3.7.1.tar.gz) = d741b2a92e970f9747240d4356045f46447238f7c8d8c47ba0b1cad96b8194461a47fa315d86a1eef2033a4d38001c999e6033c31b0c75a311367fb78ea12b6b
|
||||||
|
Loading…
Reference in New Issue
Block a user