Hello community,

here is the log from the commit of package mailimporter for openSUSE:Factory 
checked in at 2017-05-08 18:58:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mailimporter (Old)
 and      /work/SRC/openSUSE:Factory/.mailimporter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mailimporter"

Mon May  8 18:58:59 2017 rev:13 rq:490515 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mailimporter/mailimporter.changes        
2017-03-15 01:59:18.324727536 +0100
+++ /work/SRC/openSUSE:Factory/.mailimporter.new/mailimporter.changes   
2017-05-08 18:59:02.261847473 +0200
@@ -1,0 +2,33 @@
+Sun Apr 16 10:45:19 CEST 2017 - lbeltr...@kde.org
+
+- 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:
+  * Prefer using QStandardPath
+
+-------------------------------------------------------------------
+Wed Apr 12 20:32:14 CEST 2017 - lbeltr...@kde.org
+
+- 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:
+  * Add autotest based on akonadi
+  * Signal when we don't maildir is empty
+  * Add autotest for plain text
+  * Add method for importing mails
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:51 CET 2017 - lbeltr...@kde.org
+
+- 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:
----
  mailimporter-16.12.3.tar.xz

New:
----
  mailimporter-17.04.0.tar.xz

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

Other differences:
------------------
++++++ mailimporter.spec ++++++
--- /var/tmp/diff_new_pack.aBO5hJ/_old  2017-05-08 18:59:02.877760467 +0200
+++ /var/tmp/diff_new_pack.aBO5hJ/_new  2017-05-08 18:59:02.881759901 +0200
@@ -16,11 +16,13 @@
 #
 
 
+%bcond_without lang
+
 Name:           mailimporter
-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:        Mail import functionality for KDE PIM
 License:        GPL-2.0
@@ -43,8 +45,14 @@
 BuildRequires:  pkgconfig(Qt5UiTools) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.4.0
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,6 +60,10 @@
 for importing mail from different formats into Mail User Agents such as
 KMail or Kontact.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
 
@@ -62,12 +74,15 @@
 
 %install
 %kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+%endif
 
 %package -n libKF5MailImporter5
 Summary:        MailImporter library for kdepim
 License:        LGPL-2.1+
 Group:          System/Libraries
-Requires:       %{name}
+Requires:       %{name} >= %{version}
 
 %description -n libKF5MailImporter5
 This package provides the mailimporter library, used by KDE PIM applications
@@ -76,11 +91,26 @@
 %post  -n libKF5MailImporter5 -p /sbin/ldconfig
 %postun -n libKF5MailImporter5 -p /sbin/ldconfig
 
+%package -n libKF5MailImporterAkonadi5
+Summary:        MailImporter Akonadi based library for kdepim
+License:        LGPL-2.1+
+Group:          System/Libraries
+Requires:       %{name} >= %{version}
+
+%description -n libKF5MailImporterAkonadi5
+This package provides the mailimporter library for Akonadi based functions,
+used by KDE PIM applications to import data from other mail formats
+(such as mbox, Maildir...).
+
+%post  -n libKF5MailImporterAkonadi5 -p /sbin/ldconfig
+%postun -n libKF5MailImporterAkonadi5 -p /sbin/ldconfig
+
 %package devel
 Summary:        Development package for mailimporter
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       libKF5MailImporter5 = %{version}
+Requires:       libKF5MailImporterAkonadi5 = %{version}
 
 %description devel
 This package provides the development headers of the mailimporter library.
@@ -89,18 +119,33 @@
 %defattr(-,root,root)
 %{_includedir}/KF5/mailimporter/
 %{_includedir}/KF5/MailImporter/
+%{_includedir}/KF5/MailImporterAkonadi/
 %{_includedir}/KF5/mailimporter_version.h
+%{_includedir}/KF5/mailimporterakonadi_version.h
+%{_includedir}/KF5/mailimporterakonadi/
 %{_libdir}/cmake/KF5MailImporter/
+%{_libdir}/cmake/KF5MailImporterAkonadi/
 %{_libdir}/libKF5MailImporter.so
-%{_libdir}/qt5/mkspecs/modules/qt_MailImporter.pri
+%{_libdir}/libKF5MailImporterAkonadi.so
+%{_kf5_mkspecsdir}/qt_MailImporter.pri
+%{_kf5_mkspecsdir}/qt_MailImporterAkonadi.pri
 
 %files -n libKF5MailImporter5
 %defattr(-,root,root)
 %{_libdir}/libKF5MailImporter.so.*
 
+%files -n libKF5MailImporterAkonadi5
+%defattr(-,root,root)
+%{_libdir}/libKF5MailImporterAkonadi.so.*
+
 %files
 %defattr(-,root,root)
 %config %{_kf5_configdir}/mailimporter.categories
 %config %{_kf5_configdir}/mailimporter.renamecategories
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ mailimporter-16.12.3.tar.xz -> mailimporter-17.04.0.tar.xz ++++++
++++ 74770 lines of diff (skipped)


Reply via email to