Hello community,

here is the log from the commit of package kmailtransport for openSUSE:Factory 
checked in at 2018-08-22 14:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmailtransport (Old)
 and      /work/SRC/openSUSE:Factory/.kmailtransport.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmailtransport"

Wed Aug 22 14:13:50 2018 rev:36 rq:630144 version:18.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kmailtransport/kmailtransport.changes    
2018-07-18 22:43:15.381086031 +0200
+++ /work/SRC/openSUSE:Factory/.kmailtransport.new/kmailtransport.changes       
2018-08-22 14:13:51.897429313 +0200
@@ -1,0 +2,33 @@
+Thu Aug 16 22:05:19 UTC 2018 - christo...@krop.fr
+
+- Update to 18.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.0.php
+- Changes since 18.07.80:
+  * kioslave was remove long time ago 
+
+-------------------------------------------------------------------
+Thu Jul 26 13:00:47 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+- Changes since 18.04.3:
+  * Use Q_REQUIRED_RESULT
+  * SMTP: port XOAUTH handler to the new KGAPI2::AccountManager
+  * SMTP: use the new KSmtp encryption enumerators
+  * Use 587 as default SMTP port, fallback to 25 if 587 fails in ServerTest
+  * Use SSL/TLS and STARTTLS as encryption option labels
+  * Handle XOAUTH token expiration reported by KSmtp
+  * Don't use deprecated api
+  * SMTP: Add support for XOAUTH2 method
+  * Implement auto-detection of XOAUTH2 method
+  * Add clear button
+  * Avoid to export private class
+  * Fix metainfo.yaml
+  * Port to new connect api
+  * Remove private slot
+
+-------------------------------------------------------------------

Old:
----
  kmailtransport-18.04.3.tar.xz

New:
----
  kmailtransport-18.08.0.tar.xz

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

Other differences:
------------------
++++++ kmailtransport.spec ++++++
--- /var/tmp/diff_new_pack.kEelXB/_old  2018-08-22 14:13:52.293430252 +0200
+++ /var/tmp/diff_new_pack.kEelXB/_new  2018-08-22 14:13:52.297430262 +0200
@@ -20,11 +20,11 @@
 
 %define kf5_version 5.19.0
 Name:           kmailtransport
-Version:        18.04.3
+Version:        18.08.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        KDE PIM Libraries: Mailtransport layer
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
@@ -40,11 +40,10 @@
 BuildRequires:  kmime-devel
 BuildRequires:  ksmtp-devel
 BuildRequires:  kwallet-devel >= %{kf5_version}
+BuildRequires:  libkgapi-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Test)
-%if %{with lang}
 Recommends:     %{name}-lang
-%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +53,7 @@
 Summary:        Mail Transport library for KDEPIM
 Group:          System/Libraries
 Requires:       %{name} >= %{version}
+Requires:       sasl2-kdexoauth2-3 >= %{_kapp_version}
 
 %description -n libKF5MailTransport5
 The Mail Transport library for KDEPIM functionality
@@ -87,15 +87,13 @@
 This package contains necessary include files and libraries needed
 to develop KDE PIM applications.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n kmailtransport-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
+  %cmake_kf5 -d build -- -DBUILD_TESTING=OFF 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
   %make_jobs
 
 %install
@@ -109,7 +107,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %dir %{_kf5_configkcfgdir}
 %config %{_kf5_configdir}/kmailtransport.categories
 %config %{_kf5_configdir}/kmailtransport.renamecategories
@@ -121,17 +119,17 @@
 
 %files -n libKF5MailTransport5
 %defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_libdir}/libKF5MailTransport.so.5*
 
 %files -n libKF5MailTransportAkonadi5
 %defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_libdir}/libKF5MailTransportAkonadi.so.5*
 
 %files devel
 %defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_cmakedir}/KF5MailTransport/
 %{_kf5_includedir}/MailTransport/
 %{_kf5_includedir}/MailTransportAkonadi/
@@ -147,7 +145,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ kmailtransport-18.04.3.tar.xz -> kmailtransport-18.08.0.tar.xz ++++++
++++ 5628 lines of diff (skipped)


Reply via email to