Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2022-04-30 00:44:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and      /work/SRC/openSUSE:Factory/.kcalutils.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalutils"

Sat Apr 30 00:44:34 2022 rev:82 rq:973056 version:22.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes      2022-04-24 
00:19:24.784253654 +0200
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1538/kcalutils.changes    
2022-04-30 00:44:54.522918665 +0200
@@ -1,0 +2,6 @@
+Wed Apr 27 08:13:11 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Add upstream change to fix calendar invitations (kde#452480):
+  * 0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch

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

Other differences:
------------------
++++++ kcalutils.spec ++++++
--- /var/tmp/diff_new_pack.EuDU3w/_old  2022-04-30 00:44:55.194919249 +0200
+++ /var/tmp/diff_new_pack.EuDU3w/_new  2022-04-30 00:44:55.202919255 +0200
@@ -32,6 +32,8 @@
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
+# PATCH-FIX-UPSTREAM
+Patch0:         0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Grantlee5)
@@ -108,8 +110,7 @@
 %{_kf5_mkspecsdir}/qt_KCalUtils.pri
 
 %files
-%dir %{_libdir}/KTextTemplate
-%{_libdir}/KTextTemplate/kcalendar_grantlee_plugin.so
+%{_libdir}/grantlee/
 
 %if %{with released}
 %files lang -f %{name}.lang

++++++ 0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch ++++++
>From 494331a28bb722b4ab4c38a2520f305b8f7ad8fa Mon Sep 17 00:00:00 2001
From: Laurent Montel <mon...@kde.org>
Date: Fri, 22 Apr 2022 19:06:36 +0200
Subject: [PATCH] Fix Bug 452480: Kmail doesn't display calendar invites

BUG:452480
FIXED-IN: 5.17.1
---
 src/grantlee_plugin/CMakeLists.txt | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/grantlee_plugin/CMakeLists.txt 
b/src/grantlee_plugin/CMakeLists.txt
index b78e277e0..9a823950c 100644
--- a/src/grantlee_plugin/CMakeLists.txt
+++ b/src/grantlee_plugin/CMakeLists.txt
@@ -21,6 +21,12 @@ target_link_libraries(kcalendar_grantlee_plugin
     KF5CalendarUtils
 )
 
-install(TARGETS kcalendar_grantlee_plugin
-        LIBRARY DESTINATION 
${LIB_INSTALL_DIR}/KTextTemplate/${KTextTemplate_MAJOR_MINOR_VERSION_STRING}/
-)
+if (QT_MAJOR_VERSION STREQUAL "5")
+       install(TARGETS kcalendar_grantlee_plugin
+               LIBRARY DESTINATION 
${LIB_INSTALL_DIR}/grantlee/${Grantlee5_VERSION_MAJOR}.${Grantlee5_VERSION_MINOR}/
+       )
+else()
+       install(TARGETS kcalendar_grantlee_plugin
+               LIBRARY DESTINATION 
${LIB_INSTALL_DIR}/KTextTemplate/${KTextTemplate_MAJOR_MINOR_VERSION_STRING}/
+       )
+endif()
-- 
2.36.0

Reply via email to