From c39176709571d255d73206c37941fb61affa8c8e Mon Sep 17 00:00:00 2001 From: wangrong Date: Sat, 21 Jun 2025 09:41:07 +0800 Subject: [PATCH 1/2] fix: Fix build failure on mips64el Missing inclusion of QDebug header file. Log: Fix build failure on mips64el --- reader/app/TMFunctionThread.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reader/app/TMFunctionThread.cpp b/reader/app/TMFunctionThread.cpp index b1200e4c..aaaa4178 100644 --- a/reader/app/TMFunctionThread.cpp +++ b/reader/app/TMFunctionThread.cpp @@ -5,6 +5,8 @@ #include "TMFunctionThread.h" +#include + TMFunctionThread::TMFunctionThread(QObject *parent) : QThread(parent) { qDebug() << "Function thread created"; From a9e4cca7cf2b20c28e3d23891423f509869230be Mon Sep 17 00:00:00 2001 From: wangrong Date: Sat, 21 Jun 2025 09:46:19 +0800 Subject: [PATCH 2/2] chore: Bump version to 6.5.26 Bump version to 6.5.26 Log: Bump version to 6.5.26 --- arm64/linglong.yaml | 2 +- debian/changelog | 6 ++++++ linglong.yaml | 2 +- loong64/linglong.yaml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/arm64/linglong.yaml b/arm64/linglong.yaml index 41f7455c..93f7af6e 100644 --- a/arm64/linglong.yaml +++ b/arm64/linglong.yaml @@ -7,7 +7,7 @@ version: "1" package: id: org.deepin.reader name: "deepin-reader" - version: 6.5.25.1 + version: 6.5.26.1 kind: app description: | reader for deepin os. diff --git a/debian/changelog b/debian/changelog index 81fd6a15..842e0488 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +deepin-reader (6.5.26) unstable; urgency=medium + + * Fix build failure on mips64el + + -- wangrong Sat, 21 Jun 2025 09:43:10 +0800 + deepin-reader (6.5.25) unstable; urgency=medium * build: Add position-independent code compilation flags diff --git a/linglong.yaml b/linglong.yaml index 90a87b44..f5223578 100644 --- a/linglong.yaml +++ b/linglong.yaml @@ -7,7 +7,7 @@ version: "1" package: id: org.deepin.reader name: "deepin-reader" - version: 6.5.25.1 + version: 6.5.26.1 kind: app description: | reader for deepin os. diff --git a/loong64/linglong.yaml b/loong64/linglong.yaml index c12d6c15..71fa8c66 100755 --- a/loong64/linglong.yaml +++ b/loong64/linglong.yaml @@ -7,7 +7,7 @@ version: "1" package: id: org.deepin.reader name: "deepin-reader" - version: 6.5.25.1 + version: 6.5.26.1 kind: app description: | reader for deepin os.