diffstat for beads-1.1.22 beads-1.1.22

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

diff -Nru beads-1.1.22/debian/changelog beads-1.1.22/debian/changelog
--- beads-1.1.22/debian/changelog	2023-01-01 20:52:38.000000000 +0200
+++ beads-1.1.22/debian/changelog	2025-10-11 14:11:43.000000000 +0300
@@ -1,3 +1,10 @@
+beads (1.1.22-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1112754)
+
+ -- Adrian Bunk <bunk@debian.org>  Sat, 11 Oct 2025 14:11:43 +0300
+
 beads (1.1.22-1) unstable; urgency=low
 
   * New upstream version hopefully fixing bug (Closes: #1027544), thanks to
diff -Nru beads-1.1.22/debian/patches/cmake-4.patch beads-1.1.22/debian/patches/cmake-4.patch
--- beads-1.1.22/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ beads-1.1.22/debian/patches/cmake-4.patch	2025-10-11 14:11:43.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <bunk@debian.org>
+Bug-Debian: https://bugs.debian.org/1112754
+
+--- beads-1.1.22.orig/CMakeLists.txt
++++ beads-1.1.22/CMakeLists.txt
+@@ -5,7 +5,7 @@
+ # cmake .
+ # make
+ # make install
+-cmake_minimum_required(VERSION 2.18.4)
++cmake_minimum_required(VERSION 3.5)
+ 
+ 
+ # The name of our project is "beads".  CMakeLists files in this project can
diff -Nru beads-1.1.22/debian/patches/series beads-1.1.22/debian/patches/series
--- beads-1.1.22/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ beads-1.1.22/debian/patches/series	2025-10-11 14:11:43.000000000 +0300
@@ -0,0 +1 @@
+cmake-4.patch
