Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package calligra-plan for openSUSE:Factory 
checked in at 2025-04-02 17:13:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calligra-plan (Old)
 and      /work/SRC/openSUSE:Factory/.calligra-plan.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calligra-plan"

Wed Apr  2 17:13:42 2025 rev:14 rq:1266137 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/calligra-plan/calligra-plan.changes      
2025-03-25 22:21:46.381889702 +0100
+++ /work/SRC/openSUSE:Factory/.calligra-plan.new.1907/calligra-plan.changes    
2025-04-02 17:15:06.557743466 +0200
@@ -1,0 +2,6 @@
+Tue Apr  1 12:28:24 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Add patch:
+  * calligraplan-cmake4.patch
+
+-------------------------------------------------------------------

New:
----
  calligraplan-cmake4.patch

BETA DEBUG BEGIN:
  New:- Add patch:
  * calligraplan-cmake4.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ calligra-plan.spec ++++++
--- /var/tmp/diff_new_pack.QBZocM/_old  2025-04-02 17:15:07.257772838 +0200
+++ /var/tmp/diff_new_pack.QBZocM/_new  2025-04-02 17:15:07.257772838 +0200
@@ -23,6 +23,8 @@
 License:        GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
 URL:            https://www.calligra.org/
 Source0:        
https://download.kde.org/stable/calligra/%{version}/calligraplan-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0:         calligraplan-cmake4.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
 BuildRequires:  perl-base

++++++ calligraplan-cmake4.patch ++++++
>From 73268e580488f69fe3c9bcee2c4cf2931e87fb49 Mon Sep 17 00:00:00 2001
From: Christophe Marin <christo...@krop.fr>
Date: Tue, 1 Apr 2025 14:27:38 +0200
Subject: [PATCH] Fix build with CMake 4

---
 CMakeLists.txt | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b00d0bc..dee4918 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,31 +1,7 @@
 
 project(calligraplan)
 
-cmake_minimum_required(VERSION 3.0)
-if (POLICY CMP0002)
-    cmake_policy(SET CMP0002 NEW)
-endif ()
-if (POLICY CMP0017)
-    cmake_policy(SET CMP0017 NEW)
-endif ()
-if (POLICY CMP0022)
-    cmake_policy(SET CMP0022 NEW)
-endif ()
-if (POLICY CMP0026)
-    cmake_policy(SET CMP0026 NEW)
-endif()
-if (POLICY CMP0046)
-    cmake_policy(SET CMP0046 NEW)
-endif ()
-if (POLICY CMP0059)
-    cmake_policy(SET CMP0059 NEW)
-endif()
-if (POLICY CMP0063)
-    cmake_policy(SET CMP0063 NEW)
-endif()
-if (POLICY CMP0071)
-    cmake_policy(SET CMP0071 NEW)
-endif()
+cmake_minimum_required(VERSION 3.16)
 
 list(APPEND CMAKE_AUTOMOC_MACRO_NAMES "PLAN_SCHEDULERPLUGIN_EXPORT")
 
-- 
2.49.0

Reply via email to