From 96759100cec39c1a5736b169daf0432eefd7e26cd1f0072a103c8932f64fc835 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:28:01 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=60 --- mailimporter-17.04.3.tar.xz | 3 --- mailimporter-17.07.90.tar.xz | 3 +++ mailimporter.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 mailimporter-17.04.3.tar.xz create mode 100644 mailimporter-17.07.90.tar.xz diff --git a/mailimporter-17.04.3.tar.xz b/mailimporter-17.04.3.tar.xz deleted file mode 100644 index 82be993..0000000 --- a/mailimporter-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3bd4abb06be0135aff22d18efc89eeb346c31d986eb15d7600594effe8db638 -size 537452 diff --git a/mailimporter-17.07.90.tar.xz b/mailimporter-17.07.90.tar.xz new file mode 100644 index 0000000..e4b9cba --- /dev/null +++ b/mailimporter-17.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453ed77d001c0f8ce69c7742017445562cb1bc9a2711d9da124775dbda82b751 +size 537888 diff --git a/mailimporter.changes b/mailimporter.changes index 437dd08..3b0abe2 100644 --- a/mailimporter.changes +++ b/mailimporter.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 5 18:19:33 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + ------------------------------------------------------------------- Sun Jul 16 08:49:47 CEST 2017 - lbeltrame@kde.org From 1497fbd30bd90d0d9ed41a52f82e9b4686b3bf813ecd501041879698d2ff9336 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:53:44 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=61 --- mailimporter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailimporter.spec b/mailimporter.spec index 069a3fd..340a443 100644 --- a/mailimporter.spec +++ b/mailimporter.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: mailimporter -Version: 17.04.3 +Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From 1edad7b79d6070e2230aab76d8db97efb32d83d73f3cd11bd6c8098d0e1fd32a Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:01:17 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=62 --- mailimporter.changes | 18 +++++++++ mailimporter.spec | 96 +++++++++++++++++++++++--------------------- 2 files changed, 69 insertions(+), 45 deletions(-) diff --git a/mailimporter.changes b/mailimporter.changes index 3b0abe2..f6f0382 100644 --- a/mailimporter.changes +++ b/mailimporter.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Aug 11 22:46:26 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * use nullptr + * neon cmakelint: include find_dependency before using it + * Add more definitions QT_NO_URL_CAST_FROM_STRING + * Coding style + * Use Q_FALLTHROUGH + * Add seamonkey support + * Make it compile with QT_NO_CAST_FROM_BYTEARRAY + * Prepare qt6 :) don't use deprecated method + * Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT + * Fix version + ------------------------------------------------------------------- Sat Aug 5 18:19:33 UTC 2017 - christophe@krop.fr diff --git a/mailimporter.spec b/mailimporter.spec index 340a443..e1bdc1d 100644 --- a/mailimporter.spec +++ b/mailimporter.spec @@ -22,7 +22,7 @@ Name: mailimporter Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# 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}')} Summary: Mail import functionality for KDE PIM License: GPL-2.0 @@ -51,8 +51,10 @@ BuildRequires: libboost_headers-devel BuildRequires: boost-devel %endif # It can only build on the same platforms as Qt Webengine -ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64 +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -60,6 +62,37 @@ The mailimporter library is a KDE PIM project to provide a framework for importing mail from different formats into Mail User Agents such as KMail or Kontact. +%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. + +%package -n libKF5MailImporter5 +Summary: MailImporter library for kdepim +License: LGPL-2.1+ +Group: System/Libraries +Requires: %{name} >= %{version} + +%description -n libKF5MailImporter5 +This package provides the mailimporter library, used by KDE PIM applications +to import data from other mail formats (such as mbox, Maildir...). + +%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...). + %if %{with lang} %lang_package %endif @@ -78,68 +111,41 @@ KMail or Kontact. %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} >= %{version} - -%description -n libKF5MailImporter5 -This package provides the mailimporter library, used by KDE PIM applications -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. - %files devel %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}/libKF5MailImporterAkonadi.so +%doc COPYING* +%{_kf5_cmakedir}/KF5MailImporter/ +%{_kf5_cmakedir}/KF5MailImporterAkonadi/ +%{_kf5_includedir}/MailImporter/ +%{_kf5_includedir}/MailImporterAkonadi/ +%{_kf5_includedir}/mailimporter/ +%{_kf5_includedir}/mailimporter_version.h +%{_kf5_includedir}/mailimporterakonadi/ +%{_kf5_includedir}/mailimporterakonadi_version.h +%{_kf5_libdir}/libKF5MailImporter.so +%{_kf5_libdir}/libKF5MailImporterAkonadi.so %{_kf5_mkspecsdir}/qt_MailImporter.pri %{_kf5_mkspecsdir}/qt_MailImporterAkonadi.pri %files -n libKF5MailImporter5 %defattr(-,root,root) -%{_libdir}/libKF5MailImporter.so.* +%doc COPYING* +%{_kf5_libdir}/libKF5MailImporter.so.* %files -n libKF5MailImporterAkonadi5 %defattr(-,root,root) -%{_libdir}/libKF5MailImporterAkonadi.so.* +%doc COPYING* +%{_kf5_libdir}/libKF5MailImporterAkonadi.so.* %files %defattr(-,root,root) +%doc COPYING* %config %{_kf5_configdir}/mailimporter.categories %config %{_kf5_configdir}/mailimporter.renamecategories From 00f14f7e12b34851eafebfdce3c5fbfcf5ef2bf6cf7591a0cb49e0d25bc5b583 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:17:31 +0000 Subject: [PATCH 4/4] 17.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=63 --- mailimporter-17.07.90.tar.xz | 3 --- mailimporter-17.08.0.tar.xz | 3 +++ mailimporter.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 mailimporter-17.07.90.tar.xz create mode 100644 mailimporter-17.08.0.tar.xz diff --git a/mailimporter-17.07.90.tar.xz b/mailimporter-17.07.90.tar.xz deleted file mode 100644 index e4b9cba..0000000 --- a/mailimporter-17.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:453ed77d001c0f8ce69c7742017445562cb1bc9a2711d9da124775dbda82b751 -size 537888 diff --git a/mailimporter-17.08.0.tar.xz b/mailimporter-17.08.0.tar.xz new file mode 100644 index 0000000..ab120ed --- /dev/null +++ b/mailimporter-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f3d892cf8a7a6d819f20bb86462f3c7c3ba8bc6c98576ccbc077548a3fc784 +size 537996 diff --git a/mailimporter.spec b/mailimporter.spec index e1bdc1d..7ff0a62 100644 --- a/mailimporter.spec +++ b/mailimporter.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: mailimporter -Version: 17.07.90 +Version: 17.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)