1
0

KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdebugsettings?expand=0&rev=107
This commit is contained in:
Wolfgang Bauer 2018-11-24 23:44:32 +00:00 committed by Git OBS Bridge
parent eb7f352b8c
commit fe4d2eef3e
4 changed files with 28 additions and 16 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Nov 20 06:22:10 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:56:55 UTC 2018 - lbeltrame@kde.org
- Update to 18.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.11.80.php
- Changes since 18.08.3:
* Too many changes to list here
-------------------------------------------------------------------
Thu Nov 08 20:43:33 UTC 2018 - lbeltrame@kde.org

View File

@ -16,18 +16,17 @@
#
%bcond_without lang
Name: kdebugsettings
Version: 18.08.3
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: A KDebug settings module for KDE
%bcond_without lang
Name: kdebugsettings
Version: 18.11.80
Release: 0
Summary: Program to set debug verbosity for KDE applications
License: LGPL-2.0-or-later
Group: System/GUI/KDE
Url: https://github.com/rthomsen/kcmsystemd/
URL: https://www.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
@ -50,11 +49,10 @@ Provides: kdebugsettings5 = %{version}
%if %{with lang}
Recommends: %{name}-lang
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KDebug control module for KDE. It provides a graphical frontend for the
kdebug daemon, which allow enabling or disabling particular debug areas/messages.
This program allows to tune the debug output of KDE applications, ranging
from verbose to completely silent.
%if %{with lang}
%lang_package
@ -76,8 +74,7 @@ kdebug daemon, which allow enabling or disabling particular debug areas/messages
%suse_update_desktop_file org.kde.kdebugsettings Utility DesktopUtility
%files
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%config %{_sysconfdir}/xdg/kde.categories
%config %{_sysconfdir}/xdg/kde.renamecategories
%{_kf5_applicationsdir}/org.kde.kdebugsettings.desktop
@ -85,7 +82,7 @@ kdebug daemon, which allow enabling or disabling particular debug areas/messages
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%license COPYING*
%endif
%changelog