diffstat for libre-graph-api-cpp-qt-client-1.0.4 libre-graph-api-cpp-qt-client-1.0.4

 changelog             |    7 +++++++
 patches/cmake-4.patch |   12 ++++++++++++
 patches/series        |    1 +
 3 files changed, 20 insertions(+)

diff -Nru libre-graph-api-cpp-qt-client-1.0.4/debian/changelog libre-graph-api-cpp-qt-client-1.0.4/debian/changelog
--- libre-graph-api-cpp-qt-client-1.0.4/debian/changelog	2024-03-08 18:40:05.000000000 +0200
+++ libre-graph-api-cpp-qt-client-1.0.4/debian/changelog	2026-01-15 20:29:56.000000000 +0200
@@ -1,3 +1,10 @@
+libre-graph-api-cpp-qt-client (1.0.4-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113194)
+
+ -- Adrian Bunk <bunk@debian.org>  Thu, 15 Jan 2026 20:29:56 +0200
+
 libre-graph-api-cpp-qt-client (1.0.4-2) unstable; urgency=medium
 
   * Release to unstable
diff -Nru libre-graph-api-cpp-qt-client-1.0.4/debian/patches/cmake-4.patch libre-graph-api-cpp-qt-client-1.0.4/debian/patches/cmake-4.patch
--- libre-graph-api-cpp-qt-client-1.0.4/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ libre-graph-api-cpp-qt-client-1.0.4/debian/patches/cmake-4.patch	2026-01-15 20:29:56.000000000 +0200
@@ -0,0 +1,12 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1113194
+
+--- libre-graph-api-cpp-qt-client-1.0.4.orig/client/CMakeLists.txt
++++ libre-graph-api-cpp-qt-client-1.0.4/client/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.4)
++cmake_minimum_required(VERSION 3.5)
+ string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]" APP_VERSION "v1.0.4")
+ string(REGEX REPLACE " " "" TARGET_NAME "Libre Graph API")
+ 
diff -Nru libre-graph-api-cpp-qt-client-1.0.4/debian/patches/series libre-graph-api-cpp-qt-client-1.0.4/debian/patches/series
--- libre-graph-api-cpp-qt-client-1.0.4/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ libre-graph-api-cpp-qt-client-1.0.4/debian/patches/series	2026-01-15 20:29:56.000000000 +0200
@@ -0,0 +1 @@
+cmake-4.patch
