1
0
Fabian Vogt 2019-08-15 14:00:31 +00:00 committed by Git OBS Bridge
parent 5bc1bf5515
commit 29811cf355
6 changed files with 29 additions and 5 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoEACgkQ29LOiT4t
HId6kQf/YgnjafBQI3QEimrGt40TFCo81/pbBYDH5TMcb6wKRDOdZZ9ja7jSb57k
sz13hRlNxSokrmtaNzDexJy1JvKiPWNpz6LIc+gCn0n7GJ+4Mm106n66UTIioypL
P/gI9EHFouhVGQtEvRPGn8j94fWhprnJcqWYt+TvAAu7TQqlYnIjrti6fyGAClch
eNr6x7NLvtMjcLZ+gujROoFWTuwHq1X1RFoyr9MQuo75wtIvD3O++XfRfoZ27/5J
FxFRtpGKwXtgRU8tJjBdRYTIoQ9ga+QjnYWDSY1ykXLI9eqbCW672ejUQcKHliH+
6OrfHxD/ZzlOaIdLB93c+ZFwf6Xpig==
=osme
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Aug 9 08:30:39 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- No code change since 19.07.90
-------------------------------------------------------------------
Tue Aug 06 16:50:48 UTC 2019 - lbeltrame@kde.org

View File

@ -21,13 +21,17 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kdebugsettings
Version: 19.07.90
Version: 19.08.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
Source0: %{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel