20.12 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-sieve-editor?expand=0&rev=139
This commit is contained in:
parent
8354611587
commit
3bdaf2f0a7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a413423cb272df3975662c699f6c863c789613d7927afa9b13216da104ff54b9
|
||||
size 454436
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl+gqkMACgkQ29LOiT4t
|
||||
HIcBkwf9HHuV0phKcIFoL23gDLHwvWKirZR6zBj99JYvGhrkqRPb3ZmXUAdc/Bnk
|
||||
yjOwZXSFpC7FTuKjwOZE9HuWkm3u+D6KlE8FxdOpoKwxYmGdG759DQJLmecAepAW
|
||||
uUuLtfwoywyyy8I4oPrEKQSudD7JZv09bVkvGCnSo5bbmg8kRitEwL9q1pWbeKyq
|
||||
IdbOHaNVoXTXoveM62wTE+sPog/lDhsqdzspijtGEIIVPl/l/OrNtYd+Q7jo8dd2
|
||||
CXsh+MHWwUmDTDm697T4HIDqDJGdsa09kMkUqVGFlKh+TgWJ/SDunpitNpDOhQPE
|
||||
RjIzTtdu2pfxW1OZIKSI4qB9XzRwtw==
|
||||
=JSgp
|
||||
-----END PGP SIGNATURE-----
|
3
pim-sieve-editor-20.11.80.tar.xz
Normal file
3
pim-sieve-editor-20.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7528f047997ab3db7c5d5e0abf37d5af56deaf9ad9c00a15875a50d7918bf61f
|
||||
size 454568
|
16
pim-sieve-editor-20.11.80.tar.xz.sig
Normal file
16
pim-sieve-editor-20.11.80.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl+uoogACgkQOmpNuDnq
|
||||
ptcBXxAAoCV1Op6kyWigkXn9aUezxOdiWgCZC1iIOJb10ZQpTrkUsVs9iWPor5xC
|
||||
hhUiErEWkRMVNYzQQJR1NSA+nFEImUkmvx834l3CTEIBnf6Q5HI1KAWYUPXfi76g
|
||||
o8TidNS9888kyzHb9v/yFMZ8VnikH5O6goHP49X9t0R0evq1A52fKQTxVay1DC3n
|
||||
2gQVhPNsMuGjRNCJFLcnQcAnC/CTbKQmHX7c9UWo0foQhFWSZMprailBqji2fqsh
|
||||
9TwAA93BYBkVuiBe/daLAeQ8LtkHNFkjwjajs/jV45zUdmdun6prpIEoBeQkTPro
|
||||
jzJ/1Q+HnWm3MVfa74ReiJqtUEwnhB3JJ/xyEiWsf2fI/P5/7fOKs/EaO4n8M+OP
|
||||
xzxH/QebCvqPQ0v/BwP5pvGZp0axYrpUa7a3cLC/ppUxh6M2GdBe6UxKK4PRrGhq
|
||||
6tBZaIxlWjRuGsWneO0gQsjf63TSYNDL3mdlCVz89a4WV/JccQsKmeuIvxvIJNeU
|
||||
+VeEt+yLNLqAuEi+Bdsz7YVhBKM7BHl9N3W/a/e2Woq1u4ui2mxVxt0yvU/PUn3n
|
||||
RMrcN8tyQf13BHy/RyXiZ/YzOsUTdcKQ97vBN4rOiVNbuyQjvImT/edJeypHsc53
|
||||
t48G3OXFX3PrhglgP5GBTktOBIU+8hnCnFbQwMWChb+tCkgAY94=
|
||||
=EZT2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 00:03:15 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 20.11.80
|
||||
* New feature release
|
||||
- Changes since 20.08.3:
|
||||
* Modernize code (using auto)
|
||||
* If include is define in .h remove it if it's defined in .cpp too (scripted)
|
||||
* Add margins
|
||||
* Time to increase version
|
||||
* const'ify pointer
|
||||
* Fix dev_version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 22:48:00 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -16,18 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%define kf5_version 5.60.0
|
||||
%define kf5_version 5.75.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: pim-sieve-editor
|
||||
Version: 20.08.3
|
||||
Version: 20.11.80
|
||||
Release: 0
|
||||
Summary: Sieve scripts editor for KDE PIM
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
# Is only required for the icon
|
||||
BuildRequires: kmail-application-icons
|
||||
@ -44,6 +44,7 @@ BuildRequires: cmake(KF5MailTransport)
|
||||
BuildRequires: cmake(KF5PimCommon)
|
||||
BuildRequires: cmake(KF5PimTextEdit)
|
||||
BuildRequires: cmake(KUserFeedback)
|
||||
BuildRequires: cmake(Qt5Keychain)
|
||||
BuildRequires: cmake(Qt5Network) >= 5.10.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.10.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.10.0
|
||||
@ -52,7 +53,7 @@ Recommends: %{name}-lang
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user