From ecf81e780e5b1103a816d7a835f0414ce8f2711b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 9 Feb 2022 23:38:59 +0100 Subject: [PATCH] unictype/category-byname: Fix test failure. * modules/unictype/category-byname (configure.ac): Bump required libunistring version. --- ChangeLog | 6 ++++++ modules/unictype/category-byname | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 62bbba16e5..29e49b4e09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-02-09 Bruno Haible + + unictype/category-byname: Fix test failure. + * modules/unictype/category-byname (configure.ac): Bump required + libunistring version. + 2022-02-05 Paul Eggert parse-datetime: allow calculations to yield -1 diff --git a/modules/unictype/category-byname b/modules/unictype/category-byname index c8bbe0b260..7f79b38de0 100644 --- a/modules/unictype/category-byname +++ b/modules/unictype/category-byname @@ -49,7 +49,7 @@ unictype/category-none gperf configure.ac: -gl_LIBUNISTRING_MODULE([0.9.8], [unictype/category-byname]) +gl_LIBUNISTRING_MODULE([0.9.11], [unictype/category-byname]) Makefile.am: if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME -- 2.39.5