Accepting request 809664 from KDE:Applications
OBS-URL: https://build.opensuse.org/request/show/809664 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeconnect-kde?expand=0&rev=20
This commit is contained in:
commit
86eea120b3
2041
0001-Use-ecm_qt_declare_logging_category-to-declare-the-l.patch
Normal file
2041
0001-Use-ecm_qt_declare_logging_category-to-declare-the-l.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 09:08:50 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Add patch submitted upstream to use
|
||||
ecm_qt_declare_logging_category so users can easily modify the
|
||||
debugging configuration and use a default logging level of
|
||||
Warning instead of sending all debug messages to the log:
|
||||
* 0001-Use-ecm_qt_declare_logging_category-to-declare-the-l.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 15:41:18 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -32,6 +32,8 @@ Source1: https://download.kde.org/stable/release-service/%{version}/src/%
|
||||
%endif
|
||||
Source100: kdeconnect-kde.SuSEfirewall
|
||||
Source101: kdeconnect-kde-firewalld.xml
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch0: 0001-Use-ecm_qt_declare_logging_category-to-declare-the-l.patch
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -92,6 +94,7 @@ ZSH command line completion support for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
@ -167,6 +170,7 @@ install -D -m 0644 %{SOURCE101} \
|
||||
%{_kf5_htmldir}/en/kdeconnect/
|
||||
%dir %{_kf5_appstreamdir}
|
||||
%{_kf5_appstreamdir}/org.kde.kdeconnect.kcm.appdata.xml
|
||||
%{_kf5_debugdir}/kdeconnect-kde.categories
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user