From ff9c489520f63b129258a01ed856910595d0dd53 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Tue, 29 Aug 2023 10:01:23 +0800 Subject: [PATCH] Specification spec file --- kf5-kwayland.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 916ec39..204e75a 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release 1 %global framework kwayland %global wayland_min_version 1.3 @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.68.0 -Release: 1%{anolis_release}%{?dist}.5 +Release: 1.5%{anolis_release}%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -114,6 +114,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Aug 28 2023 yangxianzhao - 5.68.0-1.5.1 +- Specification spec file + * Tue Jul 11 2023 yangxianzhao - 5.68.0-1.0.1.5 - fix build error -- Gitee