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