Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package incidenceeditor for openSUSE:Factory
checked in at 2021-08-16 10:06:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/incidenceeditor (Old)
and /work/SRC/openSUSE:Factory/.incidenceeditor.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "incidenceeditor"
Mon Aug 16 10:06:11 2021 rev:66 rq:911616 version:21.08.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/incidenceeditor/incidenceeditor.changes
2021-07-09 23:58:27.660934311 +0200
+++
/work/SRC/openSUSE:Factory/.incidenceeditor.new.1899/incidenceeditor.changes
2021-08-16 10:06:30.599459444 +0200
@@ -1,0 +2,34 @@
+Fri Aug 6 09:34:50 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.08.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/gear/21.08.0
+- No code change since 21.07.90
+
+-------------------------------------------------------------------
+Fri Jul 30 10:04:33 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.07.90
+ * New feature release
+- Changes since 21.07.80:
+ * Fix possible abort when creating incidences with tags
+
+-------------------------------------------------------------------
+Sat Jul 17 20:05:37 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.07.80
+ * New feature release
+- Changes since 21.04.3:
+ * Replace "Title" with "Summary" in the user interface
+ * Allow change of completion percentage of completed to-dos (kde#397721)
+ * Get tags directly from the Akonadi::Item
+ * individualmaildialog.cpp is already as exported symbol
+ * Export symbol for test apps
+ * modernize code
+ * Use forward declaration when it's possible
+ * Allow to build test without akonadi support
+ * Fix warning
+- Only install the license files once
+
+-------------------------------------------------------------------
Old:
----
incidenceeditor-21.04.3.tar.xz
incidenceeditor-21.04.3.tar.xz.sig
New:
----
incidenceeditor-21.08.0.tar.xz
incidenceeditor-21.08.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ incidenceeditor.spec ++++++
--- /var/tmp/diff_new_pack.WgwYhx/_old 2021-08-16 10:06:33.135456408 +0200
+++ /var/tmp/diff_new_pack.WgwYhx/_new 2021-08-16 10:06:33.139456403 +0200
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: incidenceeditor
-Version: 21.04.3
+Version: 21.08.0
Release: 0
Summary: Incidenceeditor library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -51,31 +51,14 @@
BuildRequires: cmake(KF5MailTransport)
BuildRequires: cmake(KF5Mime)
BuildRequires: cmake(KF5PimCommonAkonadi)
-BuildRequires: cmake(Qt5Test) >= 5.14.0
-BuildRequires: cmake(Qt5Widgets) >= 5.14.0
-Recommends: %{name}-lang
+BuildRequires: cmake(Qt5Test) >= 5.15.0
+BuildRequires: cmake(Qt5Widgets) >= 5.15.0
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%description
This package contains the incidenceeditor library.
-%lang_package
-
-%prep
-%autosetup -p1
-
-%build
-%cmake_kf5 -d build
-
-%cmake_build
-
-%install
-%kf5_makeinstall -C build
-%if %{with lang}
- %find_lang %{name} --with-man --all-name
-%endif
-
%package -n libKF5IncidenceEditor5
Summary: Incidenceeditor Library
License: LGPL-2.1-or-later
@@ -87,9 +70,6 @@
%description -n libKF5IncidenceEditor5
The IncidenceEditor library for KDE PIM applications.
-%post -n libKF5IncidenceEditor5 -p /sbin/ldconfig
-%postun -n libKF5IncidenceEditor5 -p /sbin/ldconfig
-
%package devel
Summary: Development package for incidenceeditor
License: LGPL-2.1-or-later
@@ -106,8 +86,26 @@
%description devel
The development package for the incidenceeditor libraries.
+%lang_package
+
+%prep
+%autosetup -p1
+
+%build
+%cmake_kf5 -d build
+
+%cmake_build
+
+%install
+%kf5_makeinstall -C build
+%if %{with lang}
+ %find_lang %{name} --with-man --all-name
+%endif
+
+%post -n libKF5IncidenceEditor5 -p /sbin/ldconfig
+%postun -n libKF5IncidenceEditor5 -p /sbin/ldconfig
+
%files devel
-%license LICENSES/*
%{_kf5_cmakedir}/KF5IncidenceEditor/
%{_kf5_includedir}/IncidenceEditor/
%{_kf5_includedir}/incidenceeditor/
@@ -120,13 +118,11 @@
%{_libdir}/libKF5IncidenceEditor.so.*
%files
-%license LICENSES/*
%{_kf5_debugdir}/incidenceeditor.categories
%{_kf5_debugdir}/incidenceeditor.renamecategories
%if %{with lang}
%files lang -f %{name}.lang
-%license LICENSES/*
%endif
%changelog
++++++ incidenceeditor-21.04.3.tar.xz -> incidenceeditor-21.08.0.tar.xz ++++++
++++ 39831 lines of diff (skipped)