diff --git a/deepin-fcitxconfigtool-plugin.spec b/deepin-fcitxconfigtool-plugin.spec index 5acf05e7081f09fdeff03ee93a3080a3234a9810..d757595065e805e9ea96ef78d9350e0ffc6152fd 100644 --- a/deepin-fcitxconfigtool-plugin.spec +++ b/deepin-fcitxconfigtool-plugin.spec @@ -1,3 +1,4 @@ +%define anolis_release 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.02.%{anolis_release}%{?dist} 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 +* Mon Aug 28 2023 yangxianzhao - 4.2.63-1.02.1 +- Specification spec file + * Fri May 5 2023 zhangxianting - 4.2.63-1.02 - fix: shielded partial input_method(bugid:195690)