From ba7514f6a86a3a0e4b0ada2df7bbda9502019a84 Mon Sep 17 00:00:00 2001 From: wangxiaoqing Date: Thu, 1 Dec 2022 14:29:51 +0800 Subject: [PATCH] Adjust for LANG GB18030 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 适配18030编码,避免乱码 Signed-off-by: wangxiaoqing --- lunar-date.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lunar-date.spec b/lunar-date.spec index 7aaa511..2281b78 100644 --- a/lunar-date.spec +++ b/lunar-date.spec @@ -21,7 +21,7 @@ Version: 2.9.3 %define _libver 3_0 -Release: 1.9.kb2 +Release: 2 License: GPL-2.0+ Group: System/I18n/Chinese Url: http://liblunar.googlecode.com/ @@ -68,7 +68,7 @@ Holiday definition file for Chinese Lunar calendar library %autosetup -S git %build -%meson -Denable_gtk_doc=true -Dwith_introspection=true -Dwith_vala=false -Denable_tests=true +%meson -Denable_gtk_doc=true -Dwith_introspection=true -Dwith_vala=false -Denable_tests=true -Dc_args="$CFLAGS -DHAVE_BIND_TEXTDOMAIN_CODESET" %meson_build @@ -106,6 +106,9 @@ Holiday definition file for Chinese Lunar calendar library %{_datadir}/gtk-doc/html/%{name} %changelog +* Thu Dec 01 2022 wangxiaoqing - 2.9.3-2 +- KYOS-B: Adjust for LANG GB18030 (#I60PNN) + * Fri May 14 2021 longcheng - 2.9.3-1.9.kb2 - KYOS-B: Add Requires lunar-date for lunar-date-devel (#38372)