Accepting request 490527 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pim-sieve-editor?expand=0&rev=4
This commit is contained in:
commit
5855faeef8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33ac5dca731267b687e5dbaa6efc662fdb81dcce7c0997d17b22f14da1c0f60d
|
||||
size 316596
|
3
pim-sieve-editor-17.04.0.tar.xz
Normal file
3
pim-sieve-editor-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce0be0f3ea961ab09baae7e1fa2805bab38e4e7f0c7a844153fbce2cff5bfb50
|
||||
size 438952
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
- Build only for architectures compatible with Qt WebEngine
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 +61,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
|
||||
|
@ -16,11 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: pim-sieve-editor
|
||||
Version: 16.12.3
|
||||
Version: 17.04.0
|
||||
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 +45,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,14 +52,26 @@ 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
|
||||
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
|
||||
|
||||
%description
|
||||
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
|
||||
|
||||
@ -68,8 +81,16 @@ 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
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.LIB COPYING.DOC
|
||||
@ -79,6 +100,12 @@ 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/
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user