From 95d80556183f2d7046b538e0ad75fc5133ebfde5c279173cf2d017a380239662 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 26 Mar 2017 07:26:25 +0000 Subject: [PATCH 1/7] KDE Applications 17.08.80 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=12 --- pim-sieve-editor-16.12.3.tar.xz | 3 --- pim-sieve-editor-17.03.80.tar.xz | 3 +++ pim-sieve-editor.changes | 16 +++++++++++++--- pim-sieve-editor.spec | 15 ++++++++++++--- 4 files changed, 28 insertions(+), 9 deletions(-) delete mode 100644 pim-sieve-editor-16.12.3.tar.xz create mode 100644 pim-sieve-editor-17.03.80.tar.xz diff --git a/pim-sieve-editor-16.12.3.tar.xz b/pim-sieve-editor-16.12.3.tar.xz deleted file mode 100644 index c2749e1..0000000 --- a/pim-sieve-editor-16.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33ac5dca731267b687e5dbaa6efc662fdb81dcce7c0997d17b22f14da1c0f60d -size 316596 diff --git a/pim-sieve-editor-17.03.80.tar.xz b/pim-sieve-editor-17.03.80.tar.xz new file mode 100644 index 0000000..67bb661 --- /dev/null +++ b/pim-sieve-editor-17.03.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89030e85a60e5630c1f44d07c2180bb737d812cf665a5643196c0b32efa12e76 +size 324476 diff --git a/pim-sieve-editor.changes b/pim-sieve-editor.changes index 2a11ebc..5314b0a 100644 --- a/pim-sieve-editor.changes +++ b/pim-sieve-editor.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Mar 25 23:10:54 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:44:34 CET 2017 - lbeltrame@kde.org @@ -20,21 +30,21 @@ Thu Feb 9 07:24:12 UTC 2017 - lbeltrame@kde.org Sat Jan 14 09:08:30 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:05:55 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 ------------------------------------------------------------------- Mon Dec 12 13:07:28 UTC 2016 - lbeltrame@kde.org -- Improve descriptions +- Improve descriptions ------------------------------------------------------------------- Sat Dec 3 16:48:26 UTC 2016 - tittiatcoke@gmail.com diff --git a/pim-sieve-editor.spec b/pim-sieve-editor.spec index c04807c..6c45154 100644 --- a/pim-sieve-editor.spec +++ b/pim-sieve-editor.spec @@ -17,10 +17,10 @@ Name: pim-sieve-editor -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: Sieve scripts editor for KDE PIM License: GPL-2.0+ and LGPL-2.1+ @@ -43,7 +43,6 @@ BuildRequires: cmake(KF5IconThemes) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5LibKSieve) BuildRequires: cmake(KF5MailTransport) -BuildRequires: cmake(KF5MessageViewer) BuildRequires: cmake(KF5PimCommon) BuildRequires: cmake(KF5PimTextEdit) BuildRequires: pkgconfig(Qt5Gui) @@ -51,6 +50,11 @@ BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5WebKit) BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else +BuildRequires: boost-devel +%endif Requires: kmail BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,6 +74,10 @@ in KDE PIM applications. %kf5_makeinstall -C build %suse_update_desktop_file org.kde.sieveeditor Network Email +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files %defattr(-,root,root) %doc COPYING COPYING.LIB COPYING.DOC @@ -79,6 +87,7 @@ in KDE PIM applications. %{_kf5_applicationsdir}/org.kde.sieveeditor.desktop %{_kf5_configkcfgdir}/sieveeditorglobalconfig.kcfg %{_kf5_htmldir}/en/sieveeditor/ +%{_kf5_libdir}/libsieveeditor.so.* %{_datadir}/kconf_update/ %changelog From bca557649a31a09ce06e714ddeca2ce9ef3259dd7ed852bd27986cc4329da3cb Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 31 Mar 2017 18:30:27 +0000 Subject: [PATCH 2/7] - Build only for architectures compatible with Qt WebEngine OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=13 --- pim-sieve-editor.changes | 5 +++++ pim-sieve-editor.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/pim-sieve-editor.changes b/pim-sieve-editor.changes index 5314b0a..06b527c 100644 --- a/pim-sieve-editor.changes +++ b/pim-sieve-editor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 31 18:30:21 UTC 2017 - fabian@ritter-vogt.de + +- Build only for architectures compatible with Qt WebEngine + ------------------------------------------------------------------- Sat Mar 25 23:10:54 CET 2017 - lbeltrame@kde.org diff --git a/pim-sieve-editor.spec b/pim-sieve-editor.spec index 6c45154..df63c56 100644 --- a/pim-sieve-editor.spec +++ b/pim-sieve-editor.spec @@ -57,6 +57,8 @@ BuildRequires: boost-devel %endif Requires: kmail 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 provides an editor, complete with syntax highlighting and From e94a9e6e2efe4f637767535ace1799c11868c53040bd1d058e178ff5bff661ee Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 12 Apr 2017 14:56:18 +0000 Subject: [PATCH 3/7] RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=14 --- pim-sieve-editor-17.03.80.tar.xz | 3 --- pim-sieve-editor-17.03.90.tar.xz | 3 +++ pim-sieve-editor.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 pim-sieve-editor-17.03.80.tar.xz create mode 100644 pim-sieve-editor-17.03.90.tar.xz diff --git a/pim-sieve-editor-17.03.80.tar.xz b/pim-sieve-editor-17.03.80.tar.xz deleted file mode 100644 index 67bb661..0000000 --- a/pim-sieve-editor-17.03.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89030e85a60e5630c1f44d07c2180bb737d812cf665a5643196c0b32efa12e76 -size 324476 diff --git a/pim-sieve-editor-17.03.90.tar.xz b/pim-sieve-editor-17.03.90.tar.xz new file mode 100644 index 0000000..3e20132 --- /dev/null +++ b/pim-sieve-editor-17.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09bd565ef729d87d84d077cf26a829564cd0aa25977fb772a6485ede4f9d7a2 +size 438268 diff --git a/pim-sieve-editor.spec b/pim-sieve-editor.spec index df63c56..9f95243 100644 --- a/pim-sieve-editor.spec +++ b/pim-sieve-editor.spec @@ -1,7 +1,7 @@ # # spec file for package pim-sieve-editor # -# 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: pim-sieve-editor -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.80 in KUA) From f45f6797641d4d74ef37f5edbb55d1bbb0965973afc378b25b3d440c7f8a0955 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 12 Apr 2017 18:49:24 +0000 Subject: [PATCH 4/7] Update changes file - Automated commit, please verify contents OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=15 --- pim-sieve-editor.changes | 10 ++++++++++ pim-sieve-editor.spec | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pim-sieve-editor.changes b/pim-sieve-editor.changes index 06b527c..5603929 100644 --- a/pim-sieve-editor.changes +++ b/pim-sieve-editor.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 12 20:26:11 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: + * Too many changes to list here + ------------------------------------------------------------------- Fri Mar 31 18:30:21 UTC 2017 - fabian@ritter-vogt.de diff --git a/pim-sieve-editor.spec b/pim-sieve-editor.spec index 9f95243..f9e66b6 100644 --- a/pim-sieve-editor.spec +++ b/pim-sieve-editor.spec @@ -1,7 +1,7 @@ # # spec file for package pim-sieve-editor # -# 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 1efcfb489507c4fa45827ce9924d4a6a845b4e5e325d68d0bcb74364c7ebaa1f Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 13:29:09 +0000 Subject: [PATCH 5/7] Make a merry car great again OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=16 --- pim-sieve-editor.spec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pim-sieve-editor.spec b/pim-sieve-editor.spec index f9e66b6..591a130 100644 --- a/pim-sieve-editor.spec +++ b/pim-sieve-editor.spec @@ -16,6 +16,8 @@ # +%bcond_without lang + Name: pim-sieve-editor Version: 17.03.90 Release: 0 @@ -65,6 +67,10 @@ This package provides an editor, complete with syntax highlighting and command completion, to edit Sieve scripts ("server side filtering") in KDE PIM applications. +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -74,6 +80,10 @@ in KDE PIM applications. %install %kf5_makeinstall -C build +%if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs +%endif %suse_update_desktop_file org.kde.sieveeditor Network Email %post -p /sbin/ldconfig @@ -92,4 +102,9 @@ in KDE PIM applications. %{_kf5_libdir}/libsieveeditor.so.* %{_datadir}/kconf_update/ +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog From dee65d5bb1ca3929552c8cc85947a044c22046cfa6365dc9c4aeb091b2ad7891 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 16 Apr 2017 14:06:50 +0000 Subject: [PATCH 6/7] KDE Applications 17.04 final OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=17 --- pim-sieve-editor-17.03.90.tar.xz | 3 --- pim-sieve-editor-17.04.0.tar.xz | 3 +++ pim-sieve-editor.changes | 16 ++++++++++++++++ pim-sieve-editor.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 pim-sieve-editor-17.03.90.tar.xz create mode 100644 pim-sieve-editor-17.04.0.tar.xz diff --git a/pim-sieve-editor-17.03.90.tar.xz b/pim-sieve-editor-17.03.90.tar.xz deleted file mode 100644 index 3e20132..0000000 --- a/pim-sieve-editor-17.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f09bd565ef729d87d84d077cf26a829564cd0aa25977fb772a6485ede4f9d7a2 -size 438268 diff --git a/pim-sieve-editor-17.04.0.tar.xz b/pim-sieve-editor-17.04.0.tar.xz new file mode 100644 index 0000000..09a2997 --- /dev/null +++ b/pim-sieve-editor-17.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0be0f3ea961ab09baae7e1fa2805bab38e4e7f0c7a844153fbce2cff5bfb50 +size 438952 diff --git a/pim-sieve-editor.changes b/pim-sieve-editor.changes index 5603929..8afae8d 100644 --- a/pim-sieve-editor.changes +++ b/pim-sieve-editor.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Apr 16 10:45:35 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: + * Use eQFileInfo::exists + * Use QFileInfo::exists + * Make button for importing sieve settings when we don't have sieve settings + * Fix autotests + * Fix import password + * Improve debug + * Load default encryption settings + ------------------------------------------------------------------- Wed Apr 12 20:26:11 CEST 2017 - lbeltrame@kde.org diff --git a/pim-sieve-editor.spec b/pim-sieve-editor.spec index 591a130..baada52 100644 --- a/pim-sieve-editor.spec +++ b/pim-sieve-editor.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: pim-sieve-editor -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.80 in KUA) From 515068e75cc18ff92289a0dac72b784db7805500772798736fcc4240dd538a49 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 20 Apr 2017 08:47:51 +0000 Subject: [PATCH 7/7] Add Recommends: %{name}-lang OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=18 --- pim-sieve-editor.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pim-sieve-editor.spec b/pim-sieve-editor.spec index baada52..141d241 100644 --- a/pim-sieve-editor.spec +++ b/pim-sieve-editor.spec @@ -58,6 +58,7 @@ BuildRequires: libboost_headers-devel BuildRequires: boost-devel %endif Requires: kmail +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