From d76670fc0d9bd9e09d8a3aa68ef58f796136d964 Mon Sep 17 00:00:00 2001 From: ichizok Date: Thu, 13 Apr 2023 17:23:45 +0100 Subject: [PATCH] patch 9.0.1448: diff test fails on MacOS 13 Problem: Diff test fails on MacOS 13. Solution: Install GNU diffutils. (Ozaki Kiichi, closes #12258) --- .cirrus.yml | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 088c4d7e55..8e764ae5ef 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -36,7 +36,7 @@ macos_task: timeout_in: 20m install_script: - brew update - - brew install gettext libtool + - brew install gettext libtool diffutils build_script: - NPROC=$(getconf _NPROCESSORS_ONLN) - ./configure --with-features=${FEATURES} diff --git a/src/version.c b/src/version.c index 60de2bb455..ba8b40e15e 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1448, /**/ 1447, /**/