Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kalendar for openSUSE:Factory 
checked in at 2023-04-23 22:45:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kalendar (Old)
 and      /work/SRC/openSUSE:Factory/.kalendar.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kalendar"

Sun Apr 23 22:45:40 2023 rev:14 rq:1080554 version:23.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kalendar/kalendar.changes        2023-03-03 
22:28:03.479248898 +0100
+++ /work/SRC/openSUSE:Factory/.kalendar.new.1533/kalendar.changes      
2023-04-23 22:47:53.790858230 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:45:25 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.0/
+
+-------------------------------------------------------------------
+Fri Mar 31 16:41:43 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:43:07 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.03.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  kalendar-22.12.3.tar.xz
  kalendar-22.12.3.tar.xz.sig

New:
----
  kalendar-23.04.0.tar.xz
  kalendar-23.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ kalendar.spec ++++++
--- /var/tmp/diff_new_pack.aayOIK/_old  2023-04-23 22:47:54.294861078 +0200
+++ /var/tmp/diff_new_pack.aayOIK/_new  2023-04-23 22:47:54.302861122 +0200
@@ -20,7 +20,7 @@
 %define kf5_version 5.96.0
 %bcond_without released
 Name:           kalendar
-Version:        22.12.3
+Version:        23.04.0
 Release:        0
 Summary:        Calendar Application
 License:        GPL-3.0-only
@@ -31,33 +31,42 @@
 Source2:        applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
+%if 0%{?suse_version} == 1500
+BuildRequires:  gcc10-c++
+BuildRequires:  gcc10-PIE
+%endif
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(KF5Akonadi) >= 5.19.0
-BuildRequires:  cmake(KF5AkonadiContact) >= 5.19.0
 BuildRequires:  cmake(KF5CalendarCore)
-BuildRequires:  cmake(KF5CalendarSupport) >= 5.19.0
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5Contacts)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5EventViews) >= 5.19.0
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
 BuildRequires:  cmake(KF5ItemModels)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5Kirigami2)
-BuildRequires:  cmake(KF5MailCommon)
+BuildRequires:  cmake(KF5KirigamiAddons)
 BuildRequires:  cmake(KF5PimCommonAkonadi)
 BuildRequires:  cmake(KF5Plasma)
 BuildRequires:  cmake(KF5QQC2DesktopStyle)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KPim5Akonadi)
+BuildRequires:  cmake(KPim5AkonadiCalendar)
+BuildRequires:  cmake(KPim5AkonadiContact)
+BuildRequires:  cmake(KPim5AkonadiMime)
+BuildRequires:  cmake(KPim5CalendarSupport)
+BuildRequires:  cmake(KPim5EventViews)
+BuildRequires:  cmake(KPim5MailCommon)
 BuildRequires:  cmake(Qt5Core) >= 5.15.2
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5QuickControls2)
 BuildRequires:  cmake(Qt5Svg)
-BuildRequires:  cmake(Qt5WebEngineWidgets)
+BuildRequires:  cmake(Qt5Test)
+BuildRequires:  cmake(Qt5QuickTest)
 BuildRequires:  pkgconfig(gpgme)
 Requires:       kalendarac
 Requires:       kdepim-addons
@@ -70,8 +79,8 @@
 Requires:       qt5qmlimport(org.kde.kitemmodels.1)
 # Got vendored for now
 # Requires:       qt5qmlimport(org.kde.kirigamiaddons.treeview.1)
-# It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
+# kalendar has a runtime dependency on QtWebEngine
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64
 
 %description
 Calendar application using Akonadi to sync with external services (NextCloud, 
GMail, ...).
@@ -90,6 +99,10 @@
 %autosetup -p1
 
 %build
+%if 0%{?suse_version} == 1500
+  export CXX=g++-10
+%endif
+
 %cmake_kf5 -d build
 %cmake_build
 
@@ -110,7 +123,9 @@
 %{_kf5_iconsdir}/hicolor/scalable/apps/org.kde.kalendar.svg
 %{_kf5_qmldir}/org/kde/akonadi/
 %{_kf5_qmldir}/org/kde/kalendar/contact/
+%{_kf5_qmldir}/org/kde/kalendar/calendar/
 %{_kf5_qmldir}/org/kde/kalendar/mail/
+%{_kf5_qmldir}/org/kde/kalendar/components/
 
 %files plasmoid
 %dir %{_kf5_plasmadir}/plasmoids


++++++ kalendar-22.12.3.tar.xz -> kalendar-23.04.0.tar.xz ++++++
++++ 104204 lines of diff (skipped)

Reply via email to