Control: tags 1112928 + patch Control: tags 1112928 + pending Dear maintainer,
I've prepared an NMU for fparserc++ (versioned as 4.5.2-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for fparserc++-4.5.2 fparserc++-4.5.2 changelog | 7 +++++++ patches/cmake-4.patch | 15 +++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru fparserc++-4.5.2/debian/changelog fparserc++-4.5.2/debian/changelog --- fparserc++-4.5.2/debian/changelog 2018-08-25 22:43:28.000000000 +0300 +++ fparserc++-4.5.2/debian/changelog 2025-11-09 22:50:46.000000000 +0200 @@ -1,3 +1,10 @@ +fparserc++ (4.5.2-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112928) + + -- Adrian Bunk <[email protected]> Sun, 09 Nov 2025 22:50:46 +0200 + fparserc++ (4.5.2-2) unstable; urgency=medium * debian/control: diff -Nru fparserc++-4.5.2/debian/patches/cmake-4.patch fparserc++-4.5.2/debian/patches/cmake-4.patch --- fparserc++-4.5.2/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ fparserc++-4.5.2/debian/patches/cmake-4.patch 2025-11-09 22:50:46.000000000 +0200 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112928 + +--- fparserc++-4.5.2.orig/CMakeLists.txt ++++ fparserc++-4.5.2/CMakeLists.txt +@@ -2,7 +2,7 @@ SET( CMAKE_BUILD_TYPE Release ) + + PROJECT(fparser CXX) + +-cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.5) + + # default + set(LIB_VERSION_MAJOR 4) diff -Nru fparserc++-4.5.2/debian/patches/series fparserc++-4.5.2/debian/patches/series --- fparserc++-4.5.2/debian/patches/series 2018-08-25 22:43:28.000000000 +0300 +++ fparserc++-4.5.2/debian/patches/series 2025-11-09 22:50:46.000000000 +0200 @@ -1,2 +1,3 @@ 0001-Add-CMakeLists.txt-to-make-shared-library.patch 0002-no-native-build.patch +cmake-4.patch

