From 22e924cd8e11a1fdc6f37999c5040d22bd30d06efe189714b6fc2adc5274f0fa Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:45:30 +0000 Subject: [PATCH 1/4] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=69 --- mbox-importer-18.08.3.tar.xz | 3 --- mbox-importer-18.11.80.tar.xz | 3 +++ mbox-importer.changes | 15 +++++++++++++++ mbox-importer.spec | 21 +++++++++------------ 4 files changed, 27 insertions(+), 15 deletions(-) delete mode 100644 mbox-importer-18.08.3.tar.xz create mode 100644 mbox-importer-18.11.80.tar.xz diff --git a/mbox-importer-18.08.3.tar.xz b/mbox-importer-18.08.3.tar.xz deleted file mode 100644 index 0597f2f..0000000 --- a/mbox-importer-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cebcf54b11d85305e7489ecc7e34ddab057b16fe52bbb197e20998f9d5baca51 -size 33588 diff --git a/mbox-importer-18.11.80.tar.xz b/mbox-importer-18.11.80.tar.xz new file mode 100644 index 0000000..8d9745d --- /dev/null +++ b/mbox-importer-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd85ece7f2b7405c6fa18201e51388a5ac46595cb75492116b1969f63a5543d +size 33340 diff --git a/mbox-importer.changes b/mbox-importer.changes index c7e3625..844d849 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 20 06:23:01 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:31 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.11.80.php +- Changes since 18.08.3: + * No code changes since 18.08.3 + ------------------------------------------------------------------- Thu Nov 08 20:43:49 UTC 2018 - lbeltrame@kde.org diff --git a/mbox-importer.spec b/mbox-importer.spec index fe1f8ae..7a26d25 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -16,18 +16,17 @@ # -%bcond_without lang - -Name: mbox-importer -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: mbox-importer +Version: 18.11.80 +Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/KDE -Url: http://www.kde.org +URL: http://www.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: gettext-devel @@ -43,12 +42,11 @@ BuildRequires: cmake(KF5MailImporter) BuildRequires: cmake(KF5Service) BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0 +# It can only build on the same platforms as Qt Webengine +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 %if %{with lang} Recommends: %{name}-lang %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 %description This package contains a tool that can be used to import mbox archives @@ -72,14 +70,13 @@ into akonadi. %endif %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_applicationsdir}/org.kde.mboximporter.desktop %{_kf5_bindir}/mboximporter %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog From 08b94650d54dfc6ed02ab34e9c6c5b75c46d3df79086fd95aa1d9867fd6632d5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:23:15 +0000 Subject: [PATCH 2/4] KDE Applications 18.12.0 RC (knights is already in K:A) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=70 --- mbox-importer-18.11.80.tar.xz | 3 --- mbox-importer-18.11.90.tar.xz | 3 +++ mbox-importer.changes | 10 ++++++++++ mbox-importer.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 mbox-importer-18.11.80.tar.xz create mode 100644 mbox-importer-18.11.90.tar.xz diff --git a/mbox-importer-18.11.80.tar.xz b/mbox-importer-18.11.80.tar.xz deleted file mode 100644 index 8d9745d..0000000 --- a/mbox-importer-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cd85ece7f2b7405c6fa18201e51388a5ac46595cb75492116b1969f63a5543d -size 33340 diff --git a/mbox-importer-18.11.90.tar.xz b/mbox-importer-18.11.90.tar.xz new file mode 100644 index 0000000..c37ebb4 --- /dev/null +++ b/mbox-importer-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7b70365a3370e16df99504c90a07cfbde2f1203f71bffa754000cdbc6c001a +size 33348 diff --git a/mbox-importer.changes b/mbox-importer.changes index 844d849..d917f5b 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:56:19 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * No code changes since 18.11.80 + ------------------------------------------------------------------- Tue Nov 20 06:23:01 UTC 2018 - Luca Beltrame diff --git a/mbox-importer.spec b/mbox-importer.spec index 7a26d25..c0f4d0a 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: mbox-importer -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later From 0575f4123ae9995e58c2112612c4dc1be16cb0dd17bfb64dc920f7c044f5cd15 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:51:31 +0000 Subject: [PATCH 3/4] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=71 --- mbox-importer-18.11.90.tar.xz | 3 --- mbox-importer-18.12.0.tar.xz | 3 +++ mbox-importer.changes | 10 ++++++++++ mbox-importer.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 mbox-importer-18.11.90.tar.xz create mode 100644 mbox-importer-18.12.0.tar.xz diff --git a/mbox-importer-18.11.90.tar.xz b/mbox-importer-18.11.90.tar.xz deleted file mode 100644 index c37ebb4..0000000 --- a/mbox-importer-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb7b70365a3370e16df99504c90a07cfbde2f1203f71bffa754000cdbc6c001a -size 33348 diff --git a/mbox-importer-18.12.0.tar.xz b/mbox-importer-18.12.0.tar.xz new file mode 100644 index 0000000..31a1073 --- /dev/null +++ b/mbox-importer-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55931099051ed6e7f04d7c7a766c83adbdfceb8c5ec88c4e83db5cf68b7b2e23 +size 33364 diff --git a/mbox-importer.changes b/mbox-importer.changes index d917f5b..0a5b871 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:09:21 UTC 2018 - lbeltrame@kde.org + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + ------------------------------------------------------------------- Mon Dec 03 20:56:19 UTC 2018 - lbeltrame@kde.org diff --git a/mbox-importer.spec b/mbox-importer.spec index c0f4d0a..067eb93 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: mbox-importer -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: Tool for importing mbox archives into akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later From d83bf82b70c3949d3b83c48397f7882c4b1d6850d3d80d5de4413e5804275ab0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 22:59:19 +0000 Subject: [PATCH 4/4] Fix wrong beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=72 --- mbox-importer.changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mbox-importer.changes b/mbox-importer.changes index 0a5b871..2bb9337 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -29,7 +29,7 @@ Tue Nov 20 05:57:31 UTC 2018 - lbeltrame@kde.org - Update to 18.11.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.11.80.php + * https://www.kde.org/announcements/announce-applications-18.12-beta.php - Changes since 18.08.3: * No code changes since 18.08.3 @@ -79,7 +79,7 @@ Thu Jul 26 13:01:05 UTC 2018 - lbeltrame@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 + * https://www.kde.org/announcements/announce-applications-18.08-beta.php - Changes since 18.04.3: * Add missing override @@ -129,7 +129,7 @@ Fri Apr 06 07:10:13 CEST 2018 - lbeltrame@kde.org - Update to 18.03.90 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php - Changes since 17.12.3: * None @@ -245,7 +245,7 @@ Sat Aug 5 18:19:35 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 + * https://www.kde.org/announcements/announce-applications-17.08-rc.php ------------------------------------------------------------------- @@ -309,7 +309,7 @@ Sat Mar 25 23:10:52 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 + * https://www.kde.org/announcements/announce-applications-17.04-beta.php - Changes since 16.12.3: * USe singleton * Link against new lib