diff --git a/mailimporter-16.12.3.tar.xz b/mailimporter-16.12.3.tar.xz deleted file mode 100644 index 6d02b64..0000000 --- a/mailimporter-16.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4150e1980c0f396aac49f957abfab7f3162ba04e49f05e859910012f4d24d223 -size 382656 diff --git a/mailimporter-17.03.80.tar.xz b/mailimporter-17.03.80.tar.xz new file mode 100644 index 0000000..1bed8ae --- /dev/null +++ b/mailimporter-17.03.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7a9f50432b126da7b63757d5a413831080cb7d6f2514cdba2987e9262c6824 +size 386712 diff --git a/mailimporter.changes b/mailimporter.changes index 7f8b227..57ccbc2 100644 --- a/mailimporter.changes +++ b/mailimporter.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Mar 25 23:10:51 CET 2017 - lbeltrame@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 + ------------------------------------------------------------------- Thu Mar 9 12:43:46 CET 2017 - lbeltrame@kde.org @@ -20,14 +30,14 @@ Thu Feb 9 07:18:32 UTC 2017 - lbeltrame@kde.org Sat Jan 14 09:06:37 UTC 2017 - lbeltrame@kde.org - - Update to KDE Applications 16.12.1 - * KDE Applications 16.12.1 + * KDE Applications 16.12.1 * https://www.kde.org/announcements/announce-applications-16.12.1.php ------------------------------------------------------------------- Tue Dec 13 20:01:34 UTC 2016 - tittiatcoke@gmail.com - Update to KDE Applications 16.12.0 - * KDE Applications 16.12.0 + * KDE Applications 16.12.0 * https://www.kde.org/announcements/announce-applications-16.12.0.php diff --git a/mailimporter.spec b/mailimporter.spec index 997c763..646d888 100644 --- a/mailimporter.spec +++ b/mailimporter.spec @@ -17,10 +17,10 @@ Name: mailimporter -Version: 16.12.3 +Version: 17.03.80 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,6 +43,11 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.4.0 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -67,7 +72,7 @@ KMail or Kontact. 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 +81,26 @@ to import data from other mail formats (such as mbox, Maildir...). %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,15 +109,25 @@ This package provides the development headers of the mailimporter library. %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