Accepting request 516388 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516388 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmail-account-wizard?expand=0&rev=9
This commit is contained in:
commit
846a4f79e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f0cb297f3d5d4750a8723044736ef93c75d3c73779eb20ec47889d4e59e03b4
|
||||
size 150208
|
3
kmail-account-wizard-17.08.0.tar.xz
Normal file
3
kmail-account-wizard-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb9c1d5eb5923ca92253fccccc80a72ccf0499851405c8fa92bfbb238e72c019
|
||||
size 150672
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:45:42 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 :
|
||||
* Use https
|
||||
* Adapt to new api
|
||||
* Minor
|
||||
* Don't use deprecated method
|
||||
* Use qAsConst
|
||||
* Fix tooltip appereance
|
||||
* Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:18:09 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
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 15 23:00:08 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: kmail-account-wizard
|
||||
Version: 17.04.3
|
||||
Version: 17.08.0
|
||||
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: Account wizard for KMail
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
@ -63,7 +63,9 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||
Obsoletes: akonadi_resources
|
||||
Obsoletes: kdepim
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
@ -94,12 +96,12 @@ An application which assists you with the configuration of accounts in KMail.
|
||||
%config %{_kf5_configdir}/accountwizard.categories
|
||||
%config %{_kf5_configdir}/accountwizard.knsrc
|
||||
%config %{_kf5_configdir}/accountwizard.renamecategories
|
||||
%{_bindir}/accountwizard
|
||||
%{_bindir}/ispdb
|
||||
%{_kf5_plugindir}/accountwizard_plugin.so
|
||||
%{_datadir}/akonadi/accountwizard/
|
||||
%{_kf5_applicationsdir}/org.kde.accountwizard.desktop
|
||||
%{_datadir}/mime/packages/accountwizard-mime.xml
|
||||
%{_kf5_bindir}/accountwizard
|
||||
%{_kf5_bindir}/ispdb
|
||||
%{_kf5_plugindir}/accountwizard_plugin.so
|
||||
%{_kf5_sharedir}/akonadi/accountwizard/
|
||||
%{_kf5_sharedir}/mime/packages/accountwizard-mime.xml
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user