From 5f0d943c90896e33c7fb57a0c328f573817aa695 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Wed, 20 Sep 2023 17:59:29 +0800 Subject: [PATCH] rebuild for qt5-qtbase-5.15.3 --- deepin-fcitxconfigtool-plugin.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deepin-fcitxconfigtool-plugin.spec b/deepin-fcitxconfigtool-plugin.spec index 5acf05e..06580b0 100644 --- a/deepin-fcitxconfigtool-plugin.spec +++ b/deepin-fcitxconfigtool-plugin.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global _enable_debug_package 0 %global debug_package %{nil} %global __os_install_post /usr/lib/rpm/brp-compress %{nil} @@ -7,7 +8,7 @@ Name: deepin-fcitxconfigtool-plugin Summary: An input method framework Version: 4.2.63 -Release: 1%{?dist}.02 +Release: 1%{anolis_release}%{?dist}.02 License: GPLv2+ URL: https://fcitx-im.org/wiki/Fcitx Source0: %{name}-%{version}.tar.xz @@ -94,6 +95,9 @@ make %{?_smp_mflags} -C build %exclude %{_sysconfdir}/* %changelog +* Wed Sep 20 2023 yangxianzhao - 4.2.63-1.02.0.1 +- rebuild for qt5-qtbase-5.15.3 + * Fri May 5 2023 zhangxianting - 4.2.63-1.02 - fix: shielded partial input_method(bugid:195690) -- Gitee