diff --git a/.gitignore b/.gitignore index dd93747..5cdb851 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -*.src.rpm +/*.src.rpm /results_utop -/utop-2.1.0.tbz -/utop-2.2.0.tbz -/utop-2.3.0.tbz -/utop-2.4.1.tbz -/utop-2.4.2.tbz +/utop-*.tbz diff --git a/sources b/sources index 327a820..f7d69d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (utop-2.4.2.tbz) = acd20a12f4a7e1f4a61780db1b83e0b920527d41f69db62f8eecb3f32b6e4c10705532ec8502652fb4fb3deb869cc99d9d3be41e74e79f90d872f77de3203c49 +SHA512 (utop-2.4.3.tbz) = 507917f4256c4a37058a106598a61aa092301f008b7e9385950a615e37b7f1a217f1e3b116678cb90ef1938c038ed135dabf2f9987c8fec21b5eb322a005632a diff --git a/utop.spec b/utop.spec index ca6559d..a84a427 100644 --- a/utop.spec +++ b/utop.spec @@ -1,6 +1,6 @@ Name: utop -Version: 2.4.2 -Release: 3%{?dist} +Version: 2.4.3 +Release: 1%{?dist} Summary: Improved toplevel for OCaml License: BSD @@ -8,6 +8,7 @@ URL: https://github.com/ocaml-community/utop Source0: https://github.com/ocaml-community/%{name}/releases/download/%{version}/%{name}-%{version}.tbz BuildRequires: ocaml +BuildRequires: ocaml-bisect-ppx-devel BuildRequires: ocaml-findlib BuildRequires: ocaml-lwt-devel BuildRequires: ocaml-lambda-term-devel @@ -53,10 +54,6 @@ dune install --verbose \ --destdir=%{buildroot} \ --libdir=%{_libdir}/ocaml -mkdir -p %{buildroot}%{_mandir}/man{1,5} -mv %{buildroot}%{_prefix}/man/man1/*.1 %{buildroot}%{_mandir}/man1 -mv %{buildroot}%{_prefix}/man/man5/*.5 %{buildroot}%{_mandir}/man5 - rm -f %{buildroot}/usr/doc/%{name}/{LICENSE,CHANGES.md,README.md} %files @@ -77,6 +74,11 @@ rm -f %{buildroot}/usr/doc/%{name}/{LICENSE,CHANGES.md,README.md} %changelog +* Thu Apr 16 2020 Jerry James - 2.4.3-1 +- Update to 2.4.3 +- Add ocaml-bisect-ppx-devel BR +- Remove man page manipulations; they are installed where we want them now + * Fri Jan 31 2020 Fedora Release Engineering - 2.4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild