KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdebugsettings?expand=0&rev=160
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:57:18 +00:00 committed by Git OBS Bridge
parent c02718abc1
commit 46704baef8
6 changed files with 42 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drVoACgkQ29LOiT4t
HIcfKQgAjmFpssmO7ZwsCVXuJeKwsitNoAwZgFczEFxUtDDA19ehqc9CDeRBUSsY
oJ8bmJ+z83KIl02HZpXK/8YYRWo49Ph4DiK6y4lvnmXQjytw4mUOUUHp/Ez891Hl
7N+lF1lryFe1/YAq/8qvU8xrS5SRnB/hyJ/o+0U7u5ogx2j0c8l/6E/8iquyy0PS
zPTzMSbA/lsMM6QnAY+Z9edB2Tf4+ENFjhjIUYFQ5aLXcUEmUthi3kQSjJpyL5aK
xiUtfTjyqYuxtjdAr0QXrOIoM93kawy8+71ThF/dWDpz4tfc35Vn2xJ6hnSob69S
7c+gxt9U1vD4vilAS86rhjrJGdh0ng==
=RD/Y
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vAIACgkQOmpNuDnq
ptcbjA/+KTGOXN4PJ2Uiz24UWJxog2Qi4io/ocrTXpzWD5tZlnsIKyTWPpoZYnOg
l3DXBn8oBFJEXKjVegn8kWeeATXcAXBgKZNgl5U4ge0N4kgqpiECtdY7I1xNh3qk
vDxY88gVMrnHo7WRhYGpN35McqlZecy6Hbl1AbZt+P3wsZKCUTV3YhhzZBhZNVxe
gHH/w39ivra+j8pmssArIOojx7T4ie+VFyol+GBHAYjhPbzedNPB/Bvp+R8Ze6lC
teMvLE+B/qVZzQT/+dm7RbGYTj9wxau18H8KFPOfa04mxp3hUBfNwflvNiHD/PlZ
uOmEcza0QwBmvYiRDM8Ymyp4AUYQ+BexYuWjOa4D0vHA+774DEiqVp13IPq3WHI3
m+Q4RwyNn1Oi9RJKwiywhQaUYjrUI50Di1ijVT7XhVJXLwu2v/I0PruyNXWZBu24
aQkl7Bb3LMF3n9xLqXhCVnolAbKh4PiVlpVv+w4yKkKb/IEZqPIz9n2Q0gG0TJ04
8b3fKzYNNAcIqSZeV4DLB1ncRsbaPrluDHWVDhr3LcFflnUeRCi3qbZmFmMcF/jM
xUGZTFAUnqjX08pxe65MgAwj4wGEGOeuuAdwB2IkTz1+QUDXxcZB9Z71FqTIDvI3
CwAGi6XgqY3WEaZI0WlXEUOilbovFKUKii8oTIXdglvzz+d0PC4=
=3hLy
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Mar 22 09:16:50 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Fix some clazy warning
* Set application display name to non-lowercase variant (& typo fixed)
* Use new macro for autogenerating categories file
* Clean reference to log_kdepassword
* Ignore files
* Make it compiles against qt5.15 (endl other other use Qt:: namespace now)
* Add @title:window
-------------------------------------------------------------------
Thu Mar 5 20:35:58 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -21,17 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kdebugsettings
Version: 19.12.3
Version: 20.03.80
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/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Config)
@ -47,9 +43,13 @@ BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang
Obsoletes: kdebugsettings5 < %{version}
Provides: kdebugsettings5 = %{version}
Recommends: %{name}-lang
%if %{with lang}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%description
This program allows to tune the debug output of KDE applications, ranging