From 3883e73f00f2b782bd441d7412416a92b38ab513 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Dec 10 2021 15:18:15 +0000 Subject: Version 2.9.0. --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..e21c443 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# utop + +[utop](https://github.com/ocaml-community/utop) is an improved toplevel (i.e., +Read-Eval-Print Loop) for OCaml. It can run in a terminal or in Emacs. It +supports line editing, history, real-time and context sensitive completion, +colors, and more. diff --git a/sources b/sources index 69d6afb..13119dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (utop-2.8.0.tbz) = 22cdc75e14950eac28d6e0b7b2c6d686aea4e24d9955f140bfcbdef2de033e59f94ab3da0c5c95e1ce51211759694b55c82eec16776c3e0cfb80aa77e64a380b +SHA512 (utop-2.9.0.tbz) = 81ca5814681f40c44adb4db5e840f00afc512562dc577e87ad7bcf95e65442bf24a6485db85b95a7838b47c8c9ce1b5cd3c3775bfe7dfa8c5658066fe2ab55a8 diff --git a/utop.spec b/utop.spec index e15d8a1..2b56d7f 100644 --- a/utop.spec +++ b/utop.spec @@ -3,8 +3,8 @@ %global debug_package %{nil} Name: utop -Version: 2.8.0 -Release: 3%{?dist} +Version: 2.9.0 +Release: 1%{?dist} Summary: Improved toplevel for OCaml License: BSD @@ -106,6 +106,9 @@ cp -p src/top/utop.elc %{buildroot}%{_emacs_sitelispdir} %{_emacs_sitestartdir}/%{name}-autoloads.el* %changelog +* Fri Dec 10 2021 Jerry James - 2.9.0-1 +- Version 2.9.0 + * Tue Oct 05 2021 Richard W.M. Jones - 2.8.0-3 - OCaml 4.13.1 build