Christophe Giboudeaux 2020-11-21 12:58:55 +00:00 committed by Git OBS Bridge
parent 8354611587
commit 3bdaf2f0a7
6 changed files with 37 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a413423cb272df3975662c699f6c863c789613d7927afa9b13216da104ff54b9
size 454436

View File

@ -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-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7528f047997ab3db7c5d5e0abf37d5af56deaf9ad9c00a15875a50d7918bf61f
size 454568

View 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-----

View File

@ -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> Thu Nov 5 22:48:00 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -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) # 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}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: pim-sieve-editor Name: pim-sieve-editor
Version: 20.08.3 Version: 20.11.80
Release: 0 Release: 0
Summary: Sieve scripts editor for KDE PIM Summary: Sieve scripts editor for KDE PIM
License: GPL-2.0-or-later AND LGPL-2.1-or-later License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
URL: https://www.kde.org 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 BuildRequires: extra-cmake-modules
# Is only required for the icon # Is only required for the icon
BuildRequires: kmail-application-icons BuildRequires: kmail-application-icons
@ -44,6 +44,7 @@ BuildRequires: cmake(KF5MailTransport)
BuildRequires: cmake(KF5PimCommon) BuildRequires: cmake(KF5PimCommon)
BuildRequires: cmake(KF5PimTextEdit) BuildRequires: cmake(KF5PimTextEdit)
BuildRequires: cmake(KUserFeedback) BuildRequires: cmake(KUserFeedback)
BuildRequires: cmake(Qt5Keychain)
BuildRequires: cmake(Qt5Network) >= 5.10.0 BuildRequires: cmake(Qt5Network) >= 5.10.0
BuildRequires: cmake(Qt5Test) >= 5.10.0 BuildRequires: cmake(Qt5Test) >= 5.10.0
BuildRequires: cmake(Qt5Widgets) >= 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 # It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%if %{with lang} %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 Source2: applications.keyring
%endif %endif