Christophe Giboudeaux 2020-04-24 07:22:57 +00:00 committed by Git OBS Bridge
parent 15798ff0f8
commit 7c419492b3
6 changed files with 26 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3t8ACgkQ29LOiT4t
HIdaEwf/T9oZG7HyGfBFPhZUkEpp8WE+b9ZpaGacqd6RwqBbbXNTRtbGmS9qGsNY
anMrZ/ctdlY8rdQzYXRToMErCqeHZtS39OkePG/aRoq/ExZsl6Md/pmLwMZxYLZ5
11aSArqxm99rKx7WMNmbZ3pp5qkjk0LDquQDg90utSq4osz8NsEyFKbA5VVohqFq
0Ski7ftZTzCXQ5EX9PGwlsNIiyiz+8OK/OqTL/1rDH49D7ZMzrdGJGws89/uyi+Q
fwBTC3DoSgdqXxacBnua8D0AiSR2LGCKZ5fRWUOU3kHbellTqYIdJ2cCI1oHKIxk
/IS4OzOQ7rBQxwxiiAP45feRthNJKA==
=nuop
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB78ACgkQ29LOiT4t
HId2FwgAhm6lyA3t9KZcT37U4JwTODMB52SIbU7pJ3cTD94SSgDcDajmWjGXwajW
1cLimJXIOIGKcDtl+VPXyZph1gwKaAL9NqQF1vwJP7vhINkfXWldBsZqkX3QNfdM
gvuQTC2H5gESUinD6NCsmPQQ7NA3UDTmFKThtsBdz+EMApiPNmQeWY1dhJW56YhM
sPjpGDE3VTFdjQZGDU6ukMfE2JVqrmKMT4U1SjrlU+J5bzgxVUEpMaA7Mc+1aOTY
CPv1ZRUSDQ4xlSbMba48EQD7iWJ+n29RlAmezsov9ngk8bR7oolTEkVrwukhVPHh
Q3QecYE6zg3/1HP12twzhjotSufeyg==
=lz/T
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:13 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 5 20:29:55 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Sun Apr 5 20:29:55 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}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kdebugsettings Name: kdebugsettings
Version: 20.03.90 Version: 20.04.0
Release: 0 Release: 0
Summary: Program to set debug verbosity for KDE applications Summary: Program to set debug verbosity for KDE applications
License: LGPL-2.0-or-later License: LGPL-2.0-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/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5Config)
@ -47,7 +47,7 @@ Recommends: %{name}-lang
Obsoletes: kdebugsettings5 < %{version} Obsoletes: kdebugsettings5 < %{version}
Provides: kdebugsettings5 = %{version} Provides: kdebugsettings5 = %{version}
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring Source2: applications.keyring
%endif %endif