Accepting request 658421 from KDE:Applications
KDE Applications 18.12 OBS-URL: https://build.opensuse.org/request/show/658421 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmail-account-wizard?expand=0&rev=25
This commit is contained in:
commit
e19ad3938d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0a7e458a7b5ddda8db31f8630aef8309b57e9de0f21615ed081a26f58769391
|
||||
size 156088
|
3
kmail-account-wizard-18.12.0.tar.xz
Normal file
3
kmail-account-wizard-18.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f1258d6d1fb919c350593af6c26f209903549634a298e1a2f1ce3ac56f60313
|
||||
size 155964
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 14 06:09:13 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.12.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12.0.php
|
||||
- Changes since 18.11.90:
|
||||
* No code changes since 18.11.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 03 20:56:03 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12-rc.php
|
||||
- Changes since 18.11.80:
|
||||
* No code changes since 18.11.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:22:30 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:57:07 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12-beta.php
|
||||
- Changes since 18.08.3:
|
||||
* Add missing Name
|
||||
* Use KDEFrameworkCompilerSettings
|
||||
* Use nullptr
|
||||
* Fix minor EBN issues
|
||||
* Use new syntax
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:39 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
@ -44,7 +83,7 @@ Thu Jul 26 13:00:47 UTC 2018 - lbeltrame@kde.org
|
||||
- Update to 18.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||
* https://www.kde.org/announcements/announce-applications-18.08-beta.php
|
||||
- Changes since 18.04.3:
|
||||
* Use return value
|
||||
* Avoid to detach element
|
||||
@ -95,7 +134,7 @@ Fri Apr 06 07:09:41 CEST 2018 - lbeltrame@kde.org
|
||||
- Update to 18.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.03.90.php
|
||||
* https://www.kde.org/announcements/announce-applications-18.04-rc.php
|
||||
- Changes since 17.12.3:
|
||||
* Fix build with Qt 5.11 (missing QAction)
|
||||
* Add override
|
||||
@ -232,7 +271,7 @@ 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
|
||||
* https://www.kde.org/announcements/announce-applications-17.08-rc.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -291,7 +330,7 @@ Sat Mar 25 23:10:33 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
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-beta.php
|
||||
- Changes since 16.12.3:
|
||||
* Too many changes to list here
|
||||
|
||||
|
@ -16,18 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kmail-account-wizard
|
||||
Version: 18.08.3
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kmail-account-wizard
|
||||
Version: 18.12.0
|
||||
Release: 0
|
||||
Summary: Account wizard for KMail
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
URL: http://www.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: gettext-devel
|
||||
@ -63,12 +62,11 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||
Obsoletes: akonadi_resources
|
||||
Obsoletes: kdepim
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
%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
|
||||
|
||||
%description
|
||||
An application which assists you with the configuration of accounts in KMail.
|
||||
@ -91,8 +89,7 @@ An application which assists you with the configuration of accounts in KMail.
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.LIB COPYING.DOC
|
||||
%license COPYING COPYING.LIB COPYING.DOC
|
||||
%config %{_kf5_configdir}/accountwizard.categories
|
||||
%config %{_kf5_configdir}/accountwizard.knsrc
|
||||
%config %{_kf5_configdir}/accountwizard.renamecategories
|
||||
@ -105,7 +102,7 @@ An application which assists you with the configuration of accounts in KMail.
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user