Remaining issues were fixed (except one kdenlive change)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/grantlee-editor?expand=0&rev=133
This commit is contained in:
Wolfgang Bauer 2020-07-22 19:31:50 +00:00 committed by Git OBS Bridge
parent 2aa01523f0
commit 0e9c384baa
6 changed files with 33 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8DzQ0ACgkQ29LOiT4t
HIetpAgAm562Xwyc1F7NJEYpJT6iNgn/hvL21+pQXGZMkce684e2Su0m7tlDw1f6
UG6h3/mra6aznzwqWUpifHpkchPEXJMcVsT5YNK40hqCVLTPk2gLQyDJDkRJltKl
n4gvPnlGeKVxXGrv/NmUSgW079lg3VZ1IgEl8zkLWDScSpI8H1pXggz+Gc4EFo9l
awv6fOuvbyCCyVaqxNKIMeuyX5+cz/RSCXK6TUKJNqhxiXVA9yikCLGIia6B7yY1
Qvh7E9E/Wwes47iCgWwElCTxYVfWUl+MrwiCr7uJsaEVJsKDrdEG15/xGSb4AOCQ
z8bbCqSk1XpIyExmiOSYVm/Ky7xr+A==
=EeMA
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl8RtPAACgkQOmpNuDnq
ptc7aBAAihddG1sQnKugLKmW7iZHB0/bggiftPU2dlKkRwu9CRTP2z1Jxs6iv1Cr
IVy6swy3jsYtlHQPC9WNOuvqsQPo7ssgiKltOGdNPMKcas6wFUwvVArQ4XbvtuGo
sCUUGo2u5BO9fgenLDwpvpmX/+gH7p7SB8KyNi1iiTxE3r83QNkpP0NiK96pYfxk
Vv+07XuD/wHOGicaW32Rp77aoGnEe7FzZoQ6+9VpWfvcdXsbiu/ynTy4OqDKh6gp
qO3tPQo8Y3vUXWQnm92spz+iJbBhZNIHPg/lueJYUl/tb02lBpt+L4Teum98mkow
bkvVuDV1ZoKeV+Nxvae2y9mX2uqScsMNemHjegM/raGAvNWnJXyCs9Q6Alc4Jygf
iaOpSP6M8/Y3HSaTTmBojidYxr2XsaLir4PZiZByZg5MOyquvL95g1v9VPWh5dEu
ab4x+PTpBN9oFdh8RBgjRViSeQiUvBN+rT8XCivekRszJGebKAFkOQ5KXLX6T580
bnlcqwT/VOUSZFr4WRCbo4waqx+JJgpBHMrAiNNz/wM8eEfhUxug6JTbl6mFw1Ko
JbW3gzcik0q7WH6MJW5IoJYAZE6MAUb6YXVvl48JLDz+BHHer9dxPE6PrhYm1Srl
NojPy0+L6SsVJSttI1XchDhUaGN5uWIDPk0jxnrv9e0MjkMwC0Y=
=y2i+
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jul 19 10:03:52 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.07.80
* New feature release
- Changes since 20.04.3:
* Use QLatin1Char('/') here
* Fix includes. Use uppercase includes
* Fix includes
* Fix(headerthemeeditor): Update header names from messagelib.
-------------------------------------------------------------------
Thu Jul 9 20:08:41 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: grantlee-editor
Version: 20.04.3
Version: 20.07.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