This commit is contained in:
parent
cb5b4078df
commit
c605d10299
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:45:17 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.08.0
|
||||||
|
* New feature release
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||||
|
- Changes since 17.04.3 :
|
||||||
|
* Make focus to lineedit
|
||||||
|
* Use override
|
||||||
|
* Make sure to not using deprecated method
|
||||||
|
* increase version
|
||||||
|
* port to for(...:...)
|
||||||
|
* We depend against qt5.7
|
||||||
|
* Adapt lskat category
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 18:17:23 UTC 2017 - christophe@krop.fr
|
Sat Aug 5 18:17:23 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Name: kdebugsettings
|
|||||||
Version: 17.07.90
|
Version: 17.07.90
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: A KDebug settings module for KDE
|
Summary: A KDebug settings module for KDE
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
@ -47,7 +47,9 @@ BuildRequires: pkgconfig(Qt5Test)
|
|||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
Obsoletes: kdebugsettings5 < %{version}
|
Obsoletes: kdebugsettings5 < %{version}
|
||||||
Provides: kdebugsettings5 = %{version}
|
Provides: kdebugsettings5 = %{version}
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -78,8 +80,8 @@ kdebug daemon, which allow enabling or disabling particular debug areas/messages
|
|||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%config %{_sysconfdir}/xdg/kde.categories
|
%config %{_sysconfdir}/xdg/kde.categories
|
||||||
%config %{_sysconfdir}/xdg/kde.renamecategories
|
%config %{_sysconfdir}/xdg/kde.renamecategories
|
||||||
%{_kf5_bindir}/kdebugsettings
|
|
||||||
%{_kf5_applicationsdir}/org.kde.kdebugsettings.desktop
|
%{_kf5_applicationsdir}/org.kde.kdebugsettings.desktop
|
||||||
|
%{_kf5_bindir}/kdebugsettings
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user