Control: tags 1097222 + patch Control: tags 1097222 + pending Control: tags 1113168 + patch Control: tags 1113168 + pending
Dear maintainer, I've prepared an NMU for libkysdk-base (versioned as 2.2.0.2-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for libkysdk-base-2.2.0.2 libkysdk-base-2.2.0.2 changelog | 8 ++++++++ patches/cmake-4.patch | 12 ++++++++++++ patches/gcc-15.patch | 15 +++++++++++++++ patches/series | 2 ++ 4 files changed, 37 insertions(+) diff -Nru libkysdk-base-2.2.0.2/debian/changelog libkysdk-base-2.2.0.2/debian/changelog --- libkysdk-base-2.2.0.2/debian/changelog 2024-08-23 16:09:47.000000000 +0300 +++ libkysdk-base-2.2.0.2/debian/changelog 2025-10-08 22:06:58.000000000 +0300 @@ -1,3 +1,11 @@ +libkysdk-base (2.2.0.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 15. (Closes: #1097222) + * Fix FTBFS with CMake 4. (Closes: #1113168) + + -- Adrian Bunk <[email protected]> Wed, 08 Oct 2025 22:06:58 +0300 + libkysdk-base (2.2.0.2-1) unstable; urgency=medium * Fix ftbfs with gcc-14. (Closes: #1075178) diff -Nru libkysdk-base-2.2.0.2/debian/patches/cmake-4.patch libkysdk-base-2.2.0.2/debian/patches/cmake-4.patch --- libkysdk-base-2.2.0.2/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ libkysdk-base-2.2.0.2/debian/patches/cmake-4.patch 2025-10-08 22:06:58.000000000 +0300 @@ -0,0 +1,12 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1113168 + +--- libkysdk-base-2.2.0.2.orig/CMakeLists.txt ++++ libkysdk-base-2.2.0.2/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 3.1.3) ++cmake_minimum_required(VERSION 3.5) + + project(kysdk-base) + diff -Nru libkysdk-base-2.2.0.2/debian/patches/gcc-15.patch libkysdk-base-2.2.0.2/debian/patches/gcc-15.patch --- libkysdk-base-2.2.0.2/debian/patches/gcc-15.patch 1970-01-01 02:00:00.000000000 +0200 +++ libkysdk-base-2.2.0.2/debian/patches/gcc-15.patch 2025-10-08 22:06:58.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with GCC 15 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1097222 + +--- libkysdk-base-2.2.0.2.orig/src/log/format.h ++++ libkysdk-base-2.2.0.2/src/log/format.h +@@ -46,7 +46,7 @@ extern PrintFormat klog_printformat; + #endif + + extern int getRecordDate(char* date) NOTNULL(); +-extern void loadFormatOptions(); ++extern void loadFormatOptions(int id); + extern int formatMessage(int lvl , const char *filename , const char *func , int linenum , const char *message , char* result , unsigned int resultSize) NOTNULL(); + + #endif diff -Nru libkysdk-base-2.2.0.2/debian/patches/series libkysdk-base-2.2.0.2/debian/patches/series --- libkysdk-base-2.2.0.2/debian/patches/series 1970-01-01 02:00:00.000000000 +0200 +++ libkysdk-base-2.2.0.2/debian/patches/series 2025-10-08 22:06:58.000000000 +0300 @@ -0,0 +1,2 @@ +gcc-15.patch +cmake-4.patch

