diff --git a/.gitignore b/.gitignore index 4d597aa..37931aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +*.src.rpm +/results_utop /utop-2.1.0.tbz /utop-2.2.0.tbz diff --git a/utop.spec b/utop.spec index 63fa083..8b21141 100644 --- a/utop.spec +++ b/utop.spec @@ -1,6 +1,6 @@ Name: utop Version: 2.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Improved toplevel for OCaml License: BSD @@ -69,6 +69,9 @@ rm -rf %{buildroot}%{_prefix}/doc %changelog +* Mon Dec 03 2018 Sergey Avseyev - 2.2.0-3 +- Rebuild with lambda-term 1.13 + * Sun Aug 12 2018 Sergey Avseyev - 2.2.0-2 - Fix installing man pages