From fe4d2eef3e3e9f2b080d26af2e83e6eb6e45fcb550904dde170b46cea3726a39 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:44:32 +0000 Subject: [PATCH] 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 --- kdebugsettings-18.08.3.tar.xz | 3 --- kdebugsettings-18.11.80.tar.xz | 3 +++ kdebugsettings.changes | 15 +++++++++++++++ kdebugsettings.spec | 23 ++++++++++------------- 4 files changed, 28 insertions(+), 16 deletions(-) delete mode 100644 kdebugsettings-18.08.3.tar.xz create mode 100644 kdebugsettings-18.11.80.tar.xz diff --git a/kdebugsettings-18.08.3.tar.xz b/kdebugsettings-18.08.3.tar.xz deleted file mode 100644 index 0d3708c..0000000 --- a/kdebugsettings-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f990a27a69f0a5943b022e0f8d7b329cdcac037cdab7265534df41abc7446be8 -size 52540 diff --git a/kdebugsettings-18.11.80.tar.xz b/kdebugsettings-18.11.80.tar.xz new file mode 100644 index 0000000..78b54fa --- /dev/null +++ b/kdebugsettings-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14b08fd482e519dc8619938d4d4b6a9f3db300de75d6a4a24574c7db6e86e47 +size 54992 diff --git a/kdebugsettings.changes b/kdebugsettings.changes index 733a063..e05c434 100644 --- a/kdebugsettings.changes +++ b/kdebugsettings.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 20 06:22:10 UTC 2018 - Luca Beltrame + +- 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 diff --git a/kdebugsettings.spec b/kdebugsettings.spec index 2cdcc8e..0ed1792 100644 --- a/kdebugsettings.spec +++ b/kdebugsettings.spec @@ -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