Christophe Giboudeaux 2020-11-21 12:57:42 +00:00 committed by Git OBS Bridge
parent 1bb2a353c0
commit 2e53408df9
6 changed files with 37 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl+gqi8ACgkQ29LOiT4t
HIf3Pwf6Asx0ETuMfJeoZxEy5m74scQWm+h7S/4xP7ogDcU8seaabWIxmLyVlaHB
tIcELK8s89u+UYfaOnljQtEivCIUwxmk4IGeMzvYt26rnbBfpwrr0B7vpHE6OicH
VLTlMQUCem0buV1kklkD7qSmr0RaelR0pmZVwaa/Ru4nxJkJYvdcVHORORvhAYoK
La/5Cv/k7Cyb63o4vaJ3n+Zpw6KQ/GavvxmX99JaNsr0vMzIWQ1iNfruPVNDGlXS
CWomG68adaw/P7n8R7duDJ+4YW/ZpwGKeG/Q88a5nSWpEUPJSkLl1d6JCO39YyNA
9AiMynR5FFV5Mu8MNZfesdw8Zh2SOw==
=Cajx
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl+uomUACgkQOmpNuDnq
pteyiw//dc/fWB3EVxOcaUoXIHMRzjSbue7p4lliL/GFtCjgxz9c+jEjl3qQNpVM
E9oqi3J4YLiE6joQn3DexmIutulUB9avETQwwKAFSH1wezaao+gEhSEfGGm8akaW
EBaUN1crF1JrZR+M+4AIUcyBOjEMKec0SjwRPevKWpJz5Az5MFXBkKG2LVZo4so5
G3gyuPogOD10DP6HIXkW0uw2+X2RV8YbsK9QEl+vaDtv7aR8SCMdM3y40jSB4qzn
0Cgtl49sSWexN0vrb49Dvcs8S3v23+hrNcBI3DEuHIJOJyP7jedIZK9kTHg6iu9e
AlPvPSov0+1tQENXiS0PxCQwZQSmd2APnbWHZXGAL0I5Mh3d8tjljIF3iOpy1ukl
bjYx7H4Q5O8/18QKELdt5/IKgBvmgcPdx/Lu6uSDe1GlK9agLW21tEvwJb1ABEhP
iCiqdLA1vJ0bc905+DPEmVYdxU3QszLmZLLAkhrE8sXK0g9NFOeOtkr4ibui8jAh
4Tr8TfmlCujkO+XloOCx2yrZSfYct4xDRNjOYK2fw/YONXCefwmcl/2ig7xDHSTK
MlTRzPozPKrK6u5XyDpyoAGL4fioChG1Fa9CaHUCrHad1Koi4ZyNN+G5Yl3Frkim
zSKyoxSB5Sp2MWeWi2J94sf+FmH3CUoxUsrw4sltLAsw+yrsqhs=
=k6S/
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Nov 14 00:00:40 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.80
* New feature release
- Changes since 20.08.3:
* Time to increase version
* Adapt to kdepim-apps-libs removal
* Adapt to KAddressbookGrantlee being moved into AkonadiContacts
* Modernize code
* Convert license headers to SPDX format
-------------------------------------------------------------------
Thu Nov 5 22:45:32 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,18 +16,18 @@
#
%define kf5_version 5.59.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: grantlee-editor
Version: 20.08.3
Version: 20.11.80
Release: 0
Summary: Messageviewer header theme editor based on Grantlee
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 >= %{kf5_version}
#Only required for the icon
BuildRequires: kaddressbook
@ -56,7 +56,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
@ -85,7 +85,7 @@ rm %{buildroot}%{_kf5_libdir}/*.so
%postun -p /sbin/ldconfig
%files
%license COPYING COPYING.LIB COPYING.DOC
%license LICENSES/*
%{_kf5_debugdir}/grantleeditor.categories
%{_kf5_debugdir}/grantleeditor.renamecategories
%{_kf5_bindir}/contactprintthemeeditor
@ -101,7 +101,7 @@ rm %{buildroot}%{_kf5_libdir}/*.so
%if %{with lang}
%files lang -f %{name}.lang
%license COPYING*
%license LICENSES/*
%endif
%changelog