From c6a47d63b19ada54bb3d30c2527456ad2bec8ade Mon Sep 17 00:00:00 2001 From: friendpalm Date: Mon, 13 Dec 2021 02:45:05 +0000 Subject: [PATCH] update gsettings-qt.spec. https://gitee.com/src-openeuler/gsettings-qt/issues/I4M6G5?from=project-issue --- gsettings-qt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gsettings-qt.spec b/gsettings-qt.spec index c5e0973..0f98613 100644 --- a/gsettings-qt.spec +++ b/gsettings-qt.spec @@ -1,5 +1,5 @@ %global project ~system-settings-touch -%global _revision 85 +%global _revision 86 # for fedora 24 # %%global _qt5_qmldir %%{_qt5_archdatadir}/qml @@ -7,7 +7,7 @@ Name: gsettings-qt Version: 0 -Release: 0.19.20180723bzr%{_revision}%{?dist} +Release: 0.19.20180723bzr%{_revision} Summary: Qt/QML bindings for GSettings License: LGPLv3 URL: https://launchpad.net/gsettings-qt @@ -64,5 +64,8 @@ find %{buildroot} -iname cpptest* -exec rm -f {} \; %{_libdir}/lib%{name}.so %changelog +* Mon Dec 13 2021 heyitao - 0-0.19.20180723bzr86 +- Remove the dist tag in the version. + * Thu Jul 23 2020 wangmian - 0-0.19.20180723bzr - Init gsettings-qt project -- Gitee