From 98df325f82f07dcc39ed0f3af799e6583316d5fe0985a655889eb75859bc2dbc Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 26 Mar 2017 07:25:39 +0000 Subject: [PATCH 1/7] KDE Applications 17.08.80 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=15 --- mbox-importer-16.12.3.tar.xz | 3 --- mbox-importer-17.03.80.tar.xz | 3 +++ mbox-importer.changes | 20 ++++++++++++++++++-- mbox-importer.spec | 4 ++-- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 mbox-importer-16.12.3.tar.xz create mode 100644 mbox-importer-17.03.80.tar.xz diff --git a/mbox-importer-16.12.3.tar.xz b/mbox-importer-16.12.3.tar.xz deleted file mode 100644 index 8744aa1..0000000 --- a/mbox-importer-16.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:076f88ded10420b7e658ae12b1db09f9cc51fb22a1f2d026967e84ecad8c5d13 -size 22748 diff --git a/mbox-importer-17.03.80.tar.xz b/mbox-importer-17.03.80.tar.xz new file mode 100644 index 0000000..337b25c --- /dev/null +++ b/mbox-importer-17.03.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa57482f652b38eaa5fa4074eea264a75bb9c93d69967d02564ed2abea9aa318 +size 22848 diff --git a/mbox-importer.changes b/mbox-importer.changes index d99bd87..c4e0194 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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 +- Changes since 16.12.3: + * USe singleton + * Link against new lib + * Adapt to new mailimporter api + * Adapt to new pimcommon + * Port to nullptr + * Update copyright + * Add ECMCoverageOption + ------------------------------------------------------------------- Thu Mar 9 12:43:55 CET 2017 - lbeltrame@kde.org @@ -20,14 +36,14 @@ Thu Feb 9 07:20:17 UTC 2017 - lbeltrame@kde.org Sat Jan 14 09:06:59 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:02:53 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/mbox-importer.spec b/mbox-importer.spec index d61de5c..a4de49b 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -17,10 +17,10 @@ Name: mbox-importer -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.90 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Tool for importing mbox archives into akonadi License: GPL-2.0+ and LGPL-2.1+ From a2b428df21af7b5b96a94be1c552bc606df2722b0a96f8ca8dfb6b283300539f Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 31 Mar 2017 18:31:22 +0000 Subject: [PATCH 2/7] - Build only for architectures compatible with Qt WebEngine OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=16 --- mbox-importer.changes | 5 +++++ mbox-importer.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/mbox-importer.changes b/mbox-importer.changes index c4e0194..89f6be3 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 31 18:30:09 UTC 2017 - fabian@ritter-vogt.de + +- Build only for architectures compatible with Qt WebEngine + ------------------------------------------------------------------- Sat Mar 25 23:10:52 CET 2017 - lbeltrame@kde.org diff --git a/mbox-importer.spec b/mbox-importer.spec index a4de49b..a6f1f65 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -42,6 +42,8 @@ BuildRequires: cmake(KF5Service) BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build +# It can only build on the same platforms as Qt Webengine +ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64 %description This package contains a tool that can be used to import mbox archives From 2df5bef8f768512da7e322fe34bbc6dcec4ecb57acb2e6a956ec8e7ca2d5b81f Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 12 Apr 2017 14:55:56 +0000 Subject: [PATCH 3/7] RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=17 --- mbox-importer-17.03.80.tar.xz | 3 --- mbox-importer-17.03.90.tar.xz | 3 +++ mbox-importer.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 mbox-importer-17.03.80.tar.xz create mode 100644 mbox-importer-17.03.90.tar.xz diff --git a/mbox-importer-17.03.80.tar.xz b/mbox-importer-17.03.80.tar.xz deleted file mode 100644 index 337b25c..0000000 --- a/mbox-importer-17.03.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa57482f652b38eaa5fa4074eea264a75bb9c93d69967d02564ed2abea9aa318 -size 22848 diff --git a/mbox-importer-17.03.90.tar.xz b/mbox-importer-17.03.90.tar.xz new file mode 100644 index 0000000..96dd910 --- /dev/null +++ b/mbox-importer-17.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d78078d797b921b9c17529446ae2419dea1dd2158d13d2a4718a0e427d190c +size 33252 diff --git a/mbox-importer.spec b/mbox-importer.spec index a6f1f65..b8a0b39 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -1,7 +1,7 @@ # # spec file for package mbox-importer # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mbox-importer -Version: 17.03.80 +Version: 17.03.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) From 4bd43e6cad757f66803b11b86a1a7c13b981e96f40507888521712d703010bf5 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 12 Apr 2017 18:48:51 +0000 Subject: [PATCH 4/7] Update changes file - Automated commit, please verify contents OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=18 --- mbox-importer.changes | 10 ++++++++++ mbox-importer.spec | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/mbox-importer.changes b/mbox-importer.changes index 89f6be3..7176ad9 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 12 20:26:07 CEST 2017 - lbeltrame@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: + * None + ------------------------------------------------------------------- Fri Mar 31 18:30:09 UTC 2017 - fabian@ritter-vogt.de diff --git a/mbox-importer.spec b/mbox-importer.spec index b8a0b39..94003d3 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -1,7 +1,7 @@ # # spec file for package mbox-importer # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 8bd2916bf25061e5e295b9d0d062d13b2630961962488d036287b75197e4846d Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 13:29:05 +0000 Subject: [PATCH 5/7] Make a merry car great again OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=19 --- mbox-importer.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/mbox-importer.spec b/mbox-importer.spec index 94003d3..664b3ce 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -16,6 +16,8 @@ # +%bcond_without lang + Name: mbox-importer Version: 17.03.90 Release: 0 @@ -49,6 +51,10 @@ ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64 This package contains a tool that can be used to import mbox archives into akonadi. +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -58,6 +64,9 @@ into akonadi. %install %kf5_makeinstall -C build +%if %{with lang} + %find_lang %{name} --with-man --all-name +%endif %files %defattr(-,root,root) @@ -65,4 +74,9 @@ into akonadi. %{_bindir}/mboximporter %{_kf5_applicationsdir}/org.kde.mboximporter.desktop +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog From cd50f4b08423b74a91bda0d229c20536cbbcb5cd54d731bc9f33f81d0c2739e6 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 16 Apr 2017 14:06:07 +0000 Subject: [PATCH 6/7] KDE Applications 17.04 final OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=20 --- mbox-importer-17.03.90.tar.xz | 3 --- mbox-importer-17.04.0.tar.xz | 3 +++ mbox-importer.changes | 10 ++++++++++ mbox-importer.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 mbox-importer-17.03.90.tar.xz create mode 100644 mbox-importer-17.04.0.tar.xz diff --git a/mbox-importer-17.03.90.tar.xz b/mbox-importer-17.03.90.tar.xz deleted file mode 100644 index 96dd910..0000000 --- a/mbox-importer-17.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18d78078d797b921b9c17529446ae2419dea1dd2158d13d2a4718a0e427d190c -size 33252 diff --git a/mbox-importer-17.04.0.tar.xz b/mbox-importer-17.04.0.tar.xz new file mode 100644 index 0000000..09e4db2 --- /dev/null +++ b/mbox-importer-17.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2f363806da7f66b1de2027c3f71602246932875c790a5199b52ad6bf5171c9 +size 33256 diff --git a/mbox-importer.changes b/mbox-importer.changes index 7176ad9..d50a48d 100644 --- a/mbox-importer.changes +++ b/mbox-importer.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Apr 16 10:45:20 CEST 2017 - lbeltrame@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: + * None + ------------------------------------------------------------------- Wed Apr 12 20:26:07 CEST 2017 - lbeltrame@kde.org diff --git a/mbox-importer.spec b/mbox-importer.spec index 664b3ce..25d97b9 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: mbox-importer -Version: 17.03.90 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) From 03f8762dd28a6b4aa9d549adb98bc12dab5a6644418feca034dbcfc7ad06f5e3 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 20 Apr 2017 08:47:02 +0000 Subject: [PATCH 7/7] Add Recommends: %{name}-lang OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=21 --- mbox-importer.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mbox-importer.spec b/mbox-importer.spec index 25d97b9..d5a76f3 100644 --- a/mbox-importer.spec +++ b/mbox-importer.spec @@ -43,6 +43,7 @@ BuildRequires: cmake(KF5MailImporter) BuildRequires: cmake(KF5Service) BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0 +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build # It can only build on the same platforms as Qt Webengine ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64