Accepting request 658373 from KDE:Applications
KDE Applications 18.12 OBS-URL: https://build.opensuse.org/request/show/658373 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdebugsettings?expand=0&rev=39
This commit is contained in:
commit
4f6dfb6c9c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f990a27a69f0a5943b022e0f8d7b329cdcac037cdab7265534df41abc7446be8
|
||||
size 52540
|
3
kdebugsettings-18.12.0.tar.xz
Normal file
3
kdebugsettings-18.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47b479b2cf5246ef5a29257600b6c841fbcd6180bc6c2ca9896dab557a60b9bd
|
||||
size 55024
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 14 06:09:05 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.12.0
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12.0.php
|
||||
- Changes since 18.11.90:
|
||||
* No code changes since 18.11.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 03 20:55:54 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.12-rc.php
|
||||
- Changes since 18.11.80:
|
||||
* No code changes since 18.11.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.12-beta.php
|
||||
- Changes since 18.08.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:33 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
@ -46,7 +81,7 @@ Thu Jul 26 13:00:37 UTC 2018 - lbeltrame@kde.org
|
||||
- Update to 18.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||
* https://www.kde.org/announcements/announce-applications-18.08-beta.php
|
||||
- Changes since 18.04.3:
|
||||
* Time to increase it
|
||||
* Use strict compile flags
|
||||
@ -101,7 +136,7 @@ Fri Apr 06 07:09:11 CEST 2018 - lbeltrame@kde.org
|
||||
- Update to 18.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.03.90.php
|
||||
* https://www.kde.org/announcements/announce-applications-18.04-rc.php
|
||||
- Changes since 17.12.3:
|
||||
* Too many changes to list here
|
||||
|
||||
@ -226,7 +261,7 @@ Sat Aug 5 18:17:23 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.07.90
|
||||
* KDE Applications 17.07.90
|
||||
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||
* https://www.kde.org/announcements/announce-applications-17.08-rc.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -285,7 +320,7 @@ Sat Mar 25 23:10:21 CET 2017 - lbeltrame@kde.org
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-beta.php
|
||||
- Changes since 16.12.3:
|
||||
* Use document()->isEmpty()
|
||||
* Enable the Debug level when enabling "all debug"
|
||||
@ -381,7 +416,7 @@ Mon Aug 8 14:53:10 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.07.90
|
||||
* KDE Applications 16.07.90 (16.08-RC)
|
||||
* https://www.kde.org/announcements/announce-applications-16.07.90.php
|
||||
* https://www.kde.org/announcements/announce-applications-16.08-rc.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -508,6 +543,6 @@ Fri Aug 7 08:57:53 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Initial version based on KDE Applications 15.07.90
|
||||
* KDE Applications 15.08.0 RC1
|
||||
* https://www.kde.org/announcements/announce-applications-15.07.90.php
|
||||
* https://www.kde.org/announcements/announce-applications-15.08-rc.php
|
||||
|
||||
|
||||
|
@ -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.12.0
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user