From d4257e9fc0b84f8f6ee44be079d4978f22e4b36f Mon Sep 17 00:00:00 2001 From: Jerry James Date: Wed, 30 Jul 2025 15:22:03 -0600 Subject: [PATCH] Version 2.16.0 --- sources | 2 +- utop-version.patch | 24 ++++++++++++------------ utop.spec | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sources b/sources index cb07d04..60c3729 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (utop-2.15.0.tar.gz) = f05aa85fbec3a4ecda6068b1ed350f61a0b3626969641c37508fde0fdeeffa80abd50b406c36884a81bc965d91d97d797490da1fe4edea0daa3936d47bbb1c70 +SHA512 (utop-2.16.0.tar.gz) = 0f6a7a85e9bbb442b217f5c28228c65fc63bafa033d178b696d461a200ef52d0d6c4f9b4ef04337e24dcd88bcf246f8163bd4851baa35a9c9e8de3aaee4d062d diff --git a/utop-version.patch b/utop-version.patch index 0cfd626..bb3c2d7 100644 --- a/utop-version.patch +++ b/utop-version.patch @@ -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" diff --git a/utop.spec b/utop.spec index a7f00f0..e546031 100644 --- a/utop.spec +++ b/utop.spec @@ -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