update to 4.13.1

This commit is contained in:
lyn1001 2022-01-20 16:47:09 +08:00
parent 4531ad225a
commit 29e7df9aa9
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
4.13+1.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: ocaml-camlp4 Name: ocaml-camlp4
Version: 4.07.0 Version: 4.13.1
Release: 0.1.4 Release: 1
Summary: Pre-Processor for OCaml Summary: Pre-Processor for OCaml
License: LGPLv2+ with exceptions License: LGPLv2+ with exceptions
URL: https://github.com/ocaml/camlp4 URL: https://github.com/ocaml/camlp4
Source0: https://github.com/ocaml/camlp4/archive/4.07+1.tar.gz Source0: https://github.com/ocaml/camlp4/archive/4.13+1.tar.gz
BuildRequires: ocaml-ocamlbuild ocaml = %{version} BuildRequires: ocaml-ocamlbuild ocaml = %{version}
Requires: ocaml-runtime = %{version} Requires: ocaml-runtime = %{version}
@ -26,7 +26,7 @@ source file and print some results on the standard output.
This package contains runtime files. This package contains runtime files.
%prep %prep
%autosetup -n camlp4-4.07-1 -p1 %autosetup -n camlp4-4.13-1 -p1
%build %build
@ -79,5 +79,8 @@ make install \
%{_libdir}/ocaml/camlp4/Camlp4Top/*.o %{_libdir}/ocaml/camlp4/Camlp4Top/*.o
%changelog %changelog
* Thu Jan 20 2022 liyanan <liyanan32@huawei.com> -4.13.1-1
- update to 4.13.1
* Wed Nov 26 2020 yangjian<yangjian79@huawei.com> - 4.07.0-0.1.4 * Wed Nov 26 2020 yangjian<yangjian79@huawei.com> - 4.07.0-0.1.4
- Package init - Package init