Hello community, here is the log from the commit of package plasma5-desktop for openSUSE:Factory checked in at 2017-04-30 21:22:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old) and /work/SRC/openSUSE:Factory/.plasma5-desktop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-desktop" Sun Apr 30 21:22:46 2017 rev:60 rq:492106 version:5.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes 2017-04-17 10:24:15.739624338 +0200 +++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 2017-04-30 21:22:48.497917490 +0200 @@ -1,0 +2,17 @@ +Tue Apr 25 18:58:04 CEST 2017 - [email protected] + +- Update to 5.9.5 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.9.5.php +- Changes since 5.9.4: + * Too many changes to list here + +------------------------------------------------------------------- +Wed Apr 19 07:25:39 UTC 2017 - [email protected] + +- Add upstreamed patch to fix the apply button on the file content + indexing option (boo#1034800): + * 0001-Fix-new-checkbox-for-file-content-indexing-in-kcm_ba.patch + +------------------------------------------------------------------- Old: ---- plasma-desktop-5.9.4.tar.xz New: ---- 0001-Fix-new-checkbox-for-file-content-indexing-in-kcm_ba.patch plasma-desktop-5.9.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-desktop.spec ++++++ --- /var/tmp/diff_new_pack.Wf9HjH/_old 2017-04-30 21:22:49.617759595 +0200 +++ /var/tmp/diff_new_pack.Wf9HjH/_new 2017-04-30 21:22:49.617759595 +0200 @@ -20,7 +20,7 @@ %bcond_without lang Name: plasma5-desktop -Version: 5.9.4 +Version: 5.9.5 Release: 0 # Full Plasma 5 version (e.g. 5.9.4) %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}} @@ -37,6 +37,8 @@ # PATCHES 201-300 and above are from upstream master/5.10 branch # PATCH-FIX-UPSTREAM Patch201: 0001-kcm_baloofile-Add-option-to-disable-file-content-ind.patch +# PATCH-FIX-UPSTREAM +Patch202: 0001-Fix-new-checkbox-for-file-content-indexing-in-kcm_ba.patch %if 0%{?suse_version} > 1325 BuildRequires: libboost_headers-devel %else @@ -181,6 +183,7 @@ %setup -q -n plasma-desktop-%{version} %patch1 -p1 %patch201 -p1 +%patch202 -p1 %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} ++++++ 0001-Fix-new-checkbox-for-file-content-indexing-in-kcm_ba.patch ++++++ >From df9cee28e120167414a5ae79e4835c8b6533f807 Mon Sep 17 00:00:00 2001 From: Fabian Vogt <[email protected]> Date: Tue, 18 Apr 2017 22:46:53 +0200 Subject: [PATCH] Fix new checkbox for file content indexing in kcm_baloofile Summary: Needs a new connection to enable the "Apply" button. Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D5499 --- kcms/baloo/kcm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kcms/baloo/kcm.cpp b/kcms/baloo/kcm.cpp index a192ad5a..0cb77bc5 100644 --- a/kcms/baloo/kcm.cpp +++ b/kcms/baloo/kcm.cpp @@ -73,6 +73,8 @@ ServerConfigModule::ServerConfigModule(QWidget* parent, const QVariantList& args this, &ServerConfigModule::onDirectoryListChanged); connect(m_enableCheckbox, SIGNAL(stateChanged(int)), this, SLOT(changed())); + connect(m_enableContentIndexing, SIGNAL(stateChanged(int)), + this, SLOT(changed())); connect(m_enableCheckbox, SIGNAL(stateChanged(int)), this, SLOT(indexingEnabledChanged())); } -- 2.12.0 ++++++ plasma-desktop-5.9.4.tar.xz -> plasma-desktop-5.9.5.tar.xz ++++++ ++++ 20363 lines of diff (skipped)
