Control: tags 1115145 + patch Control: tags 1115145 + pending Dear maintainer,
I've prepared an NMU for springlobby (versioned as 0.274-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for springlobby-0.274 springlobby-0.274 changelog | 7 +++++++ patches/cmake-4.patch | 23 +++++++++++++++++++++++ patches/series | 1 + 3 files changed, 31 insertions(+) diff -Nru springlobby-0.274/debian/changelog springlobby-0.274/debian/changelog --- springlobby-0.274/debian/changelog 2023-01-23 22:21:14.000000000 +0200 +++ springlobby-0.274/debian/changelog 2025-10-12 12:05:47.000000000 +0300 @@ -1,3 +1,10 @@ +springlobby (0.274-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1115145) + + -- Adrian Bunk <[email protected]> Sun, 12 Oct 2025 12:05:47 +0300 + springlobby (0.274-1) unstable; urgency=medium * New upstream version 0.274. diff -Nru springlobby-0.274/debian/patches/cmake-4.patch springlobby-0.274/debian/patches/cmake-4.patch --- springlobby-0.274/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ springlobby-0.274/debian/patches/cmake-4.patch 2025-10-12 12:05:47.000000000 +0300 @@ -0,0 +1,23 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1115145 + +--- springlobby-0.274.orig/CMakeLists.txt ++++ springlobby-0.274/CMakeLists.txt +@@ -1,7 +1,7 @@ + project(springlobby) + + #set minimum cmake version +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.5) + + set(CMAKE_COLOR_MAKEFILE ON) + set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) +--- springlobby-0.274.orig/src/downloader/lib/CMakeLists.txt ++++ springlobby-0.274/src/downloader/lib/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.3) ++cmake_minimum_required(VERSION 3.5) + project(pr-downloader) + + diff -Nru springlobby-0.274/debian/patches/series springlobby-0.274/debian/patches/series --- springlobby-0.274/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ springlobby-0.274/debian/patches/series 2025-10-12 12:05:47.000000000 +0300 @@ -0,0 +1 @@ +cmake-4.patch

