From 1d546ddaf4e0afa97a3247792aa4ac3b57f9a4f2 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Wed, 8 Nov 2023 13:47:31 +0800 Subject: [PATCH] rebuild for qt --- deepin-fcitxconfigtool-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deepin-fcitxconfigtool-plugin.spec b/deepin-fcitxconfigtool-plugin.spec index ab81dbb..e94013e 100644 --- a/deepin-fcitxconfigtool-plugin.spec +++ b/deepin-fcitxconfigtool-plugin.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %{!?_vpath_builddir:%global _vpath_builddir %{_target_platform}} %global _enable_debug_package 0 @@ -10,7 +10,7 @@ Name: deepin-fcitxconfigtool-plugin Summary: An input method framework Version: 4.2.63 -Release: 1.02.%{anolis_release}%{?dist} +Release: 1.%{anolis_release}%{?dist} License: GPLv2+ URL: https://fcitx-im.org/wiki/Fcitx Source0: %{name}-%{version}.tar.xz @@ -97,6 +97,9 @@ make %{?_smp_mflags} -C build/%{_vpath_builddir} %exclude %{_sysconfdir}/* %changelog +* Tue Nov 07 2023 yangxianzhao - 4.2.63-1.3 +- rebuild for qt + * Thu Nov 02 2023 yangxianzhao - 4.2.63-1.02.2 - fix build error -- Gitee