From 690b11ba1ed2fde1790c5957f7a3c6bb20fb0a92 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Fri, 27 Oct 2023 17:20:07 +0800 Subject: [PATCH] rebuild for qt5-qtbase-5.15.11 --- kf5-kwayland.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 204e75a..8137c10 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global framework kwayland %global wayland_min_version 1.3 @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.68.0 -Release: 1.5%{anolis_release}%{?dist} +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 +* Fri Oct 27 2023 yangxianzhao - 5.68.0-1.5.2 +- rebuild for qt + * Mon Aug 28 2023 yangxianzhao - 5.68.0-1.5.1 - Specification spec file -- Gitee