Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package akonadi-calendar for 
openSUSE:Factory checked in at 2022-04-24 00:20:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-calendar (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-calendar.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-calendar"

Sun Apr 24 00:20:01 2022 rev:82 rq:971676 version:22.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-calendar/akonadi-calendar.changes        
2022-03-04 20:14:29.656802024 +0100
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar.new.1538/akonadi-calendar.changes  
    2022-04-24 00:20:37.176308348 +0200
@@ -1,0 +2,41 @@
+Mon Apr 18 07:50:34 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.04.0/
+
+-------------------------------------------------------------------
+Fri Apr  8 18:16:44 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Wed Mar 23 08:13:24 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 22.03.80
+  * New feature release
+- Changes since 21.12.3:
+  * Fix compile without deprecated method
+  * Move the reminder daemon from Kalendar here
+  * Explicitly link against MailTransport where needed
+  * Fix compile against qt6
+  * Fix include
+  * Use new akonadi calendar install include
+  * Make it compile against qt6
+  * Use properly namespaced includes from KIdentityManagement
+  * Use upper case includes
+  * Fix install headers
+  * Adapt build system for building against qt6
+  * Determine active alarms without copying incidences
+  * Fix cppcheck warning
+  * Correct invalid paths used to PIM projects
+
+--------------------------------------------------------------------
+Wed Mar  9 05:17:38 UTC 2022 - Luca Beltrame <lbeltr...@kde.org>
+
+- Add patch to disable the autostart of the new reminder daemon:
+  * 0001-Make-sure-the-reminder-daemon-is-not-started-by-defa.patch
+
+-------------------------------------------------------------------

Old:
----
  akonadi-calendar-21.12.3.tar.xz
  akonadi-calendar-21.12.3.tar.xz.sig

New:
----
  0001-Make-sure-the-reminder-daemon-is-not-started-by-defa.patch
  akonadi-calendar-22.04.0.tar.xz
  akonadi-calendar-22.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ akonadi-calendar.spec ++++++
--- /var/tmp/diff_new_pack.FPMVw0/_old  2022-04-24 00:20:37.668308720 +0200
+++ /var/tmp/diff_new_pack.FPMVw0/_new  2022-04-24 00:20:37.672308723 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           akonadi-calendar
-Version:        21.12.3
+Version:        22.04.0
 Release:        0
 Summary:        Akonadi calendar integration
 License:        LGPL-2.1-or-later
@@ -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-OPENSUSE
+Patch0:         0001-Make-sure-the-reminder-daemon-is-not-started-by-defa.patch
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  cmake(KF5Akonadi)
 BuildRequires:  cmake(KF5AkonadiContact)
@@ -43,6 +45,7 @@
 BuildRequires:  cmake(KF5IdentityManagement)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5MailTransport)
+BuildRequires:  cmake(KF5Notifications)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qt5Test)
@@ -69,6 +72,14 @@
 %description -n akonadi-plugin-calendar
 This package provides plugins required by PIM applications to read and write 
calendar data.
 
+%package -n kalendarac
+Summary:        Reminder daemon client
+# Moved from kalendar 1.0.0 to akonadi-calendar
+Conflicts:      kalendar = 1.0.0
+
+%description -n kalendarac
+Kalendarac is a reminder daemon client for calendar events.
+
 %package devel
 Summary:        KDE PIM Libraries: Build Environment
 Group:          Development/Libraries/KDE
@@ -106,6 +117,7 @@
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
 %{_kf5_libdir}/libKF5AkonadiCalendar.so.*
+%exclude %{_kf5_debugdir}/org_kde_kalendarac.categories
 
 %files -n akonadi-plugin-calendar
 %{_kf5_plugindir}/akonadi_serializer_kcalcore.so
@@ -114,13 +126,16 @@
 %dir %{_kf5_sharedir}/akonadi/plugins/serializer
 %{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_kcalcore.desktop
 
+%files -n kalendarac
+%{_kf5_bindir}/kalendarac
+%{_kf5_configdir}/autostart/org.kde.kalendarac.desktop
+%{_kf5_debugdir}/org_kde_kalendarac.categories
+%{_kf5_notifydir}/kalendarac.notifyrc
+%{_kf5_sharedir}/dbus-1/services/org.kde.kalendarac.service
+
 %files devel
-%dir %{_kf5_includedir}/Akonadi
-%dir %{_kf5_includedir}/akonadi
 %{_kf5_cmakedir}/KF5AkonadiCalendar/
-%{_kf5_includedir}/Akonadi/Calendar/
-%{_kf5_includedir}/akonadi-calendar_version.h
-%{_kf5_includedir}/akonadi/calendar/
+%{_kf5_includedir}/AkonadiCalendar/
 %{_kf5_libdir}/libKF5AkonadiCalendar.so
 %{_kf5_mkspecsdir}/qt_AkonadiCalendar.pri
 

++++++ 0001-Make-sure-the-reminder-daemon-is-not-started-by-defa.patch ++++++
>From 085b191e39eeaa25549d3ecea15f7aaca1f6d35d Mon Sep 17 00:00:00 2001
From: Luca Beltrame <lbeltr...@kde.org>
Date: Wed, 9 Mar 2022 06:15:22 +0100
Subject: [PATCH] Make sure the reminder daemon is not started by default

---
 reminder-daemon/org.kde.kalendarac.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reminder-daemon/org.kde.kalendarac.desktop 
b/reminder-daemon/org.kde.kalendarac.desktop
index 0c175d4..e80f8da 100644
--- a/reminder-daemon/org.kde.kalendarac.desktop
+++ b/reminder-daemon/org.kde.kalendarac.desktop
@@ -44,6 +44,6 @@ GenericName[uk]=???????????? ?????????????? ???????????? 
????????????????????
 GenericName[x-test]=xxReminder Daemon Clientxx
 Terminal=false
 X-KDE-autostart-phase=2
-X-KDE-autostart-condition=kalendaracrc:General:Autostart:true
+X-KDE-autostart-condition=kalendaracrc:General:Autostart:false
 X-DBUS-StartupType=Unique
 
-- 
2.35.3


++++++ akonadi-calendar-21.12.3.tar.xz -> akonadi-calendar-22.04.0.tar.xz ++++++
++++ 28501 lines of diff (skipped)

Reply via email to