Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kalendar for openSUSE:Factory checked in at 2022-12-09 16:59:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kalendar (Old) and /work/SRC/openSUSE:Factory/.kalendar.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kalendar" Fri Dec 9 16:59:48 2022 rev:10 rq:1041883 version:22.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kalendar/kalendar.changes 2022-11-04 17:37:41.301664098 +0100 +++ /work/SRC/openSUSE:Factory/.kalendar.new.1835/kalendar.changes 2022-12-09 17:01:49.945013720 +0100 @@ -1,0 +2,27 @@ +Fri Dec 9 13:30:12 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Use qmlimport dependencies for public org.kde.kalendar.* +- Drop requires on nonexisting -import subpackage +- Install the plasmoid with kalendar if plasma5-workspace is installed + +------------------------------------------------------------------- +Fri Dec 2 12:24:51 UTC 2022 - Christophe Marin <christo...@krop.fr> + +- Update to 22.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.12.0/ + +------------------------------------------------------------------- +Sat Nov 26 16:44:31 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.11.90 + * New feature release + +------------------------------------------------------------------- +Sat Nov 12 08:53:40 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.11.80 + * New feature release + +------------------------------------------------------------------- Old: ---- kalendar-22.08.3.tar.xz kalendar-22.08.3.tar.xz.sig New: ---- kalendar-22.12.0.tar.xz kalendar-22.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kalendar.spec ++++++ --- /var/tmp/diff_new_pack.cIwX0s/_old 2022-12-09 17:01:50.337015661 +0100 +++ /var/tmp/diff_new_pack.cIwX0s/_new 2022-12-09 17:01:50.341015680 +0100 @@ -1,7 +1,7 @@ # # spec file for package kalendar # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,11 @@ # -%global __requires_exclude qmlimport\\(org\\.kde\\.kalendar.* -%define kf5_version 5.91.0 +%global __requires_exclude qmlimport\\((org\\.kde\\.kalendar\\.1|org\\.kde\\.raven).* +%define kf5_version 5.96.0 %bcond_without released Name: kalendar -Version: 22.08.3 +Version: 22.12.0 Release: 0 Summary: Calendar Application License: GPL-3.0-only @@ -31,6 +31,7 @@ Source2: applications.keyring %endif BuildRequires: extra-cmake-modules >= %{kf5_version} +BuildRequires: pkgconfig BuildRequires: cmake(KF5Akonadi) >= 5.19.0 BuildRequires: cmake(KF5AkonadiContact) >= 5.19.0 BuildRequires: cmake(KF5CalendarCore) @@ -44,6 +45,9 @@ BuildRequires: cmake(KF5IconThemes) BuildRequires: cmake(KF5ItemModels) BuildRequires: cmake(KF5Kirigami2) +BuildRequires: cmake(KF5MailCommon) +BuildRequires: cmake(KF5PimCommonAkonadi) +BuildRequires: cmake(KF5Plasma) BuildRequires: cmake(KF5QQC2DesktopStyle) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5XmlGui) @@ -53,6 +57,8 @@ BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5QuickControls2) BuildRequires: cmake(Qt5Svg) +BuildRequires: cmake(Qt5WebEngineWidgets) +BuildRequires: pkgconfig(gpgme) Requires: kalendarac Requires: kdepim-addons Requires: kdepim-runtime @@ -63,13 +69,21 @@ Requires: qt5qmlimport(QtQuick.Dialogs.1) Requires: qt5qmlimport(org.kde.kitemmodels.1) # Got vendored for now -#Requires: qt5qmlimport(org.kde.kirigamiaddons.treeview.1) -# it only briefly existed in the devel project, no need for Provides/Obsoletes -Conflicts: kalendar-imports +# 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 %description Calendar application using Akonadi to sync with external services (NextCloud, GMail, ...). +%package plasmoid +Summary: Plasma widget to view address book contacts +Supplements: (%{name} and plasma5-workspace) +Requires: %{name} = %{version} + +%description plasmoid +This package provides a Plasma widget to view address book contacts. + %lang_package %prep @@ -81,9 +95,8 @@ %install %kf5_makeinstall -C build -%if %{with released} - %find_lang %{name} --with-man --all-name -%endif + +%find_lang %{name} --with-man --all-name %files %license LICENSES/* @@ -97,9 +110,13 @@ %{_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/mail/ + +%files plasmoid +%dir %{_kf5_plasmadir}/plasmoids +%{_kf5_appstreamdir}/org.kde.kalendar.contact.appdata.xml +%{_kf5_plasmadir}/plasmoids/org.kde.kalendar.contact -%if %{with released} %files lang -f %{name}.lang -%endif %changelog ++++++ kalendar-22.08.3.tar.xz -> kalendar-22.12.0.tar.xz ++++++ ++++ 139602 lines of diff (skipped)