Control: tags 1113178 + patch
Control: tags 1113178 + pending

Dear maintainer,

I've prepared an NMU for libopenobex (versioned as 1.7.2-2.3) and 
uploaded it to DELAYED/15. Please feel free to tell me if I should 
cancel it.

cu
Adrian
diffstat for libopenobex-1.7.2 libopenobex-1.7.2

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

diff -Nru libopenobex-1.7.2/debian/changelog libopenobex-1.7.2/debian/changelog
--- libopenobex-1.7.2/debian/changelog	2024-01-14 15:06:37.000000000 +0200
+++ libopenobex-1.7.2/debian/changelog	2025-10-26 23:40:12.000000000 +0200
@@ -1,3 +1,10 @@
+libopenobex (1.7.2-2.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113178)
+
+ -- Adrian Bunk <[email protected]>  Sun, 26 Oct 2025 23:40:12 +0200
+
 libopenobex (1.7.2-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libopenobex-1.7.2/debian/patches/cmake-4.patch libopenobex-1.7.2/debian/patches/cmake-4.patch
--- libopenobex-1.7.2/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ libopenobex-1.7.2/debian/patches/cmake-4.patch	2025-10-26 23:40:12.000000000 +0200
@@ -0,0 +1,12 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1113178
+
+--- libopenobex-1.7.2.orig/CMakeLists.txt
++++ libopenobex-1.7.2/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required ( VERSION 3.1 FATAL_ERROR )
++cmake_minimum_required ( VERSION 3.5 FATAL_ERROR )
+ 
+ project ( openobex
+   LANGUAGES C
diff -Nru libopenobex-1.7.2/debian/patches/series libopenobex-1.7.2/debian/patches/series
--- libopenobex-1.7.2/debian/patches/series	2024-01-14 15:06:37.000000000 +0200
+++ libopenobex-1.7.2/debian/patches/series	2025-10-26 23:40:12.000000000 +0200
@@ -1,2 +1,3 @@
 fix_build_with_glibc2.22
 fix_segfault
+cmake-4.patch

Reply via email to