Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package akonadi-contact for openSUSE:Factory 
checked in at 2021-08-16 10:05:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-contact (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-contact.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-contact"

Mon Aug 16 10:05:58 2021 rev:65 rq:911586 version:21.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-contact/akonadi-contact.changes  
2021-07-09 23:58:06.421099481 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-contact.new.1899/akonadi-contact.changes    
    2021-08-16 10:06:04.123491127 +0200
@@ -1,0 +2,38 @@
+Fri Aug  6 09:33:32 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.0
+- Changes since 21.07.90:
+  * Drop X-KDE-Keywords entries from kcm desktop files
+
+-------------------------------------------------------------------
+Fri Jul 30 10:04:16 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.07.90
+  * New feature release
+- No code change since 21.07.80
+
+-------------------------------------------------------------------
+Sat Jul 17 20:04:44 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.07.80
+  * New feature release
+- Changes since 21.04.3:
+  * Make sure that we don't cancel dialog
+  * Port away from KStatefulBrush::brush(const QWidget*)
+  * Add CMake check for KCMUtils without which akonadi-contacts fails to 
compile
+  * It's already find in top level
+  * Use K_PLUGIN_CLASS_WITH_JSON install in pim/kcm/kaddressbook too
+  * Remove ServiceTypes
+  * Fix some clazy warning
+  * Modernize code
+  * Remove unused includes
+  * Fix mem leak found by asan
+  * Replace std::binary_function usage with a lambda
+  * Fix for MSVC compile
+  * Add missing parent
+- Only install the license files once
+
+-------------------------------------------------------------------

Old:
----
  akonadi-contacts-21.04.3.tar.xz
  akonadi-contacts-21.04.3.tar.xz.sig

New:
----
  akonadi-contacts-21.08.0.tar.xz
  akonadi-contacts-21.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ akonadi-contact.spec ++++++
--- /var/tmp/diff_new_pack.dNS0Q9/_old  2021-08-16 10:06:07.855486661 +0200
+++ /var/tmp/diff_new_pack.dNS0Q9/_new  2021-08-16 10:06:07.859486656 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           akonadi-contact
-Version:        21.04.3
+Version:        21.08.0
 Release:        0
 Summary:        KDE PIM Libraries for Akonadi Contacts
 License:        LGPL-2.1-or-later
@@ -46,6 +46,8 @@
 BuildRequires:  cmake(KF5GrantleeTheme)
 BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
 BuildRequires:  cmake(KF5IconThemes) >= %{kf5_version}
+# Needed by kdesktopjson
+BuildRequires:  cmake(KF5KCMUtils) >= %{kf5_version}
 BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
 BuildRequires:  cmake(KF5Libkleo)
 BuildRequires:  cmake(KF5Mime)
@@ -58,7 +60,6 @@
 BuildRequires:  cmake(Qt5Widgets)
 Requires:       libKF5AkonadiContact5 = %{version}
 Requires:       libKF5ContactEditor5 = %{version}
-Recommends:     %{name}-lang
 Provides:       akonadi-contacts = %{version}
 Obsoletes:      akonadi-contacts < %{version}
 
@@ -141,19 +142,19 @@
 %{_kf5_debugdir}/*.categories
 %{_kf5_debugdir}/*.renamecategories
 %{_kf5_plugindir}/akonadi/contacts/plugins/
-%{_kf5_plugindir}/kcm_akonadicontact_actions.so
+%dir %{_kf5_plugindir}/pim/
+%dir %{_kf5_plugindir}/pim/kcms/
+%dir %{_kf5_plugindir}/pim/kcms/kaddressbook
+%{_kf5_plugindir}/pim/kcms/kaddressbook/kcm_akonadicontact_actions.so
 %{_kf5_servicesdir}/akonadicontact_actions.desktop
 
 %files -n libKF5AkonadiContact5
-%license LICENSES/*
 %{_kf5_libdir}/libKF5AkonadiContact.so.*
 
 %files -n libKF5ContactEditor5
-%license LICENSES/*
 %{_kf5_libdir}/libKF5ContactEditor.so.*
 
 %files -n akonadi-plugin-contacts
-%license LICENSES/*
 %{_kf5_plugindir}/akonadi_serializer_addressee.so
 %{_kf5_plugindir}/akonadi_serializer_contactgroup.so
 %dir %{_kf5_sharedir}/akonadi
@@ -163,7 +164,6 @@
 
%{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop
 
 %files devel
-%license LICENSES/*
 %dir %{_kf5_includedir}/Akonadi
 %dir %{_kf5_includedir}/ContactEditor
 %dir %{_kf5_includedir}/akonadi
@@ -181,7 +181,6 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%license LICENSES/*
 %endif
 
 %changelog

++++++ akonadi-contacts-21.04.3.tar.xz -> akonadi-contacts-21.08.0.tar.xz ++++++
++++ 15758 lines of diff (skipped)

Reply via email to