From 9186825d9d520419b1221d948015b484e0b3efae Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 14 Jul 2025 17:36:13 +0800 Subject: [PATCH] 5.0.3 --- ...-source.tar.xz => Firebird-5.0.3.1683-0-source.tar.xz | 4 ++-- firebird.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) rename Firebird-5.0.2.1613-0-source.tar.xz => Firebird-5.0.3.1683-0-source.tar.xz (32%) diff --git a/Firebird-5.0.2.1613-0-source.tar.xz b/Firebird-5.0.3.1683-0-source.tar.xz similarity index 32% rename from Firebird-5.0.2.1613-0-source.tar.xz rename to Firebird-5.0.3.1683-0-source.tar.xz index b2127b2..af76058 100644 --- a/Firebird-5.0.2.1613-0-source.tar.xz +++ b/Firebird-5.0.3.1683-0-source.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0861673bbbcae25716b741b00f77cc19875bfa561e61836ee02b6a7a7a355e8 -size 29516408 +oid sha256:cd5aec9deb98f408e08e0f61f1ed0c03a01b6c9f1646c3b8b8b67b4adc4c4b56 +size 29297068 diff --git a/firebird.spec b/firebird.spec index af3c44c..fabb9cc 100644 --- a/firebird.spec +++ b/firebird.spec @@ -1,5 +1,5 @@ -%global ver 5.0.2 -%global rev 1613 +%global ver 5.0.3 +%global rev 1683 # firebird is mis-compiled when LTO is enabled. A root # cause analysis has not yet been completed. Reported upstream. @@ -8,7 +8,7 @@ Name: firebird Version: %{ver}.%{rev} -Release: 2 +Release: 1 Summary: SQL relational database management system License: Interbase-1.0 @@ -316,6 +316,9 @@ fi %{_bindir}/gsplit %changelog +* Mon Jul 14 2025 Funda Wang - 5.0.3.1683-1 +- update to 5.0.3.1683 + * Wed Jun 18 2025 laokz - 5.0.2.1613-2 - backport upstream patch to fix riscv64 build failure -- Gitee