Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Jerry James
d4257e9fc0 Version 2.16.0 2025-07-30 15:30:50 -06:00
3 changed files with 15 additions and 15 deletions

View file

@ -1 +1 @@
SHA512 (utop-2.15.0.tar.gz) = f05aa85fbec3a4ecda6068b1ed350f61a0b3626969641c37508fde0fdeeffa80abd50b406c36884a81bc965d91d97d797490da1fe4edea0daa3936d47bbb1c70
SHA512 (utop-2.16.0.tar.gz) = 0f6a7a85e9bbb442b217f5c28228c65fc63bafa033d178b696d461a200ef52d0d6c4f9b4ef04337e24dcd88bcf246f8163bd4851baa35a9c9e8de3aaee4d062d

View file

@ -1,31 +1,31 @@
diff -durpNw utop-2.15.0/dune-project utop-2.15.0-1/dune-project
--- utop-2.15.0/dune-project 2024-11-25 08:12:42.000000000 -0700
+++ utop-2.15.0-1/dune-project 2025-01-10 08:50:45.000000000 -0700
diff -durpNw utop-2.16.0/dune-project utop-2.16.0-1/dune-project
--- utop-2.16.0/dune-project 2025-07-22 07:19:24.000000000 -0600
+++ utop-2.16.0-1/dune-project 2025-07-30 14:55:10.501079812 -0600
@@ -1,6 +1,7 @@
(lang dune 2.7)
(formatting (enabled_for dune))
(name utop)
+(version 2.15.0)
+(version 2.16.0)
(generate_opam_files)
(source (github ocaml-community/utop))
diff -durpNw utop-2.15.0/src/lib/uTop.ml utop-2.15.0-1/src/lib/uTop.ml
--- utop-2.15.0/src/lib/uTop.ml 2024-11-25 08:12:42.000000000 -0700
+++ utop-2.15.0-1/src/lib/uTop.ml 2025-01-10 08:50:45.000000000 -0700
diff -up utop-2.16.0/src/lib/uTop.ml utop-2.16.0-1/src/lib/uTop.ml
--- utop-2.16.0/src/lib/uTop.ml 2025-07-22 07:19:24.000000000 -0600
+++ utop-2.16.0-1/src/lib/uTop.ml 2025-07-30 14:55:38.012927962 -0600
@@ -18,7 +18,7 @@ let (>>=) = Lwt.(>>=)
module String_set = Set.Make(String)
-let version = "%%VERSION%%"
+let version = "2.15.0"
+let version = "2.16.0"
(* +-----------------------------------------------------------------+
| History |
diff -durpNw utop-2.15.0/utop.opam utop-2.15.0-1/utop.opam
--- utop-2.15.0/utop.opam 2024-11-25 08:12:42.000000000 -0700
+++ utop-2.15.0-1/utop.opam 2025-01-10 08:50:45.000000000 -0700
diff -up utop-2.16.0/utop.opam utop-2.16.0-1/utop.opam
--- utop-2.16.0/utop.opam 2025-07-22 07:19:24.000000000 -0600
+++ utop-2.16.0-1/utop.opam 2025-07-30 14:55:53.988878072 -0600
@@ -1,3 +1,4 @@
+version: "2.15.0"
+version: "2.16.0"
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Universal toplevel for OCaml"

View file

@ -8,14 +8,14 @@ ExcludeArch: %{ix86}
%global giturl https://github.com/ocaml-community/utop
Name: utop
Version: 2.15.0
Version: 2.16.0
Release: %autorelease
Summary: Improved toplevel for OCaml
License: BSD-3-Clause
URL: https://ocaml-community.github.io/utop/
VCS : git:%{giturl}.git
Source: %{giturl}/releases/download/%{version}/%{name}-%{version}.tar.gz
Source: %{giturl}/archive/%{version}/%{name}-%{version}.tar.gz
# Upstream patch to fix the version number
Patch: %{name}-version.patch