forked from pool/kdebugsettings
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:
parent
eb7f352b8c
commit
fe4d2eef3e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f990a27a69f0a5943b022e0f8d7b329cdcac037cdab7265534df41abc7446be8
|
|
||||||
size 52540
|
|
3
kdebugsettings-18.11.80.tar.xz
Normal file
3
kdebugsettings-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c14b08fd482e519dc8619938d4d4b6a9f3db300de75d6a4a24574c7db6e86e47
|
||||||
|
size 54992
|
@ -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
|
Thu Nov 08 20:43:33 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,18 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
|
||||||
|
|
||||||
Name: kdebugsettings
|
|
||||||
Version: 18.08.3
|
|
||||||
Release: 0
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# 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}')}
|
%{!?_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
|
License: LGPL-2.0-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: https://github.com/rthomsen/kcmsystemd/
|
URL: https://www.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kconfig-devel
|
BuildRequires: kconfig-devel
|
||||||
@ -50,11 +49,10 @@ Provides: kdebugsettings5 = %{version}
|
|||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDebug control module for KDE. It provides a graphical frontend for the
|
This program allows to tune the debug output of KDE applications, ranging
|
||||||
kdebug daemon, which allow enabling or disabling particular debug areas/messages.
|
from verbose to completely silent.
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%lang_package
|
%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
|
%suse_update_desktop_file org.kde.kdebugsettings Utility DesktopUtility
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%config %{_sysconfdir}/xdg/kde.categories
|
%config %{_sysconfdir}/xdg/kde.categories
|
||||||
%config %{_sysconfdir}/xdg/kde.renamecategories
|
%config %{_sysconfdir}/xdg/kde.renamecategories
|
||||||
%{_kf5_applicationsdir}/org.kde.kdebugsettings.desktop
|
%{_kf5_applicationsdir}/org.kde.kdebugsettings.desktop
|
||||||
@ -85,7 +82,7 @@ kdebug daemon, which allow enabling or disabling particular debug areas/messages
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user