Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2016-07-03 12:18:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo5 (Old)
 and      /work/SRC/openSUSE:Factory/.baloo5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baloo5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes    2016-05-19 
12:05:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes       2016-07-03 
12:19:01.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Jun  6 21:22:35 UTC 2016 - [email protected]
+
+- Update to 5.23.0
+  * Fix using spaces in the tags kioslave (kde#349118)
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+-------------------------------------------------------------------

Old:
----
  baloo-5.22.0.tar.xz

New:
----
  baloo-5.23.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ baloo5.spec ++++++
--- /var/tmp/diff_new_pack.71KIkX/_old  2016-07-03 12:19:02.000000000 +0200
+++ /var/tmp/diff_new_pack.71KIkX/_new  2016-07-03 12:19:02.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:           baloo5
-Version:        5.22.0
+Version:        5.23.0
 Release:        0
 %define kf5_version %{version}
 Summary:        Framework for searching and managing metadata

++++++ baloo-5.22.0.tar.xz -> baloo-5.23.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/CMakeLists.txt 
new/baloo-5.23.0/CMakeLists.txt
--- old/baloo-5.22.0/CMakeLists.txt     2016-05-07 17:03:08.000000000 +0200
+++ new/baloo-5.23.0/CMakeLists.txt     2016-06-06 13:23:49.000000000 +0200
@@ -1,8 +1,8 @@
 # set minimum version requirements
 cmake_minimum_required(VERSION 2.8.12)
 set(REQUIRED_QT_VERSION 5.4.0)
-set(KF5_VERSION "5.22.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.23.0") # handled by release scripts
 
 # set up project
 project(Baloo)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/README.md new/baloo-5.23.0/README.md
--- old/baloo-5.22.0/README.md  2016-05-07 17:03:08.000000000 +0200
+++ new/baloo-5.23.0/README.md  2016-06-06 13:23:49.000000000 +0200
@@ -9,8 +9,8 @@
 
 Baloo is part of the KDE umberella and relies on the KDE infrastructure.
 
-**Mailing List:** [email protected] ([info 
page](https://mail.kde.org/mailman/listinfo/kde-devel))  
-**Bug Tracker:** http://bugs.kde.org  ([new 
bug](https://bugs.kde.org/enter_bug.cgi?product=Baloo&format=guided))  
+**Mailing List:** [email protected] ([info 
page](https://mail.kde.org/mailman/listinfo/kde-devel))
+**Bug Tracker:** http://bugs.kde.org  ([new 
bug](https://bugs.kde.org/enter_bug.cgi?product=Baloo&format=guided))
 **IRC Channel:** #kde-baloo on Freenode
 
 The recommended way of contributing patches is via KDE's 
[reviewboard](http://reviewboard.kde.org).
@@ -18,15 +18,15 @@
 ## Documentation
 
 ### Users
-* [Searching](docs/user/searching.md)
-* [FAQ](docs/faq.md)
+* [Searching](@ref searching)
+* [FAQ](@ref baloo-faq)
 
 ### Developers
 [![Build Status](https://build.kde.org/buildStatus/icon?job=baloo master 
kf5-qt5)](https://build.kde.org/job/baloo master kf5-qt5)
 [![Coverity Scan Build 
Status](https://scan.coverity.com/projects/3259/badge.svg)](https://scan.coverity.com/projects/3259)
 
-* [Build Instructions](docs/development/build-instructions.md)
-* [Coding Style](docs/development/coding-style.md)
+* [Build Instructions](@ref build-instructions)
+* [Coding Style](@ref coding-style)
 
 ### Distributions
-* [General Notes](docs/distributing.md)
+* [General Notes](@ref distributing)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/docs/development/build-instructions.md 
new/baloo-5.23.0/docs/development/build-instructions.md
--- old/baloo-5.22.0/docs/development/build-instructions.md     2016-05-07 
17:03:08.000000000 +0200
+++ new/baloo-5.23.0/docs/development/build-instructions.md     2016-06-06 
13:23:49.000000000 +0200
@@ -1,4 +1,4 @@
-# Build Instructions (Linux)
+# Build Instructions (Linux) {#build-instructions}
 
 ## Prerequisites
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/docs/development/coding-style.md 
new/baloo-5.23.0/docs/development/coding-style.md
--- old/baloo-5.22.0/docs/development/coding-style.md   2016-05-07 
17:03:08.000000000 +0200
+++ new/baloo-5.23.0/docs/development/coding-style.md   2016-06-06 
13:23:49.000000000 +0200
@@ -1,3 +1,3 @@
-# Coding Style
+# Coding Style {#coding-style}
 
 Baloo follows the 
[KDELibs](https://techbase.kde.org/Policies/Kdelibs_Coding_Style) coding style.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/docs/distributing.md 
new/baloo-5.23.0/docs/distributing.md
--- old/baloo-5.22.0/docs/distributing.md       2016-05-07 17:03:08.000000000 
+0200
+++ new/baloo-5.23.0/docs/distributing.md       2016-06-06 13:23:49.000000000 
+0200
@@ -1,4 +1,4 @@
-# Distribution
+# Distribution {#distributing}
 
 Baloo is developed and tested exclusively for Linux. While it may run on other
 unix based systems. It is not recommended, and certainly not tested.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/docs/faq.md new/baloo-5.23.0/docs/faq.md
--- old/baloo-5.22.0/docs/faq.md        2016-05-07 17:03:08.000000000 +0200
+++ new/baloo-5.23.0/docs/faq.md        2016-06-06 13:23:49.000000000 +0200
@@ -1,4 +1,4 @@
-Frequently Asked Questions
+Frequently Asked Questions {#baloo-faq}
 
 
 * How do I disable the this `baloo_file` process?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/docs/user/searching.md 
new/baloo-5.23.0/docs/user/searching.md
--- old/baloo-5.22.0/docs/user/searching.md     2016-05-07 17:03:08.000000000 
+0200
+++ new/baloo-5.23.0/docs/user/searching.md     2016-06-06 13:23:49.000000000 
+0200
@@ -1,4 +1,4 @@
-# Searching For Files
+# Searching For Files {#searching}
 
 Baloo provides a convenient tool called `baloosearch` which can be used to
 perform searches. Additionally Baloo is also integrated in popular
@@ -61,7 +61,7 @@
 * Composer
 * Lyricist
 
-    
+
 ### Documents
 * Author
 * Title
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/metainfo.yaml 
new/baloo-5.23.0/metainfo.yaml
--- old/baloo-5.22.0/metainfo.yaml      2016-05-07 17:03:08.000000000 +0200
+++ new/baloo-5.23.0/metainfo.yaml      2016-06-06 13:23:49.000000000 +0200
@@ -7,3 +7,7 @@
 portingAid: false
 deprecated: false
 release: true
+
+public_lib: true
+group: Frameworks
+subgroup: Tier 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/po/ca/balooctl.po 
new/baloo-5.23.0/po/ca/balooctl.po
--- old/baloo-5.22.0/po/ca/balooctl.po  2016-05-07 17:03:08.000000000 +0200
+++ new/baloo-5.23.0/po/ca/balooctl.po  2016-06-06 13:23:49.000000000 +0200
@@ -1,16 +1,16 @@
 # Translation of balooctl.po to Catalan
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2016 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Antoni Bella Pérez <[email protected]>, 2014, 2015.
-# Josep Ma. Ferrer <[email protected]>, 2015.
+# Josep Ma. Ferrer <[email protected]>, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: balooctl\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-12-15 08:19+0000\n"
-"PO-Revision-Date: 2015-10-19 22:27+0200\n"
+"PO-Revision-Date: 2016-05-19 22:45+0200\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
@@ -245,11 +245,11 @@
 
 #: main.cpp:77
 msgid "Enable the file indexer"
-msgstr "Habilita l'indexador de fitxers"
+msgstr "Activa l'indexador de fitxers"
 
 #: main.cpp:78
 msgid "Disable the file indexer"
-msgstr "Deshabilita l'indexador de fitxers"
+msgstr "Desactiva l'indexador de fitxers"
 
 #: main.cpp:79
 msgid "Start the file indexer"
@@ -294,7 +294,7 @@
 #: statuscommand.cpp:54
 msgid "Baloo is currently disabled. To enable, please run \"balooctl enable\""
 msgstr ""
-"Actualment el Baloo està deshabilitat. Per habilitar-lo, executeu «balooctl "
+"Actualment el Baloo està desactivat. Per activar-lo, executeu «balooctl "
 "enable»"
 
 #: statuscommand.cpp:60
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/po/ca@valencia/balooctl.po 
new/baloo-5.23.0/po/ca@valencia/balooctl.po
--- old/baloo-5.22.0/po/ca@valencia/balooctl.po 2016-05-07 17:03:08.000000000 
+0200
+++ new/baloo-5.23.0/po/ca@valencia/balooctl.po 2016-06-06 13:23:49.000000000 
+0200
@@ -1,16 +1,16 @@
 # Translation of balooctl.po to Catalan (Valencian)
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-2016 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Antoni Bella Pérez <[email protected]>, 2014, 2015.
-# Josep Ma. Ferrer <[email protected]>, 2015.
+# Josep Ma. Ferrer <[email protected]>, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: balooctl\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-12-15 08:19+0000\n"
-"PO-Revision-Date: 2015-10-19 22:27+0200\n"
+"PO-Revision-Date: 2016-05-19 22:45+0200\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
@@ -245,11 +245,11 @@
 
 #: main.cpp:77
 msgid "Enable the file indexer"
-msgstr "Habilita l'indexador de fitxers"
+msgstr "Activa l'indexador de fitxers"
 
 #: main.cpp:78
 msgid "Disable the file indexer"
-msgstr "Deshabilita l'indexador de fitxers"
+msgstr "Desactiva l'indexador de fitxers"
 
 #: main.cpp:79
 msgid "Start the file indexer"
@@ -294,7 +294,7 @@
 #: statuscommand.cpp:54
 msgid "Baloo is currently disabled. To enable, please run \"balooctl enable\""
 msgstr ""
-"Actualment el Baloo està deshabilitat. Per habilitar-lo, executeu «balooctl "
+"Actualment el Baloo està desactivat. Per activar-lo, executeu «balooctl "
 "enable»"
 
 #: statuscommand.cpp:60
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/po/gd/balooctl.po 
new/baloo-5.23.0/po/gd/balooctl.po
--- old/baloo-5.22.0/po/gd/balooctl.po  2016-05-07 17:03:08.000000000 +0200
+++ new/baloo-5.23.0/po/gd/balooctl.po  2016-06-06 13:23:49.000000000 +0200
@@ -1,14 +1,14 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# GunChleoc <[email protected]>, 2015.
+# GunChleoc <[email protected]>, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-12-15 08:19+0000\n"
-"PO-Revision-Date: 2015-11-04 15:09+0000\n"
-"Last-Translator: Michael Bauer <[email protected]>\n"
+"PO-Revision-Date: 2016-04-29 13:11+0100\n"
+"Last-Translator: GunChleoc <[email protected]>\n"
 "Language-Team: Fòram na Gàidhlig\n"
 "Language: gd\n"
 "MIME-Version: 1.0\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
 "(n > 2 && n < 20) ? 2 : 3;\n"
-"X-Generator: Poedit 1.8.4\n"
+"X-Generator: Virtaal 0.7.1\n"
 "X-Project-Style: kde\n"
 
 msgctxt "NAME OF TRANSLATORS"
@@ -131,11 +131,10 @@
 "Liosta nan criathragan a thèid a chleachdadh gus faidhlichean às-dhùnadh"
 
 #: configcommand.cpp:90 configcommand.cpp:153 configcommand.cpp:264
-#, fuzzy
-#| msgid "The list of filters which are used to exclude files"
 msgid "The list of mimetypes which are used to exclude files"
 msgstr ""
-"Liosta nan criathragan a thèid a chleachdadh gus faidhlichean às-dhùnadh"
+"Liosta nan seòrsaichean MIME a thèid a chleachdadh gus faidhlichean às-"
+"dhùnadh"
 
 #: configcommand.cpp:142 configcommand.cpp:253 configcommand.cpp:390
 #: configcommand.cpp:459
@@ -162,84 +161,71 @@
 msgstr "Chan eil an t-slighe 'na pasgan"
 
 #: configcommand.cpp:179
-#, fuzzy, kde-format
-#| msgid "is not in list of exclude filters"
+#, kde-format
 msgid "%1 is not in the list of include folders"
-msgstr "chan eil seo air liosta nan criathragan às-dhùnaidh"
+msgstr "chan eil %1 air liosta nan criathragan gabhail a-steach"
 
 #: configcommand.cpp:209
-#, fuzzy, kde-format
-#| msgid "is not in list of exclude filters"
+#, kde-format
 msgid "%1 is not in the list of exclude folders"
-msgstr "chan eil seo air liosta nan criathragan às-dhùnaidh"
+msgstr "chan eil %1 air liosta nam pasgan às-dhùnaidh"
 
 #: configcommand.cpp:221 configcommand.cpp:356
 msgid "A filter must be provided"
 msgstr "Feumaidh tu criathrag a shònrachadh"
 
 #: configcommand.cpp:227
-#, fuzzy, kde-format
-#| msgid "is not in list of exclude filters"
+#, kde-format
 msgid "%1 is not in list of exclude filters"
-msgstr "chan eil seo air liosta nan criathragan às-dhùnaidh"
+msgstr "chan eil %1 air liosta nan criathragan às-dhùnaidh"
 
 #: configcommand.cpp:238 configcommand.cpp:374
-#, fuzzy
-#| msgid "A filter must be provided"
 msgid "A mimetype must be provided"
-msgstr "Feumaidh tu criathrag a shònrachadh"
+msgstr "Feumaidh tu seòrsa MIME a shònrachadh"
 
 #: configcommand.cpp:244
-#, fuzzy, kde-format
-#| msgid "is not in list of exclude filters"
+#, kde-format
 msgid "%1 is not in list of exclude mimetypes"
-msgstr "chan eil seo air liosta nan criathragan às-dhùnaidh"
+msgstr "chan eil %1 air liosta nan seòrsaichean MIME às-dhùnaidh"
 
 #: configcommand.cpp:290
-#, fuzzy, kde-format
-#| msgid "is not in list of exclude filters"
+#, kde-format
 msgid "%1 is already in the list of include folders"
-msgstr "chan eil seo air liosta nan criathragan às-dhùnaidh"
+msgstr "tha %1 air liosta nam pasgan gabhail a-steach mar-thà"
 
 #: configcommand.cpp:296
-#, fuzzy, kde-format
-#| msgid "Exclude filter is already in the list"
+#, kde-format
 msgid "Parent folder %1 is already in the list of include folders"
-msgstr "Tha a' chriathrag às-dhùnaidh air an liosta mar-thà"
+msgstr ""
+"Tha am pasgan-pàraint %1 air an liosta nam pasganan gabhail a-steach mar-thà"
 
 #: configcommand.cpp:302 configcommand.cpp:344
-#, fuzzy, kde-format
-#| msgid "is not in list of exclude filters"
+#, kde-format
 msgid "%1 is in the list of exclude folders"
-msgstr "chan eil seo air liosta nan criathragan às-dhùnaidh"
+msgstr "tha %1 air liosta nam pasgan às-dhùnaidh"
 
 #: configcommand.cpp:332
-#, fuzzy, kde-format
-#| msgid "is not in list of exclude filters"
+#, kde-format
 msgid "%1 is already in the list of exclude folders"
-msgstr "chan eil seo air liosta nan criathragan às-dhùnaidh"
+msgstr "tha %1 air liosta nam pasgan às-dhùnaidh mar-thà"
 
 #: configcommand.cpp:338
-#, fuzzy, kde-format
-#| msgid "is not in list of exclude filters"
+#, kde-format
 msgid "Parent folder %1 is already in the list of exclude folders"
-msgstr "chan eil seo air liosta nan criathragan às-dhùnaidh"
+msgstr ""
+"Tha am pasgan-pàraint %1 air an liosta nam pasganan às-dhùnaidh mar-thà"
 
 #: configcommand.cpp:362
 msgid "Exclude filter is already in the list"
 msgstr "Tha a' chriathrag às-dhùnaidh air an liosta mar-thà"
 
 #: configcommand.cpp:380
-#, fuzzy
-#| msgid "Exclude filter is already in the list"
 msgid "Exclude mimetype is already in the list"
-msgstr "Tha a' chriathrag às-dhùnaidh air an liosta mar-thà"
+msgstr "Tha an seòrsa MIME às-dhùnaidh air an liosta mar-thà"
 
 #: configcommand.cpp:407 configcommand.cpp:434
-#, fuzzy
-#| msgid "A folder must be provided"
 msgid "A value must be provided"
-msgstr "Feumaidh tu pasgan a shònrachadh"
+msgstr "Feumaidh tu luach a shònrachadh"
 
 #: configcommand.cpp:428 configcommand.cpp:455
 msgid "Invalid value"
@@ -311,8 +297,6 @@
 msgstr "Atharraich rèiteachadh Baloo"
 
 #: statuscommand.cpp:45
-#, fuzzy
-#| msgid "Print the status of the indexer"
 msgid "Print the status of the Indexer"
 msgstr "Cuir staid an inneil-inneacsaidh air an sgrìn"
 
@@ -322,31 +306,28 @@
 "Tha Baloo à comas an-dràsta. Gus a chur an comas, ruith \"balooctl enable\""
 
 #: statuscommand.cpp:60
-#, fuzzy
-#| msgid "Config parameter could not be found"
 msgid "Baloo Index could not be opened"
-msgstr "Cha deach paramadair an rèiteachaidh a lorg"
+msgstr "Cha b' urrainn dhuinn inneacs Baloo fhosgladh"
 
 #: statuscommand.cpp:81
 msgid "Baloo File Indexer is running"
-msgstr ""
+msgstr "Tha inneal-inneacsaidh Baloo 'ga ruith"
 
 #: statuscommand.cpp:82
 #, kde-format
 msgid "Indexer state: %1"
-msgstr ""
+msgstr "Staid an inneil-inneacsaidh: %1"
 
 #: statuscommand.cpp:85
 msgid "Baloo File Indexer is not running"
-msgstr ""
+msgstr "Chan eil inneal-inneacsaidh Baloo 'ga ruith"
 
 #: statuscommand.cpp:91
-#, fuzzy, kde-format
-#| msgid "Indexing new files"
+#, kde-format
 msgid "Indexed %1 / %2 files"
-msgstr "Ag inneacsadh nam faidhlichean ùra"
+msgstr "Chaidh %1 / %2 faidhle inneacsadh"
 
 #: statuscommand.cpp:108
 #, kde-format
 msgid "File: %1"
-msgstr ""
+msgstr "Faidhle: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.22.0/src/kioslaves/tags/kio_tags.cpp 
new/baloo-5.23.0/src/kioslaves/tags/kio_tags.cpp
--- old/baloo-5.22.0/src/kioslaves/tags/kio_tags.cpp    2016-05-07 
17:03:08.000000000 +0200
+++ new/baloo-5.23.0/src/kioslaves/tags/kio_tags.cpp    2016-06-06 
13:23:49.000000000 +0200
@@ -98,7 +98,7 @@
     case TagUrl: {
         Query q;
         q.setSortingOption(Query::SortNone);
-        q.setSearchString(QStringLiteral("tag:") + tag);
+        q.setSearchString(QStringLiteral("tag=\"%1\"").arg(tag));
 
         ResultIterator it = q.exec();
         while (it.next()) {


Reply via email to