Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2015-03-25 09:59:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/milou5 (Old)
 and      /work/SRC/openSUSE:Factory/.milou5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "milou5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/milou5/milou5.changes    2015-03-01 
15:05:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes       2015-03-25 
09:59:05.000000000 +0100
@@ -1,0 +2,15 @@
+Thu Mar 19 17:42:41 UTC 2015 - [email protected]
+
+- Update to 5.2.2:
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.2.2.php
+- Drop 0001-Add-missing-KF5-dependancies.patch, merged upstream
+
+-------------------------------------------------------------------
+Sat Mar  7 22:39:33 UTC 2015 - [email protected]
+
+- Added 0001-Add-missing-KF5-dependancies.patch from upstream
+- Added kcoreaddons-devel and kservice-devel BuildRequires
+
+-------------------------------------------------------------------

Old:
----
  milou-5.2.1.tar.xz

New:
----
  milou-5.2.2.tar.xz

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

Other differences:
------------------
++++++ milou5.spec ++++++
--- /var/tmp/diff_new_pack.OPNq2S/_old  2015-03-25 09:59:06.000000000 +0100
+++ /var/tmp/diff_new_pack.OPNq2S/_new  2015-03-25 09:59:06.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           milou5
-Version:        5.2.1
+Version:        5.2.2
 Release:        0
 Summary:        Dedicated search application built on top of Baloo
 License:        GPL-2.0+ and LGPL-2.1+
@@ -27,10 +27,12 @@
 Source99:       %{name}-rpmlintrc
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
+BuildRequires:  kcoreaddons-devel
 BuildRequires:  kdeclarative-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel
 BuildRequires:  krunner-devel
+BuildRequires:  kservice-devel
 BuildRequires:  plasma-framework-devel
 BuildRequires:  pkgconfig(Qt5Qml) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Quick) >= 5.2.0

++++++ milou-5.2.1.tar.xz -> milou-5.2.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.2.1/CMakeLists.txt 
new/milou-5.2.2/CMakeLists.txt
--- old/milou-5.2.1/CMakeLists.txt      2015-02-21 21:35:53.000000000 +0100
+++ new/milou-5.2.2/CMakeLists.txt      2015-03-19 13:29:43.000000000 +0100
@@ -1,5 +1,5 @@
 project(Milou)
-set(PROJECT_VERSION "5.2.1")
+set(PROJECT_VERSION "5.2.2")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 
@@ -7,7 +7,7 @@
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Script Qml Quick Widgets Test)
-find_package(KF5 REQUIRED COMPONENTS Runner Plasma I18n Declarative)
+find_package(KF5 REQUIRED COMPONENTS CoreAddons I18n Declarative Service 
Plasma Runner)
 
 include(FeatureSummary)
 include(ECMAddTests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/milou-5.2.1/lib/previews/milouapplicationpreview.desktop 
new/milou-5.2.2/lib/previews/milouapplicationpreview.desktop
--- old/milou-5.2.1/lib/previews/milouapplicationpreview.desktop        
2015-02-21 21:32:54.000000000 +0100
+++ new/milou-5.2.2/lib/previews/milouapplicationpreview.desktop        
2015-03-19 13:28:31.000000000 +0100
@@ -3,6 +3,7 @@
 X-KDE-ServiceTypes=MilouPreviewPlugin
 X-KDE-Library=milouapplicationplugin
 Name=Milou Application Preview Plugin
+Name[bs]=Milou dodatak z apregled
 Name[ca]=Connector de vista prèvia d'aplicacions del Milou
 Name[cs]=Modul náhledů aplikace Milou
 Name[da]=Forhåndsvisning-plugin til programmet Milou
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.2.1/lib/previews/miloufilepreview.desktop 
new/milou-5.2.2/lib/previews/miloufilepreview.desktop
--- old/milou-5.2.1/lib/previews/miloufilepreview.desktop       2015-02-21 
21:32:54.000000000 +0100
+++ new/milou-5.2.2/lib/previews/miloufilepreview.desktop       2015-03-19 
13:28:31.000000000 +0100
@@ -3,6 +3,7 @@
 X-KDE-ServiceTypes=MilouPreviewPlugin
 X-KDE-Library=miloufileplugin
 Name=Milou File Preview Plugin
+Name[bs]=Milou dodatak za pregled datoteke
 Name[ca]=Connector de vista prèvia de fitxers del Milou
 Name[cs]=Modul náhledů souborů pro Milou
 Name[da]=Forhåndsvisning-plugin til filer til Milou
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.2.1/plasmoid/package/metadata.desktop 
new/milou-5.2.2/plasmoid/package/metadata.desktop
--- old/milou-5.2.1/plasmoid/package/metadata.desktop   2015-02-21 
21:32:54.000000000 +0100
+++ new/milou-5.2.2/plasmoid/package/metadata.desktop   2015-03-19 
13:28:31.000000000 +0100
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=Search
+Name[bs]=Pretrazivanje
 Name[ca]=Cerca
 Name[cs]=Hledat
 Name[da]=Søg
@@ -8,6 +9,7 @@
 Name[en_GB]=Search
 Name[es]=Buscar
 Name[fi]=Haku
+Name[fr]=Recherche
 Name[hu]=Keresés
 Name[ia]=Cerca
 Name[it]=Ricerca
@@ -31,7 +33,9 @@
 Name[uk]=Пошук
 Name[x-test]=xxSearchxx
 Name[zh_CN]=搜索
+Name[zh_TW]=搜尋
 Comment=Search and Launch
+Comment[bs]=Traženje i pokretanje
 Comment[ca]=Cerca i llança
 Comment[cs]=Hledat a spustit
 Comment[da]=Søg og start
@@ -40,6 +44,7 @@
 Comment[en_GB]=Search and Launch
 Comment[es]=Buscar y lanzar
 Comment[fi]=Haku ja käynnistys
+Comment[fr]=Rechercher et lancer
 Comment[hu]=Keresés és indítás
 Comment[ia]=Cerca  e lancea 
 Comment[it]=Cerca e avvia
@@ -63,6 +68,7 @@
 Comment[uk]=Пошук і запуск
 Comment[x-test]=xxSearch and Launchxx
 Comment[zh_CN]=搜索和启动
+Comment[zh_TW]=搜尋並啟動
 Type=Service
 ServiceTypes=Plasma/Applet
 Icon=nepomuk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.2.1/po/bs/milou.po 
new/milou-5.2.2/po/bs/milou.po
--- old/milou-5.2.1/po/bs/milou.po      2015-02-21 21:33:10.000000000 +0100
+++ new/milou-5.2.2/po/bs/milou.po      2015-03-19 13:28:39.000000000 +0100
@@ -9,30 +9,27 @@
 "Project-Id-Version: $2\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-01-13 12:17+0000\n"
-"PO-Revision-Date: 2014-01-31 22:38+0100\n"
-"Last-Translator: Samir Ribić <[email protected]>\n"
+"PO-Revision-Date: 2015-02-15 12:59+0000\n"
+"Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: none\n"
 "Language: bs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Launchpad-Export-Date: 2015-02-16 06:46+0000\n"
+"X-Generator: Launchpad (build 17341)\n"
 
 #: previews/audioplugin.cpp:59
-#, fuzzy
 msgid "Artist:"
 msgstr "Izvođač:"
 
 #: previews/audioplugin.cpp:59
-#, fuzzy
 msgid "Album:"
 msgstr "Album:"
 
 #: previews/audioplugin.cpp:59
-#, fuzzy
 msgid "Duration:"
-msgstr "Trajanje: "
+msgstr "Trajanje:"
 
 #: previews/emailplugin.cpp:99
 msgid "From:"
@@ -61,11 +58,9 @@
 "\n"
 
 #: previews/fileplugin.cpp:55
-#, fuzzy
 msgid "Modified:"
-msgstr "Izmjena:"
+msgstr "Izmijenjeno:"
 
 #: previews/fileplugin.cpp:55
-#, fuzzy
 msgid "Size:"
 msgstr "Veličina:"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.2.1/po/bs/plasma_applet_org.kde.milou.po 
new/milou-5.2.2/po/bs/plasma_applet_org.kde.milou.po
--- old/milou-5.2.1/po/bs/plasma_applet_org.kde.milou.po        2015-02-21 
21:33:10.000000000 +0100
+++ new/milou-5.2.2/po/bs/plasma_applet_org.kde.milou.po        2015-03-19 
13:28:39.000000000 +0100
@@ -9,15 +9,15 @@
 "Project-Id-Version: $2\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-01-13 12:17+0000\n"
-"PO-Revision-Date: 2014-01-31 22:38+0100\n"
-"Last-Translator: Samir Ribić <[email protected]>\n"
+"PO-Revision-Date: 2014-10-21 18:49+0000\n"
+"Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: none\n"
 "Language: bs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Launchpad-Export-Date: 2014-10-22 06:10+0000\n"
+"X-Generator: Launchpad (build 17203)\n"
 
 #: applet.cpp:69
 msgid "Search Results"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.2.1/po/fr/milou.po 
new/milou-5.2.2/po/fr/milou.po
--- old/milou-5.2.1/po/fr/milou.po      2015-02-21 21:33:29.000000000 +0100
+++ new/milou-5.2.2/po/fr/milou.po      2015-03-19 13:28:52.000000000 +0100
@@ -1,14 +1,15 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vincent PINON <[email protected]>, 2014.
+# Geoffray Levasseur <[email protected]>, 2014.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-01-13 12:17+0000\n"
-"PO-Revision-Date: 2014-02-28 17:24+0100\n"
-"Last-Translator: Vincent PINON <[email protected]>\n"
+"PO-Revision-Date: 2014-07-30 15:53+0200\n"
+"Last-Translator: Geoffray Levasseur <geoffray.levasseur-brandin@ac-toulouse."
+"fr>\n"
 "Language-Team: French <[email protected]>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -38,7 +39,7 @@
 
 #: previews/emailplugin.cpp:104
 msgid "To:"
-msgstr "À :"
+msgstr "Vers :"
 
 #: previews/emailplugin.cpp:109
 msgid "Date:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.2.1/po/uk/milou.po 
new/milou-5.2.2/po/uk/milou.po
--- old/milou-5.2.1/po/uk/milou.po      2015-02-21 21:34:42.000000000 +0100
+++ new/milou-5.2.2/po/uk/milou.po      2015-03-19 13:29:39.000000000 +0100
@@ -1,10 +1,12 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
+# Translation of milou.po to Ukrainian
+# Copyright (C) 2014 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.
 #
 # Yuri Chornoivan <[email protected]>, 2014.
 msgid ""
 msgstr ""
-"Project-Id-Version: \n"
+"Project-Id-Version: milou\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-01-13 12:17+0000\n"
 "PO-Revision-Date: 2014-06-22 22:01+0300\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.2.1/po/uk/plasma_applet_org.kde.milou.po 
new/milou-5.2.2/po/uk/plasma_applet_org.kde.milou.po
--- old/milou-5.2.1/po/uk/plasma_applet_org.kde.milou.po        2015-02-21 
21:34:42.000000000 +0100
+++ new/milou-5.2.2/po/uk/plasma_applet_org.kde.milou.po        2015-03-19 
13:29:39.000000000 +0100
@@ -1,10 +1,12 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
+# Translation of plasma_applet_org.kde.milou.po to Ukrainian
+# Copyright (C) 2014 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.
 #
 # Yuri Chornoivan <[email protected]>, 2014.
 msgid ""
 msgstr ""
-"Project-Id-Version: \n"
+"Project-Id-Version: plasma_applet_org.kde.milou\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-01-13 12:17+0000\n"
 "PO-Revision-Date: 2014-07-23 14:59+0300\n"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to