forked from pool/kdebugsettings
Accepting request 490394 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490394 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdebugsettings?expand=0&rev=19
This commit is contained in:
commit
ccf25e87d6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e50eb71ecea80cc99d97317a67221cd7d176352ed0278ef810dffa46369d7056
|
||||
size 28876
|
3
kdebugsettings-17.04.0.tar.xz
Normal file
3
kdebugsettings-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1583d8019fb14543471c724a24b32d6c62fc26987c92a4dd76e394b3adcd0d90
|
||||
size 46332
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:44:53 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:25:27 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- Changes since 16.12.3:
|
||||
* Use document()->isEmpty()
|
||||
* Enable the Debug level when enabling "all debug"
|
||||
* update copyright
|
||||
* use nullptr
|
||||
* increase minimum qt version
|
||||
* increase version
|
||||
* Port to for(...:...)
|
||||
* Port to for(...:...)
|
||||
* Start to port some Q_FOREACH
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:36:37 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -16,11 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kdebugsettings
|
||||
Version: 16.12.3
|
||||
Version: 17.04.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.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+
|
||||
@ -45,12 +47,17 @@ BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
Obsoletes: kdebugsettings5 < %{version}
|
||||
Provides: kdebugsettings5 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
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.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n kdebugsettings-%{version}
|
||||
|
||||
@ -60,15 +67,23 @@ kdebug daemon, which allow enabling or disabling particular debug areas/messages
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%endif
|
||||
|
||||
%suse_update_desktop_file org.kde.kdebugsettings Utility DesktopUtility
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%doc COPYING*
|
||||
%config %{_sysconfdir}/xdg/kde.categories
|
||||
%config %{_sysconfdir}/xdg/kde.renamecategories
|
||||
%{_kf5_bindir}/kdebugsettings
|
||||
%{_kf5_applicationsdir}/org.kde.kdebugsettings.desktop
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user