Hello community,
here is the log from the commit of package akonadi-import-wizard for
openSUSE:Factory checked in at 2017-05-08 18:45:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-import-wizard (Old)
and /work/SRC/openSUSE:Factory/.akonadi-import-wizard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-import-wizard"
Mon May 8 18:45:07 2017 rev:5 rq:490329 version:17.04.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/akonadi-import-wizard/akonadi-import-wizard.changes
2017-03-16 09:36:26.230064063 +0100
+++
/work/SRC/openSUSE:Factory/.akonadi-import-wizard.new/akonadi-import-wizard.changes
2017-05-08 18:45:08.487656020 +0200
@@ -1,0 +2,59 @@
+Sun Apr 16 10:44:42 CEST 2017 - [email protected]
+
+- Update to 17.04.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+ * Add Geary importer
+ * Use QFileInfo::exists()
+ * USe QFileInfo::exists( ) static method
+ * Use QByteArrayLiteral
+ * Remove old comment
+ * Comment some not implemented code
+ * Minor optimization
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:08 CEST 2017 - [email protected]
+
+- Update to 17.03.90
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+ * Make sure that mailtransport is a smtp
+ * Fix enable/disable using signature
+ * Import signature too
+ * Import alias email too
+ * import identity/mailtransport too
+ * Minor optimization
+ * Reactivate import settings
+ * Comment some not implement feature. Minor optmization
+ * Start to implement import imap settings
+ * Continue to import sieve settings
+ * Look at to implement import sieve settings
+ * Rename variable
+ * Start to implement import sieve settings
+ * Try to import OAuth2
+ * Add plain text support
+ * Add auth2 support
+ * We can import sieve support too
+ * Exclude some comment line
+ * Remove obsolete comment
+
+-------------------------------------------------------------------
+Fri Mar 31 18:28:45 UTC 2017 - [email protected]
+
+- Build only for architectures compatible with Qt WebEngine
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:04 CET 2017 - [email protected]
+
+- Update to 17.03.80
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+ * Too many changes to list here
+
+-------------------------------------------------------------------
Old:
----
akonadi-import-wizard-16.12.3.tar.xz
New:
----
akonadi-import-wizard-17.04.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ akonadi-import-wizard.spec ++++++
--- /var/tmp/diff_new_pack.1RWkF4/_old 2017-05-08 18:45:09.211553654 +0200
+++ /var/tmp/diff_new_pack.1RWkF4/_new 2017-05-08 18:45:09.215553089 +0200
@@ -16,13 +16,15 @@
#
+%bcond_without lang
+
Name: akonadi-import-wizard
-Version: 16.12.3
+Version: 17.04.0
Release: 0
%define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
-Summary: Base package of kdepim
+Summary: Assistant to import PIM data
License: GPL-2.0+ and LGPL-2.1+
Group: System/GUI/KDE
Url: http://www.kde.org
@@ -54,10 +56,17 @@
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires: pkgconfig(Qt5WebKit) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
+Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64
%description
-This package contains the core files of the kdepim module.
+Assistant to import PIM data from other applications into Akonadi for use in
KDE PIM applications.
+
+%if %{with lang}
+%lang_package
+%endif
%prep
%setup -q
@@ -68,11 +77,20 @@
%install
%kf5_makeinstall -C build
+%if %{with lang}
+ %find_lang %{name} --with-man --all-name
+ %kf5_find_htmldocs
+%endif
%suse_update_desktop_file -u org.kde.importwizard Network Email
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
%files
%defattr(-,root,root)
%doc COPYING COPYING.LIB COPYING.DOC
+%{_libdir}/libimportwizard.so.5*
%config %{_kf5_configdir}/importwizard.categories
%config %{_kf5_configdir}/importwizard.renamecategories
%{_bindir}/importwizard
@@ -84,4 +102,9 @@
%{_datadir}/importwizard/
%{_datadir}/kconf_update/
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
%changelog
++++++ akonadi-import-wizard-16.12.3.tar.xz ->
akonadi-import-wizard-17.04.0.tar.xz ++++++
++++ 27409 lines of diff (skipped)