From 926bc741340608363ddee7a59816a0b3e8fe253a Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Wed, 20 Sep 2023 17:59:48 +0800 Subject: [PATCH] rebuild for qt5-qtbase-5.15.3 --- firebird.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firebird.spec b/firebird.spec index 5a0c7af..96abdc4 100644 --- a/firebird.spec +++ b/firebird.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 #uos %global upversion 3.0.4.33054 %global pkgversion Firebird-%{upversion}-0 @@ -7,7 +8,7 @@ Name: firebird Version: %{upversion} -Release: 2%{?dist}.3 +Release: 2%{anolis_release}%{?dist}.3 Summary: SQL relational database management system License: Interbase @@ -380,6 +381,9 @@ fi %changelog +* Wed Sep 20 2023 yangxianzhao - 3.0.4.33054-2.3.0.1 +- rebuild for qt5-qtbase-5.15.3 + * Sat Apr 30 2022 mahailiang - 3.0.4.33054-2.3 - arch: add loongarch64 support -- Gitee