From 25fde9d4e38fa1598558a665fce4ce29cb65b71011076a394fee7001dc1a0f00 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:28:35 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=26 --- pim-sieve-editor-17.04.3.tar.xz | 3 --- pim-sieve-editor-17.07.90.tar.xz | 3 +++ pim-sieve-editor.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 pim-sieve-editor-17.04.3.tar.xz create mode 100644 pim-sieve-editor-17.07.90.tar.xz diff --git a/pim-sieve-editor-17.04.3.tar.xz b/pim-sieve-editor-17.04.3.tar.xz deleted file mode 100644 index bdf8261..0000000 --- a/pim-sieve-editor-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a87d53aa417de1cfe1bf3f029558fbe7ffa70526d24313cb51b6b098cfd5d3b5 -size 441336 diff --git a/pim-sieve-editor-17.07.90.tar.xz b/pim-sieve-editor-17.07.90.tar.xz new file mode 100644 index 0000000..f9db167 --- /dev/null +++ b/pim-sieve-editor-17.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3dcece19c8c4f8c7e625b7e0d09fdb6e404de5926f8613f0bb58c14a1026ce +size 443292 diff --git a/pim-sieve-editor.changes b/pim-sieve-editor.changes index 6fb7a5e..9dfae58 100644 --- a/pim-sieve-editor.changes +++ b/pim-sieve-editor.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 5 18:19:45 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:52 CEST 2017 - lbeltrame@kde.org From a095bcd4a43cf3de104917dba16bb991a0ea704367edd5497cde0321f3c7d4d3 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:54:00 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=27 --- pim-sieve-editor.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pim-sieve-editor.spec b/pim-sieve-editor.spec index 6ef7593..f122c69 100644 --- a/pim-sieve-editor.spec +++ b/pim-sieve-editor.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: pim-sieve-editor -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 ffcd6bbf62c14088e00e75fcccb5f8147c6f163c72f66e411cc0b8aa3b179176 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:01:56 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=28 --- pim-sieve-editor.changes | 9 +++++++++ pim-sieve-editor.spec | 28 +++++++++++++++------------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/pim-sieve-editor.changes b/pim-sieve-editor.changes index 9dfae58..ae2619a 100644 --- a/pim-sieve-editor.changes +++ b/pim-sieve-editor.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Aug 11 22:46:34 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 : +- Too many changes to list here + ------------------------------------------------------------------- Sat Aug 5 18:19:45 UTC 2017 - christophe@krop.fr diff --git a/pim-sieve-editor.spec b/pim-sieve-editor.spec index f122c69..84fdb54 100644 --- a/pim-sieve-editor.spec +++ b/pim-sieve-editor.spec @@ -22,7 +22,7 @@ Name: pim-sieve-editor 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: Sieve scripts editor for KDE PIM License: GPL-2.0+ and LGPL-2.1+ @@ -31,12 +31,6 @@ Url: http://www.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: gettext-devel -# Is only required for the icon -BuildRequires: kmail-application-icons -BuildRequires: pkgconfig -BuildRequires: python-devel -BuildRequires: update-desktop-files -BuildRequires: xz BuildRequires: cmake(KF5Bookmarks) BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5DBusAddons) @@ -47,6 +41,12 @@ BuildRequires: cmake(KF5LibKSieve) BuildRequires: cmake(KF5MailTransport) BuildRequires: cmake(KF5PimCommon) BuildRequires: cmake(KF5PimTextEdit) +# Is only required for the icon +BuildRequires: kmail-application-icons +BuildRequires: pkgconfig +BuildRequires: python-devel +BuildRequires: update-desktop-files +BuildRequires: xz BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 @@ -58,10 +58,12 @@ BuildRequires: libboost_headers-devel BuildRequires: boost-devel %endif Requires: kmail +%if %{with lang} Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%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 +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package provides an editor, complete with syntax highlighting and @@ -93,15 +95,15 @@ in KDE PIM applications. %files %defattr(-,root,root) -%doc COPYING COPYING.LIB COPYING.DOC +%doc COPYING* %config %{_kf5_configdir}/sieveeditor.categories %config %{_kf5_configdir}/sieveeditor.renamecategories -%{_bindir}/sieveeditor +%doc %lang(en) %{_kf5_htmldir}/en/sieveeditor/ %{_kf5_applicationsdir}/org.kde.sieveeditor.desktop +%{_kf5_bindir}/sieveeditor %{_kf5_configkcfgdir}/sieveeditorglobalconfig.kcfg -%{_kf5_htmldir}/en/sieveeditor/ %{_kf5_libdir}/libsieveeditor.so.* -%{_datadir}/kconf_update/ +%{_kf5_sharedir}/kconf_update/ %if %{with lang} %files lang -f %{name}.lang From fc45eeb2dd5059b1e7603955f6ff500d9159cf8b8ad774f9d55d52b838312134 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:18:52 +0000 Subject: [PATCH 4/4] 17.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=29 --- pim-sieve-editor-17.07.90.tar.xz | 3 --- pim-sieve-editor-17.08.0.tar.xz | 3 +++ pim-sieve-editor.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 pim-sieve-editor-17.07.90.tar.xz create mode 100644 pim-sieve-editor-17.08.0.tar.xz diff --git a/pim-sieve-editor-17.07.90.tar.xz b/pim-sieve-editor-17.07.90.tar.xz deleted file mode 100644 index f9db167..0000000 --- a/pim-sieve-editor-17.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be3dcece19c8c4f8c7e625b7e0d09fdb6e404de5926f8613f0bb58c14a1026ce -size 443292 diff --git a/pim-sieve-editor-17.08.0.tar.xz b/pim-sieve-editor-17.08.0.tar.xz new file mode 100644 index 0000000..03ca788 --- /dev/null +++ b/pim-sieve-editor-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843d1019d20fdcfc50bfa1d3b433bc5d0ee533ae66058e65e3e3c796a1f17944 +size 443336 diff --git a/pim-sieve-editor.spec b/pim-sieve-editor.spec index 84fdb54..365664e 100644 --- a/pim-sieve-editor.spec +++ b/pim-sieve-editor.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: pim-sieve-editor -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)