forked from pool/kdebugsettings
Accepting request 516339 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516339 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdebugsettings?expand=0&rev=23
This commit is contained in:
commit
87ea9b5e7d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0473caf3f492b28899839e800f81d3356e82c422ef6aa17b4c6e6d27cb7952d0
|
||||
size 47092
|
3
kdebugsettings-17.08.0.tar.xz
Normal file
3
kdebugsettings-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a36114a5f4942b86742417a802be3ed87d17ead3bfe0f8d0f2edd29ae222ff14
|
||||
size 47040
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to KDE Applications 17.07.90
|
||||
* KDE Applications 17.07.90
|
||||
* https://www.kde.org/announcements/announce-applications-17.07.90.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 15 22:59:37 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -19,10 +19,10 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: kdebugsettings
|
||||
Version: 17.04.3
|
||||
Version: 17.08.0
|
||||
Release: 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}')}
|
||||
Summary: A KDebug settings module for KDE
|
||||
License: LGPL-2.0+
|
||||
@ -47,7 +47,9 @@ BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Obsoletes: kdebugsettings5 < %{version}
|
||||
Provides: kdebugsettings5 = %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -78,8 +80,8 @@ kdebug daemon, which allow enabling or disabling particular debug areas/messages
|
||||
%doc COPYING*
|
||||
%config %{_sysconfdir}/xdg/kde.categories
|
||||
%config %{_sysconfdir}/xdg/kde.renamecategories
|
||||
%{_kf5_bindir}/kdebugsettings
|
||||
%{_kf5_applicationsdir}/org.kde.kdebugsettings.desktop
|
||||
%{_kf5_bindir}/kdebugsettings
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user