KDE Applications 20.12.0 final: release on 10th Dec

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdebugsettings?expand=0&rev=186
This commit is contained in:
Christophe Giboudeaux 2020-12-08 07:24:59 +00:00 committed by Git OBS Bridge
parent d897c6d4dd
commit 426f955ac3
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:ea843e5807635f5f6d087cee7a0ace60fdeafad1f8eb162bbc89913cacc3d27c
size 68212

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/ATsAACgkQ29LOiT4t
HIfM8Qf/ZCClyB0OAgEFfokPr7dSFmCrjyHUNG0zJgt9+ivS3VhIkj8Z81QReaNH
ip+YaNwTzM5hOiitVlbDwlvmkJJ8gBELin8Mpe70si1hTRFyD3rSWqHTz1jthlw5
SpvOKvi7qAQKzhOCtr/n7RCCqy4yviD38AuyR7jNCL/cR7jUK11PF6zXG/icSlkM
3cdCk48Ye7eIBLM2KHJ5TyNh225oU2CgimcOhhTWVPXyx1yiOtV9j5KfYSxhgvRx
2ZxyhR9HldEXN1voIqJ6FreyBazMASB9FdHjTTw1uZXvLEZGD+xZ1M3lla9JRlKL
AjDziqh4HGz/dvImpOIBfiY+PfhpBw==
=aSMo
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/JhHsACgkQ29LOiT4t
HIcuKggAmWnk9ydCh/F0TXjS8vQ31XlND5yTihqwbg9f+vnfTX6JLn3YHbaVEZaw
2V3Z6v1HSGHyZ3HrJSIajvnnXfUNrfvieV4zVCZ1Ma6YeQvCo2nGR8srHLQeCwxX
lZ8O3SI4PFxNHjR5mc3DCHfUi062m3ThkQfokQsohgrV3M9tcvHhrZa/iq18+xGf
MVlbJJvdZO1R+OelOx3uQ/YPtoNLfFQsBKbT3rrQYm3LeI2jCHR8uPqa0jCCLlSs
3++cM/5oO/Ius8GywQfSS35vMQZu1WB3Apg7Mi5ZGyHO/KE2G17jm/GxgruMPH3D
/DMczFg98a7Dmh1E4oSSklA4jydlRg==
=vUD1
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 5 23:15:59 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-12-apps-update
- No code change since 20.11.90
-------------------------------------------------------------------
Fri Nov 27 15:16:15 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kdebugsettings
Version: 20.11.90
Version: 20.12.0
Release: 0
Summary: Program to set debug verbosity for KDE applications
License: LGPL-2.0-or-later
Group: System/GUI/KDE
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: update-desktop-files
BuildRequires: cmake(KF5Config)
@ -47,7 +47,7 @@ Recommends: %{name}-lang
Obsoletes: kdebugsettings5 < %{version}
Provides: kdebugsettings5 = %{version}
%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
%endif