Hello community,
here is the log from the commit of package incidenceeditor for openSUSE:Factory
checked in at 2019-12-13 12:02:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/incidenceeditor (Old)
and /work/SRC/openSUSE:Factory/.incidenceeditor.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "incidenceeditor"
Fri Dec 13 12:02:00 2019 rev:46 rq:756166 version:19.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/incidenceeditor/incidenceeditor.changes
2019-11-12 11:34:52.514055545 +0100
+++
/work/SRC/openSUSE:Factory/.incidenceeditor.new.4691/incidenceeditor.changes
2019-12-13 12:02:28.637445183 +0100
@@ -1,0 +2,35 @@
+Tue Dec 10 06:38:12 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+ * Don't use nullptr for flags
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:33 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.90
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:05 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.80
+ * New feature release
+- Changes since 19.08.3:
+ * Make sure that mimeData is not null
+ * QString::remove operates on the same object, no need to reassign
+ * Use QLatin1String overload for QString::operator ==/!=
+ * Use QLatin1String in join/startswith/endsWith/contains + QString::replace
operates on the same object, no need to reassign
+ * Add missing override
+ * Insert ldap addresses
+ * Use new plugin
+ * Add dummy API docs, so these classes show up on api.kde.org
+ * Add clear button on lineedit + add "insert url" in incident editor
+
+-------------------------------------------------------------------
Old:
----
incidenceeditor-19.08.3.tar.xz
incidenceeditor-19.08.3.tar.xz.sig
New:
----
incidenceeditor-19.12.0.tar.xz
incidenceeditor-19.12.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ incidenceeditor.spec ++++++
--- /var/tmp/diff_new_pack.OcK6KV/_old 2019-12-13 12:02:29.209444966 +0100
+++ /var/tmp/diff_new_pack.OcK6KV/_new 2019-12-13 12:02:29.213444964 +0100
@@ -1,7 +1,7 @@
#
# spec file for package incidenceeditor
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,44 +16,43 @@
#
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: incidenceeditor
-Version: 19.08.3
+Version: 19.12.0
Release: 0
Summary: Incidenceeditor library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Development/Libraries/KDE
URL: https://www.kde.org
-Source:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
-Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
-BuildRequires: akonadi-calendar-devel
-BuildRequires: akonadi-mime-devel >= %{_kapp_version}
-BuildRequires: akonadi-server-devel
-BuildRequires: calendarsupport-devel
-BuildRequires: eventviews-devel
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
-BuildRequires: kcalcore-devel
-BuildRequires: kcalutils-devel
-BuildRequires: kcodecs-devel
BuildRequires: kdepim-apps-libs-devel
-BuildRequires: kdiagram-devel
BuildRequires: kf5-filesystem
-BuildRequires: ki18n-devel
-BuildRequires: kidentitymanagement-devel
-BuildRequires: kldap-devel
-BuildRequires: kmailtransport-devel
-BuildRequires: kmime-devel
-BuildRequires: libkdepim-devel
-BuildRequires: pkgconfig
-BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires: cmake(KChart)
+BuildRequires: cmake(KF5Akonadi)
+BuildRequires: cmake(KF5AkonadiCalendar)
+BuildRequires: cmake(KF5AkonadiMime)
+BuildRequires: cmake(KF5CalendarCore)
+BuildRequires: cmake(KF5CalendarSupport)
+BuildRequires: cmake(KF5CalendarUtils)
+BuildRequires: cmake(KF5Codecs)
+BuildRequires: cmake(KF5EventViews)
+BuildRequires: cmake(KF5I18n)
+BuildRequires: cmake(KF5IdentityManagement)
+BuildRequires: cmake(KF5Ldap)
+BuildRequires: cmake(KF5Libkdepim)
+BuildRequires: cmake(KF5MailTransport)
+BuildRequires: cmake(KF5Mime)
+BuildRequires: cmake(Qt5Test) >= 5.4.0
+BuildRequires: cmake(Qt5Widgets) >= 5.4.0
Recommends: %{name}-lang
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
@@ -95,14 +94,14 @@
Summary: Development package for incidenceeditor
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE
-Requires: calendarsupport-devel
-Requires: eventviews-devel
-Requires: kcalcore-devel
-Requires: kcalutils-devel
-Requires: kdiagram-devel
-Requires: kmailtransport-devel
-Requires: kmime-devel
Requires: libKF5IncidenceEditor5 = %{version}
+Requires: cmake(KChart)
+Requires: cmake(KF5CalendarCore)
+Requires: cmake(KF5CalendarSupport)
+Requires: cmake(KF5CalendarUtils)
+Requires: cmake(KF5EventViews)
+Requires: cmake(KF5MailTransport)
+Requires: cmake(KF5Mime)
%description devel
The development package for the incidenceeditor libraries
++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.OcK6KV/_old and
/var/tmp/diff_new_pack.OcK6KV/_new differ
++++++ incidenceeditor-19.08.3.tar.xz -> incidenceeditor-19.12.0.tar.xz ++++++
++++ 40415 lines of diff (skipped)