openSUSE Commits
Threads by month
- ----- 2024 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
October 2014
- 1 participants
- 1615 discussions
Hello community,
here is the log from the commit of package krunner for openSUSE:Factory checked in at 2014-10-07 15:58:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krunner (Old)
and /work/SRC/openSUSE:Factory/.krunner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krunner"
Changes:
--------
--- /work/SRC/openSUSE:Factory/krunner/krunner.changes 2014-09-12 17:03:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.krunner.new/krunner.changes 2014-10-07 15:58:55.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Oct 4 17:59:11 UTC 2014 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.3.0
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+-------------------------------------------------------------------
Old:
----
krunner-5.2.0.tar.xz
New:
----
krunner-5.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ krunner.spec ++++++
--- /var/tmp/diff_new_pack.D3tWak/_old 2014-10-07 15:58:56.000000000 +0200
+++ /var/tmp/diff_new_pack.D3tWak/_new 2014-10-07 15:58:56.000000000 +0200
@@ -18,11 +18,11 @@
%define lname libKF5Runner5
Name: krunner
-Version: 5.2.0
+Version: 5.3.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
-BuildRequires: extra-cmake-modules >= 1.2.0
+BuildRequires: extra-cmake-modules >= 1.3.0
BuildRequires: fdupes
BuildRequires: kconfig-devel >= %{kf5_version}
BuildRequires: kcoreaddons-devel >= %{kf5_version}
++++++ krunner-5.2.0.tar.xz -> krunner-5.3.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/CMakeLists.txt new/krunner-5.3.0/CMakeLists.txt
--- old/krunner-5.2.0/CMakeLists.txt 2014-09-08 01:27:08.000000000 +0200
+++ new/krunner-5.3.0/CMakeLists.txt 2014-10-04 19:11:22.000000000 +0200
@@ -3,7 +3,7 @@
project(KRunner)
# ECM setup
-find_package(ECM 1.2.0 REQUIRED NO_MODULE)
+find_package(ECM 1.3.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
include(FeatureSummary)
@@ -15,8 +15,8 @@
include(KDECompilerSettings)
include(KDECMakeSettings)
-set(KF5_VERSION "5.2.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.2.0") # handled by release scripts
+set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.3.0") # handled by release scripts
ecm_setup_version(${KF5_VERSION}
VARIABLE_PREFIX KRUNNER
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/examples/runner/plasma-runner-example-homefiles.desktop new/krunner-5.3.0/examples/runner/plasma-runner-example-homefiles.desktop
--- old/krunner-5.2.0/examples/runner/plasma-runner-example-homefiles.desktop 2014-09-08 01:27:08.000000000 +0200
+++ new/krunner-5.3.0/examples/runner/plasma-runner-example-homefiles.desktop 2014-10-04 19:11:22.000000000 +0200
@@ -16,6 +16,7 @@
Name[ia]=Files de domo
Name[it]=File della home
Name[ko]=홈 파일
+Name[nb]=Hjemmefiler
Name[nds]=Tohuus-Dateien
Name[nl]=Persoonlijke bestanden
Name[pa]=ਘਰ ਫਾਈਲਾਂ
@@ -52,6 +53,7 @@
Comment[ia]=Parte de un tutorial demonstrante como crear Plugin de Runner
Comment[it]=Partedi una guida che dimostra come creare estensioni di KRunner
Comment[ko]=실행기 플러그인을 만드는 튜토리얼의 일부
+Comment[nb]=Del av en veiledning som viser hvordan Runner-moduler kan lages
Comment[nds]=Deel vun en Lehrprogramm dat wiest, wodennig een KRunner-Modulen schrifft.
Comment[nl]=Deel van een inleiding die demonstreert hoe Runner-plug-ins te maken
Comment[pl]=Część samouczka wyjaśniająca sposób tworzenia wtyczek Runnera
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/ar/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/ar/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/ar/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/ar/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Language translations for KDE package.
+# Copyright (C) 2014 This_file_is_part_of_KDE
+# This file is distributed under the same license as the KDE package.
+# Automatically generated, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: KDE 5\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-04-27 20:56+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.11.0\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr ""
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr ""
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/bs/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/bs/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/bs/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/bs/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,35 @@
+# Bosnian translation for bosnianuniversetranslation
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the bosnianuniversetranslation package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: bosnianuniversetranslation\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-01-12 22:39+0000\n"
+"Last-Translator: Samir Ribić <Unknown>\n"
+"Language-Team: Bosnian <bs(a)li.org>\n"
+"Language: bs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-01-13 05:56+0000\n"
+"X-Generator: Launchpad (build 16890)\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"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Nađi datoteke koje odgovaraju :q: u %1 direktoriju"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Otvori „%1“"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Ovo je samo za prikaz"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/ca/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/ca/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/ca/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/ca/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,36 @@
+# Translation of plasma_runner_example_homefiles.po to Catalan
+# 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.
+#
+# Josep Ma. Ferrer <txemaq(a)gmail.com>, 2014.
+# Antoni Bella Pérez <antonibella5(a)orange.es>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-07-28 22:58+0200\n"
+"Last-Translator: Antoni Bella Pérez <antonibella5(a)orange.es>\n"
+"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
+"Language: ca\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+"X-Accelerator-Marker: &\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Cerca els fitxers que coincideixin amb :q: en la carpeta %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Obre %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Només és un exemple"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/ca(a)valencia/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/ca(a)valencia/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/ca(a)valencia/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/ca(a)valencia/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,35 @@
+# Translation of plasma_runner_example_homefiles.po to Catalan
+# 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.
+#
+# Josep Ma. Ferrer <txemaq(a)gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-02-15 10:10+0100\n"
+"Last-Translator: Josep Ma. Ferrer <txemaq(a)gmail.com>\n"
+"Language-Team: Catalan <kde-i18n-ca(a)kde.org>\n"
+"Language: ca@valencia\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.4\n"
+"X-Accelerator-Marker: &\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Cerca fitxer que coincidisquen amb :q: en la carpeta %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Obri %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Només és un exemple"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/cs/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/cs/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/cs/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/cs/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Vít Pelčák <vit(a)pelcak.org>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-09-05 11:10+0200\n"
+"Last-Translator: Vít Pelčák <vit(a)pelcak.org>\n"
+"Language-Team: Czech <kde-i18n-doc(a)kde.org>\n"
+"Language: cs\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Najde soubory odpovídající :q: ve složce %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Otevřít %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Tohle je jenom na ukázku"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/da/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/da/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/da/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/da/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Martin Schlander <mschlander(a)opensuse.org>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-02-23 14:18+0100\n"
+"Last-Translator: Martin Schlander <mschlander(a)opensuse.org>\n"
+"Language-Team: Danish <kde-i18n-doc(a)kde.org>\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Finder filer som matcher :q: i mappen %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Åbn %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Dette er kun til demonstration"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/de/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/de/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/de/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/de/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Burkhard Lück <lueck(a)hube-lueck.de>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-10-04 23:46+0200\n"
+"Last-Translator: Burkhard Lück <lueck(a)hube-lueck.de>\n"
+"Language-Team: German <kde-i18n-de(a)kde.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Dateien passend auf :q: im Ordner %1 suchen"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "%1 öffnen"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Dies ist nur zur Anzeige"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/en_GB/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/en_GB/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/en_GB/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/en_GB/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,31 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Steve Allewell <steve.allewell(a)gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-06-28 12:16+0100\n"
+"Last-Translator: Steve Allewell <steve.allewell(a)gmail.com>\n"
+"Language-Team: British English <kde-l10n-en_gb(a)kde.org>\n"
+"Language: en_GB\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Finds files matching :q: in the %1 folder"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Open %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "This is just for show"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/es/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/es/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/es/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/es/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Eloy Cuadra <ecuadra(a)eloihr.net>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-09-18 23:10+0200\n"
+"Last-Translator: Eloy Cuadra <ecuadra(a)eloihr.net>\n"
+"Language-Team: Spanish <kde-l10n-es(a)kde.org>\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Encuentra archivos que coinciden con :q: en la carpeta %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Abrir %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Esto es una demostración"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/fi/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/fi/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/fi/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/fi/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Tommi Nieminen <translator(a)legisign.org>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-01-05 21:37+0200\n"
+"Last-Translator: Tommi Nieminen <translator(a)legisign.org>\n"
+"Language-Team: Finnish <kde-i18n-doc(a)kde.org>\n"
+"Language: fi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Etsi hakua :q: vastaavia tiedostoja kansiosta %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Avaa %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Tämä on vain esimerkki"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/fr/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/fr/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/fr/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/fr/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,35 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# xavier <xavier.besnard(a)neuf.fr>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-09-06 10:01+0200\n"
+"Last-Translator: xavier <xavier.besnard(a)neuf.fr>\n"
+"Language-Team: French <kde-i18n-doc(a)kde.org>\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Lokalize 1.5\n"
+"X-Environment: kde\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Trouve les fichiers correspondant à :q: dans le dossier %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Ouvrir %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Ceci n'est que pour l'affichage"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/gl/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/gl/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/gl/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/gl/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Marce Villarino <mvillarino(a)kde-espana.org>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-05-12 23:23+0200\n"
+"Last-Translator: Marce Villarino <mvillarino(a)kde-espana.org>\n"
+"Language-Team: Galician <kde-i18n-doc(a)kde.org>\n"
+"Language: gl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Busca ficheiros que casen con :q: no cartafol %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Abrir %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Isto só é para mostrar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/hu/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/hu/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/hu/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/hu/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Balázs Úr <urbalazs(a)gmail.com>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-10-06 13:21+0200\n"
+"Last-Translator: Balázs Úr <urbalazs(a)gmail.com>\n"
+"Language-Team: Hungarian <kde-l10n-hu(a)kde.org>\n"
+"Language: hu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Fájlok keresése :q: illeszkedésére a(z) %1 mappában"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "%1 megnyitása"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Ez csak a megjelenítés miatt"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/ia/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/ia/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/ia/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/ia/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# G.Sora <g.sora(a)tiscali.it>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-02-18 16:54+0100\n"
+"Last-Translator: G.Sora <g.sora(a)tiscali.it>\n"
+"Language-Team: Interlingua <kde-l10n-ia(a)kde.org>\n"
+"Language: ia\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Trova files coincidente:q: in le dossier %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Aperi %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Isto es solo pro monstrar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/ja/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/ja/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/ja/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/ja/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,29 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-09-13 00:14-0700\n"
+"Last-Translator: Japanese KDE translation team <kde-jp(a)kde.org>\n"
+"Language-Team: Japanese <kde-jp(a)kde.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr ""
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr ""
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/ko/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/ko/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/ko/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/ko/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,31 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Park Shinjo <peremen(a)gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-03-09 05:00+0900\n"
+"Last-Translator: Park Shinjo <peremen(a)gmail.com>\n"
+"Language-Team: Korean <kde(a)peremen.name>\n"
+"Language: ko\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "%1 폴더에서 :q:와(과) 일치하는 파일 찾기"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "%1 열기"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "데모용입니다"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/lt/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/lt/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/lt/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/lt/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Lithuanian translations for l package.
+# Copyright (C) 2014 This_file_is_part_of_KDE
+# This file is distributed under the same license as the l package.
+# Automatically generated, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: l 10n\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-09-05 01:47+0000\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
+"%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr ""
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr ""
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/nds/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/nds/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/nds/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/nds/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Sönke Dibbern <s_dibbern(a)web.de>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-02-19 13:30+0100\n"
+"Last-Translator: Sönke Dibbern <s_dibbern(a)web.de>\n"
+"Language-Team: Low Saxon <kde-i18n-nds(a)kde.org>\n"
+"Language: nds\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.4\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Söcht binnen den Orner %1 na Dateien, op de :q: passt"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "%1 opmaken"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Dit is bloots to'n Wiesen dor"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/nl/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/nl/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/nl/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/nl/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Freek de Kruijf <freekdekruijf(a)kde.nl>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-02-12 08:46+0100\n"
+"Last-Translator: Freek de Kruijf <freekdekruijf(a)kde.nl>\n"
+"Language-Team: Dutch <kde-i18n-nl(a)kde.org>\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Zoekt bestanden die overeenkomen met :q: in de %1-map"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "%1 openen"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Dit is gewoon voor de show"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/pa/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/pa/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/pa/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/pa/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# A S Alam <aalam(a)users.sf.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-03-26 11:31-0500\n"
+"Last-Translator: A S Alam <aalam(a)users.sf.net>\n"
+"Language-Team: Punjabi/Panjabi <punjabi-users(a)lists.sf.net>\n"
+"Language: pa\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr ""
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "%1 ਖੋਲ੍ਹੋ"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "ਇਹ ਕੇਵਲ ਵੇਖਾਉਣ ਲਈ ਹੀ ਹੈ"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/pl/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/pl/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/pl/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/pl/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-02-20 16:42+0100\n"
+"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>\n"
+"Language-Team: Polish <kde-i18n-doc(a)kde.org>\n"
+"Language: pl\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==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Znajduje pliki pasujące do :q: w katalogu %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Otwórz %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "To tylko dla pokazu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/pt/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/pt/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/pt/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/pt/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,27 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-09-05 09:53+0100\n"
+"Last-Translator: José Nuno Coelho Pires <zepires(a)gmail.com>\n"
+"Language-Team: Portuguese <kde-i18n-pt(a)kde.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Procura por ficheiros que correspondam a :q: na pasta %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Abrir o %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Isto é apenas para mostrar"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/pt_BR/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/pt_BR/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/pt_BR/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/pt_BR/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Translation of plasma_runner_example_homefiles.po to Brazilian Portuguese
+# Copyright (C) 2013 This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# André Marcelo Alvarenga <alvarenga(a)kde.org>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-09-05 08:30-0300\n"
+"Last-Translator: André Marcelo Alvarenga <alvarenga(a)kde.org>\n"
+"Language-Team: Brazilian Portuguese <kde-i18n-pt_br(a)kde.org>\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Procura arquivos que correspondam a :q: na pasta %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Abrir %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Isto é apenas para mostrar\""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/ro/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/ro/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/ro/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/ro/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Sergiu Bivol <sergiu(a)ase.md>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-08-16 14:58+0300\n"
+"Last-Translator: Sergiu Bivol <sergiu(a)ase.md>\n"
+"Language-Team: Romanian <kde-i18n-ro(a)kde.org>\n"
+"Language: ro\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==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Găsește fișierele ce se potrivesc cu :q: în dosarul %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Deschide %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Aceasta e doar pentru prezentare"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/ru/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/ru/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/ru/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/ru/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Alexander Potashev <aspotashev(a)gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-06-25 03:54+0400\n"
+"Last-Translator: Alexander Potashev <aspotashev(a)gmail.com>\n"
+"Language-Team: Russian <kde-russian(a)lists.kde.ru>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Искать файлы с именами, соответствующими :q:, в папке %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Открыть %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Это только для тестирования"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/sk/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/sk/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/sk/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/sk/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,30 @@
+# translation of plasma_runner_example_homefiles.po to Slovak
+# Roman Paholik <wizzardsk(a)gmail.com>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-09-07 10:26+0200\n"
+"Last-Translator: Roman Paholík <wizzardsk(a)gmail.com>\n"
+"Language-Team: Slovak <kde-sk(a)linux.sk>\n"
+"Language: sk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.5\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Nájde súbory vyhovujúce :q: v priečinku %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Otvoriť %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Toto je iba na ukážku"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/sl/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/sl/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/sl/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/sl/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Andrej Mernik <andrejm(a)ubuntu.si>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-02-14 09:56+0100\n"
+"Last-Translator: Andrej Mernik <andrejm(a)ubuntu.si>\n"
+"Language-Team: Slovenian <lugos-slo(a)lugos.si>\n"
+"Language: sl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
+"%100==4 ? 3 : 0);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Najde datoteke v mapi %1, ki se ujemajo z :q:"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Odpri %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "To je le zgled"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/sr/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/sr/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/sr/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/sr/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Translation of plasma_runner_example_homefiles.po into Serbian.
+# Chusslove Illich <caslav.ilic(a)gmx.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-05-19 22:29+0200\n"
+"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
+"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
+"Language: sr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Налази фајлове које поклапа :q: у фасцикли %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Отвори %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Ово је само демонстрација"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/sr(a)ijekavian/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/sr(a)ijekavian/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/sr(a)ijekavian/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/sr(a)ijekavian/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Translation of plasma_runner_example_homefiles.po into Serbian.
+# Chusslove Illich <caslav.ilic(a)gmx.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-05-19 22:29+0200\n"
+"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
+"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
+"Language: sr@ijekavian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Налази фајлове које поклапа :q: у фасцикли %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Отвори %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Ово је само демонстрација"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/sr(a)ijekavianlatin/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/sr(a)ijekavianlatin/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/sr(a)ijekavianlatin/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/sr(a)ijekavianlatin/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Translation of plasma_runner_example_homefiles.po into Serbian.
+# Chusslove Illich <caslav.ilic(a)gmx.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-05-19 22:29+0200\n"
+"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
+"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
+"Language: sr@ijekavianlatin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Nalazi fajlove koje poklapa :q: u fascikli %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Otvori %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Ovo je samo demonstracija"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/sr(a)latin/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/sr(a)latin/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/sr(a)latin/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/sr(a)latin/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Translation of plasma_runner_example_homefiles.po into Serbian.
+# Chusslove Illich <caslav.ilic(a)gmx.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-05-19 22:29+0200\n"
+"Last-Translator: Chusslove Illich <caslav.ilic(a)gmx.net>\n"
+"Language-Team: Serbian <kde-i18n-sr(a)kde.org>\n"
+"Language: sr@latin\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+"X-Environment: kde\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Nalazi fajlove koje poklapa :q: u fascikli %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Otvori %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Ovo je samo demonstracija"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/sv/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/sv/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/sv/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/sv/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Stefan Asserhäll <stefan.asserhall(a)bredband.net>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-09-05 18:01+0200\n"
+"Last-Translator: Stefan Asserhäll <stefan.asserhall(a)bredband.net>\n"
+"Language-Team: Swedish <kde-i18n-doc(a)kde.org>\n"
+"Language: sv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.4\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Söker efter filer som matchar :q: in katalogen %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Öppna %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Detta är bara för syns skull"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/tr/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/tr/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/tr/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/tr/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Volkan Gezer <volkangezer(a)gmail.com>, 2013.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2013-10-02 17:38+0200\n"
+"Last-Translator: Volkan Gezer <volkangezer(a)gmail.com>\n"
+"Language-Team: Turkish <kde-l10n-tr(a)kde.org>\n"
+"Language: tr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "%1 klasöründe :q: ile eşleşen dosyaları bulur"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "%1 Aç"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Bu sadece gösterim için"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/uk/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/uk/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/uk/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/uk/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,33 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Yuri Chornoivan <yurchor(a)ukr.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: plasma_runner_example_homefiles\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-02-12 08:20+0200\n"
+"Last-Translator: Yuri Chornoivan <yurchor(a)ukr.net>\n"
+"Language-Team: Ukrainian <kde-i18n-uk(a)kde.org>\n"
+"Language: uk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "Знайти файли, що відповідають запиту :q: у теці %1"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "Відкрити %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "Це лише демонстрація"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/zh_CN/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/zh_CN/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/zh_CN/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/zh_CN/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Weng Xuetian <wengxt(a)gmail.com>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-07-16 15:20-0400\n"
+"Last-Translator: Weng Xuetian <wengxt(a)gmail.com>\n"
+"Language-Team: Chinese Simplified <kde-i18n-doc(a)kde.org>\n"
+"Language: zh_CN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr ""
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "打开 %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/po/zh_TW/plasma_runner_example_homefiles.po new/krunner-5.3.0/po/zh_TW/plasma_runner_example_homefiles.po
--- old/krunner-5.2.0/po/zh_TW/plasma_runner_example_homefiles.po 1970-01-01 01:00:00.000000000 +0100
+++ new/krunner-5.3.0/po/zh_TW/plasma_runner_example_homefiles.po 2014-10-04 19:11:22.000000000 +0200
@@ -0,0 +1,32 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Franklin Weng <franklin at goodhorse dot idv dot tw>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
+"POT-Creation-Date: 2014-04-27 20:56+0000\n"
+"PO-Revision-Date: 2014-02-18 10:17+0800\n"
+"Last-Translator: Franklin Weng <franklin at goodhorse dot idv dot tw>\n"
+"Language-Team: Chinese Traditional <kde-tw(a)googlegroups.com>\n"
+"Language: zh_TW\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: homefilesrunner.cpp:71
+#, kde-format
+msgid "Finds files matching :q: in the %1 folder"
+msgstr "在資料夾 %1 中找符合 :q: 的檔案"
+
+#: homefilesrunner.cpp:116
+#, kde-format
+msgid "Open %1"
+msgstr "開啟 %1"
+
+#: homefilesrunner.cpp:157
+msgid "This is just for show"
+msgstr "只是做展示"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.2.0/src/data/servicetypes/plasma-runner.desktop new/krunner-5.3.0/src/data/servicetypes/plasma-runner.desktop
--- old/krunner-5.2.0/src/data/servicetypes/plasma-runner.desktop 2014-09-08 01:27:08.000000000 +0200
+++ new/krunner-5.3.0/src/data/servicetypes/plasma-runner.desktop 2014-10-04 19:11:22.000000000 +0200
@@ -19,6 +19,7 @@
Comment[it]=Estensione di KRunner
Comment[ko]=KRunner 플러그인
Comment[mr]=KRunner प्लगइन
+Comment[nb]=KRunner-programtillegg
Comment[nds]=KRunner-Moduul
Comment[nl]=KRunner-plugin
Comment[pa]=ਕੇਰਨਰ ਪਲੱਗਇਨ
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kjobwidgets for openSUSE:Factory checked in at 2014-10-07 15:58:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kjobwidgets (Old)
and /work/SRC/openSUSE:Factory/.kjobwidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kjobwidgets"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kjobwidgets/kjobwidgets.changes 2014-09-12 17:03:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kjobwidgets.new/kjobwidgets.changes 2014-10-07 15:58:52.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Oct 4 17:59:10 UTC 2014 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.3.0
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+-------------------------------------------------------------------
Old:
----
kjobwidgets-5.2.0.tar.xz
New:
----
kjobwidgets-5.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kjobwidgets.spec ++++++
--- /var/tmp/diff_new_pack.gY2qmL/_old 2014-10-07 15:58:54.000000000 +0200
+++ /var/tmp/diff_new_pack.gY2qmL/_new 2014-10-07 15:58:54.000000000 +0200
@@ -18,11 +18,11 @@
%define lname libKF5JobWidgets5
Name: kjobwidgets
-Version: 5.2.0
+Version: 5.3.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
-BuildRequires: extra-cmake-modules >= 1.2.0
+BuildRequires: extra-cmake-modules >= 1.3.0
BuildRequires: fdupes
BuildRequires: kcoreaddons-devel >= %{kf5_version}
BuildRequires: kf5-filesystem
++++++ kjobwidgets-5.2.0.tar.xz -> kjobwidgets-5.3.0.tar.xz ++++++
++++ 916936 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kguiaddons for openSUSE:Factory checked in at 2014-10-07 15:58:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kguiaddons (Old)
and /work/SRC/openSUSE:Factory/.kguiaddons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kguiaddons"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kguiaddons/kguiaddons.changes 2014-09-12 17:03:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kguiaddons.new/kguiaddons.changes 2014-10-07 15:58:51.000000000 +0200
@@ -1,0 +2,8 @@
+Sat Oct 4 17:59:09 UTC 2014 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.3.0
+ * Make KFontUtils::adaptFontSize be a bit more exact
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+-------------------------------------------------------------------
Old:
----
kguiaddons-5.2.0.tar.xz
New:
----
kguiaddons-5.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kguiaddons.spec ++++++
--- /var/tmp/diff_new_pack.Mgq9nz/_old 2014-10-07 15:58:52.000000000 +0200
+++ /var/tmp/diff_new_pack.Mgq9nz/_new 2014-10-07 15:58:52.000000000 +0200
@@ -18,10 +18,10 @@
%define lname libKF5GuiAddons5
Name: kguiaddons
-Version: 5.2.0
+Version: 5.3.0
Release: 0
BuildRequires: cmake >= 2.8.12
-BuildRequires: extra-cmake-modules >= 1.2.0
+BuildRequires: extra-cmake-modules >= 1.3.0
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
++++++ kguiaddons-5.2.0.tar.xz -> kguiaddons-5.3.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kguiaddons-5.2.0/CMakeLists.txt new/kguiaddons-5.3.0/CMakeLists.txt
--- old/kguiaddons-5.2.0/CMakeLists.txt 2014-09-08 01:25:16.000000000 +0200
+++ new/kguiaddons-5.3.0/CMakeLists.txt 2014-10-03 19:55:11.000000000 +0200
@@ -2,7 +2,7 @@
project(KGuiAddons)
-find_package(ECM 1.2.0 REQUIRED NO_MODULE)
+find_package(ECM 1.3.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
@@ -21,7 +21,7 @@
include(GenerateExportHeader)
include(ECMSetupVersion)
include(ECMGenerateHeaders)
-set(KF5_VERSION "5.2.0") # handled by release scripts
+set(KF5_VERSION "5.3.0") # handled by release scripts
ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KGUIADDONS
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kguiaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kguiaddons-5.2.0/src/fonts/kfontutils.cpp new/kguiaddons-5.3.0/src/fonts/kfontutils.cpp
--- old/kguiaddons-5.2.0/src/fonts/kfontutils.cpp 2014-09-08 01:25:16.000000000 +0200
+++ new/kguiaddons-5.3.0/src/fonts/kfontutils.cpp 2014-10-03 19:55:11.000000000 +0200
@@ -1,6 +1,6 @@
/*********************************************************************************
* *
- * Copyright (C) 2005, 2009 by Albert Astals Cid <aacid(a)kde.org> *
+ * Copyright (C) 2005, 2009, 2014 by Albert Astals Cid <aacid(a)kde.org> *
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public *
@@ -22,33 +22,68 @@
#include "kfontutils.h"
+#include <qmath.h>
#include <qpainter.h>
+static bool checkFits(QPainter &painter, const QString &string, qreal width, qreal height, qreal size, KFontUtils::AdaptFontSizeOptions flags)
+{
+ QFont f = painter.font();
+ f.setPointSizeF(size);
+ painter.setFont(f);
+ int qtFlags = Qt::AlignCenter | Qt::TextWordWrap;
+ if (flags & KFontUtils::DoNotAllowWordWrap) {
+ qtFlags &= ~Qt::TextWordWrap;
+ }
+ const QRectF boundingRect = painter.boundingRect(QRectF(0, 0, width, height), qtFlags, string);
+ if (boundingRect.width() == 0 || boundingRect.height() == 0) {
+ return false;
+ } else if (boundingRect.width() > width || boundingRect.height() > height) {
+ return false;
+ }
+ return true;
+}
+
qreal KFontUtils::adaptFontSize(QPainter &painter, const QString &string, qreal width, qreal height, qreal maxFontSize, qreal minFontSize, AdaptFontSizeOptions flags)
{
- qreal size = maxFontSize;
- QRectF boundingRect;
- bool done = false;
-
- while (!done && size > minFontSize) {
- QFont f = painter.font();
- f.setPointSizeF(size);
- painter.setFont(f);
- int qtFlags = Qt::AlignCenter | Qt::TextWordWrap;
- if (flags & DoNotAllowWordWrap) {
- qtFlags = qtFlags & ~Qt::TextWordWrap;
- }
- boundingRect = painter.boundingRect(QRectF(0, 0, width, height), qtFlags, string);
- if (boundingRect.width() == 0 || boundingRect.height() == 0) {
+ // A invalid range is an error (-1)
+ if (maxFontSize < minFontSize)
+ return -1;
+
+ // If the max font size already fits, return it
+ if (checkFits(painter, string, width, height, maxFontSize, flags))
+ return maxFontSize;
+
+ qreal fontSizeDoesNotFit = maxFontSize;
+
+ // If the min font size does not fit, try to see if a font size of 1 fits,
+ // if it does not return error (-1)
+ // if it does, we'll return a fontsize smaller than the minFontSize as documented
+ if (!checkFits(painter, string, width, height, minFontSize, flags)) {
+ fontSizeDoesNotFit = minFontSize;
+
+ minFontSize = 1;
+ if (!checkFits(painter, string, width, height, minFontSize, flags))
return -1;
- } else if (boundingRect.width() > width || boundingRect.height() > height) {
- size = qMin(width * size / boundingRect.width(), height * size / boundingRect.height());
+ }
+
+ qreal fontSizeFits = minFontSize;
+ qreal nextFontSizeToTry = (fontSizeDoesNotFit + fontSizeFits) / 2;
+
+ while (qFloor(fontSizeFits) != qFloor(nextFontSizeToTry)) {
+ if (checkFits(painter, string, width, height, nextFontSizeToTry, flags)) {
+ fontSizeFits = nextFontSizeToTry;
+ nextFontSizeToTry = (fontSizeDoesNotFit + fontSizeFits) / 2;
} else {
- done = true;
+ fontSizeDoesNotFit = nextFontSizeToTry;
+ nextFontSizeToTry = (nextFontSizeToTry + fontSizeFits) / 2;
}
}
- return size;
+ QFont f = painter.font();
+ f.setPointSizeF(fontSizeFits);
+ painter.setFont(f);
+
+ return fontSizeFits;
}
qreal KFontUtils::adaptFontSize(QPainter &painter, const QString &text, const QSizeF &availableSize, qreal maxFontSize, qreal minFontSize, AdaptFontSizeOptions flags)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kdesignerplugin for openSUSE:Factory checked in at 2014-10-07 15:58:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old)
and /work/SRC/openSUSE:Factory/.kdesignerplugin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesignerplugin"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes 2014-09-12 17:03:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes 2014-10-07 15:58:48.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Oct 4 17:59:08 UTC 2014 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.3.0
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+-------------------------------------------------------------------
Old:
----
kdesignerplugin-5.2.0.tar.xz
New:
----
kdesignerplugin-5.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdesignerplugin.spec ++++++
--- /var/tmp/diff_new_pack.Oc5DZp/_old 2014-10-07 15:58:50.000000000 +0200
+++ /var/tmp/diff_new_pack.Oc5DZp/_new 2014-10-07 15:58:50.000000000 +0200
@@ -17,11 +17,11 @@
Name: kdesignerplugin
-Version: 5.2.0
+Version: 5.3.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
-BuildRequires: extra-cmake-modules >= 1.2.0
+BuildRequires: extra-cmake-modules >= 1.3.0
BuildRequires: kbookmarks-devel >= %{kf5_version}
BuildRequires: kcompletion-devel >= %{kf5_version}
BuildRequires: kconfigwidgets-devel >= %{kf5_version}
++++++ kdesignerplugin-5.2.0.tar.xz -> kdesignerplugin-5.3.0.tar.xz ++++++
++++ 901512 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package kcodecs for openSUSE:Factory checked in at 2014-10-07 15:58:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcodecs (Old)
and /work/SRC/openSUSE:Factory/.kcodecs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcodecs"
Changes:
--------
--- /work/SRC/openSUSE:Factory/kcodecs/kcodecs.changes 2014-09-12 17:03:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcodecs.new/kcodecs.changes 2014-10-07 15:58:44.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Oct 4 17:59:07 UTC 2014 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.3.0
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+-------------------------------------------------------------------
Old:
----
kcodecs-5.2.0.tar.xz
New:
----
kcodecs-5.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kcodecs.spec ++++++
--- /var/tmp/diff_new_pack.ATdAHz/_old 2014-10-07 15:58:46.000000000 +0200
+++ /var/tmp/diff_new_pack.ATdAHz/_new 2014-10-07 15:58:46.000000000 +0200
@@ -18,10 +18,10 @@
%define lname libKF5Codecs5
Name: kcodecs
-Version: 5.2.0
+Version: 5.3.0
Release: 0
BuildRequires: cmake >= 2.8.12
-BuildRequires: extra-cmake-modules >= 1.2.0
+BuildRequires: extra-cmake-modules >= 1.3.0
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: libqt5-linguist-devel >= 5.2.0
++++++ kcodecs-5.2.0.tar.xz -> kcodecs-5.3.0.tar.xz ++++++
++++ 923398 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package attica-qt5 for openSUSE:Factory checked in at 2014-10-07 15:58:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old)
and /work/SRC/openSUSE:Factory/.attica-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "attica-qt5"
Changes:
--------
--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes 2014-09-12 17:03:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes 2014-10-07 15:58:43.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Oct 4 17:59:06 UTC 2014 - hrvoje.senjan(a)gmail.com
+
+- Update to 5.3.0
+ * For more details please see:
+ https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+-------------------------------------------------------------------
Old:
----
attica-5.2.0.tar.xz
New:
----
attica-5.3.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ attica-qt5.spec ++++++
--- /var/tmp/diff_new_pack.zj5o1w/_old 2014-10-07 15:58:44.000000000 +0200
+++ /var/tmp/diff_new_pack.zj5o1w/_new 2014-10-07 15:58:44.000000000 +0200
@@ -21,7 +21,7 @@
%define _libname KF5Attica
Name: attica-qt5
-Version: 5.2.0
+Version: 5.3.0
Release: 0
Summary: Open Collaboration Service client library
License: LGPL-2.1+
@@ -30,7 +30,7 @@
Source: %{rname}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: cmake >= 2.8.12
-BuildRequires: extra-cmake-modules >= 1.2.0
+BuildRequires: extra-cmake-modules >= 1.3.0
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
++++++ attica-5.2.0.tar.xz -> attica-5.3.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/attica-5.2.0/CMakeLists.txt new/attica-5.3.0/CMakeLists.txt
--- old/attica-5.2.0/CMakeLists.txt 2014-09-08 01:23:00.000000000 +0200
+++ new/attica-5.3.0/CMakeLists.txt 2014-10-03 19:53:02.000000000 +0200
@@ -3,7 +3,7 @@
project(Attica)
# ECM setup
-find_package(ECM 1.2.0 REQUIRED NO_MODULE)
+find_package(ECM 1.3.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
include(FeatureSummary)
@@ -15,7 +15,7 @@
include(KDEFrameworkCompilerSettings)
include(KDECMakeSettings)
-set(KF5_VERSION "5.2.0") # handled by release scripts
+set(KF5_VERSION "5.3.0") # handled by release scripts
ecm_setup_version(${KF5_VERSION}
VARIABLE_PREFIX ATTICA
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package patterns-openSUSE for openSUSE:Factory checked in at 2014-10-07 10:52:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.patterns-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patterns-openSUSE"
Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes 2014-10-06 12:06:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 2014-10-07 10:52:04.000000000 +0200
@@ -2,5 +1,0 @@
-Sat Oct 4 15:39:33 UTC 2014 - badshah400(a)gmail.com
-
-- Pattern sw_management_gnome: Add gnome-software as recommends.
-
--------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ patterns-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.WLHyRC/_old 2014-10-07 10:52:05.000000000 +0200
+++ /var/tmp/diff_new_pack.WLHyRC/_new 2014-10-07 10:52:05.000000000 +0200
@@ -6148,7 +6148,6 @@
Requires: pattern() = x11
# from data/SW-MANGEMENT-GNOME
Recommends: gnome-packagekit
-Recommends: gnome-software
Suggests: libyui-gtk-pkg
%description sw_management_gnome
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package python-python-subunit for openSUSE:Factory checked in at 2014-10-06 22:05:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-subunit (Old)
and /work/SRC/openSUSE:Factory/.python-python-subunit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-subunit"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-subunit/python-python-subunit.changes 2014-02-26 06:55:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-python-subunit.new/python-python-subunit.changes 2014-10-06 22:05:17.000000000 +0200
@@ -1,0 +2,18 @@
+Sat Sep 27 17:26:10 UTC 2014 - dmueller(a)suse.com
+
+- update to 0.0.21:
+ * Brown bag bugfix - 0.0.20's setup.py referenced cvs not csv.
+ (Robert Collins, #1361924)
+ * subunit2csv is now installed when using pip.
+ (Robert Collins, #1279669)
+ * testscenarios is now a test dependency, not an install dependency.
+ (Arfrever Frehtes Taifersar Arahesis, #1292757)
+ * The python-subunit tarball can now have setup run from the current
+ directory. (Robert Collins, #1361857)
+ * ``subunit.run`` in Python will now exit 0 as long as the test stream has
+ been generated correctly - this has always been the intent but API friction
+ with testtools had prevented it working.
+ (Robert Collins)
+- Remove python-testscenarios dependency; not needed anymore
+
+-------------------------------------------------------------------
Old:
----
python-subunit-0.0.18.tar.gz
New:
----
python-subunit-0.0.21.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-subunit.spec ++++++
--- /var/tmp/diff_new_pack.IdxU1D/_old 2014-10-06 22:05:18.000000000 +0200
+++ /var/tmp/diff_new_pack.IdxU1D/_new 2014-10-06 22:05:18.000000000 +0200
@@ -17,7 +17,7 @@
Name: python-python-subunit
-Version: 0.0.18
+Version: 0.0.21
Release: 0
Summary: Python implementation of subunit test streaming protocol
License: Apache-2.0 or BSD-3-Clause
@@ -31,7 +31,6 @@
BuildRequires: python-testscenarios
BuildRequires: python-testtools >= 0.9.34
Requires: python-extras
-Requires: python-testscenarios
Requires: python-testtools >= 0.9.34
Requires(post): update-alternatives
Requires(postun): update-alternatives
@@ -54,7 +53,7 @@
%prep
%setup -q -n python-subunit-%{version}
%patch0 -p1
-for B in subunit-2to1 subunit-1to2 subunit-filter subunit-ls subunit-notify subunit-stats subunit-tags subunit-output subunit2gtk subunit2junitxml subunit2pyunit tap2subunit ; do
+for B in subunit2csv subunit-2to1 subunit-1to2 subunit-filter subunit-ls subunit-notify subunit-stats subunit-tags subunit-output subunit2gtk subunit2junitxml subunit2pyunit tap2subunit ; do
sed -i "s|'filters/$B'|'filters/$B-%{py_ver}'|" setup.py
mv filters/$B filters/$B-%{py_ver}
done
@@ -68,7 +67,7 @@
#NOTE(saschpe): The testsuite demands executables:
chmod +x %{buildroot}%{python_sitelib}/subunit/tests/sample-*.py
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-for B in subunit-2to1 subunit-1to2 subunit-filter subunit-ls subunit-notify subunit-stats subunit-tags subunit-output subunit2gtk subunit2junitxml subunit2pyunit tap2subunit ; do
+for B in subunit2csv subunit-2to1 subunit-1to2 subunit-filter subunit-ls subunit-notify subunit-stats subunit-tags subunit-output subunit2gtk subunit2junitxml subunit2pyunit tap2subunit ; do
touch %{buildroot}%{_sysconfdir}/alternatives/$B
ln -sf %{_sysconfdir}/alternatives/$B %{buildroot}/%{_bindir}/$B
done
@@ -85,6 +84,7 @@
update-alternatives \
--install %{_bindir}/subunit-2to1 subunit-2to1 %{_bindir}/subunit-2to1-%{py_ver} 20 \
--slave %{_bindir}/subunit-1to2 subunit-1to2 %{_bindir}/subunit-1to2-%{py_ver} \
+ --slave %{_bindir}/subunit2csv subunit2csv %{_bindir}/subunit2csv-%{py_ver} \
--slave %{_bindir}/subunit-filter subunit-filter %{_bindir}/subunit-filter-%{py_ver} \
--slave %{_bindir}/subunit-ls subunit-ls %{_bindir}/subunit-ls-%{py_ver} \
--slave %{_bindir}/subunit-notify subunit-notify %{_bindir}/subunit-notify-%{py_ver} \
@@ -104,6 +104,8 @@
%files
%defattr(-,root,root,-)
%doc README NEWS
+%{_bindir}/subunit2csv
+%{_bindir}/subunit2csv-%{py_ver}
%{_bindir}/subunit-2to1
%{_bindir}/subunit-2to1-%{py_ver}
%{_bindir}/subunit-1to2
@@ -128,6 +130,7 @@
%{_bindir}/subunit2pyunit-%{py_ver}
%{_bindir}/tap2subunit
%{_bindir}/tap2subunit-%{py_ver}
+%ghost %{_sysconfdir}/alternatives/subunit2csv
%ghost %{_sysconfdir}/alternatives/subunit-2to1
%ghost %{_sysconfdir}/alternatives/subunit-1to2
%ghost %{_sysconfdir}/alternatives/subunit-filter
++++++ python-subunit-0.0.18.tar.gz -> python-subunit-0.0.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/NEWS new/python-subunit-0.0.21/NEWS
--- old/python-subunit-0.0.18/NEWS 2014-01-29 20:13:19.000000000 +0100
+++ new/python-subunit-0.0.21/NEWS 2014-08-27 03:32:38.000000000 +0200
@@ -5,11 +5,46 @@
NEXT (In development)
---------------------
+0.0.21
+------
+
+BUGFIXES
+~~~~~~~~
+
+* Brown bag bugfix - 0.0.20's setup.py referenced cvs not csv.
+ (Robert Collins, #1361924)
+
+0.0.20
+------
+
+BUGFIXES
+~~~~~~~~
+
+* subunit2csv is now installed when using pip.
+ (Robert Collins, #1279669)
+
+* testscenarios is now a test dependency, not an install dependency.
+ (Arfrever Frehtes Taifersar Arahesis, #1292757)
+
+* The python-subunit tarball can now have setup run from the current
+ directory. (Robert Collins, #1361857)
+
+0.0.19
+------
+
+IMPROVEMENTS
+~~~~~~~~~~~~
+
+* ``subunit.run`` in Python will now exit 0 as long as the test stream has
+ been generated correctly - this has always been the intent but API friction
+ with testtools had prevented it working.
+ (Robert Collins)
+
0.0.18
------
-IMPROVMENTS
-~~~~~~~~~~~
+IMPROVEMENTS
+~~~~~~~~~~~~
* Fix compatibility with testtools 0.9.35 which dropped the 'all' compat
symbol. This breaks support for Python versions lower than 2.6.
@@ -18,8 +53,8 @@
0.0.17
------
-IMPROVMENTS
-~~~~~~~~~~~
+IMPROVEMENTS
+~~~~~~~~~~~~
* Add ``subunit-output`` tool that can generate a Subunit v2 bytestream from
arguments passed on the command line. (Thomi Richards, #1252084)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/PKG-INFO new/python-subunit-0.0.21/PKG-INFO
--- old/python-subunit-0.0.18/PKG-INFO 2014-01-29 20:16:59.000000000 +0100
+++ new/python-subunit-0.0.21/PKG-INFO 2014-08-27 03:33:40.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: python-subunit
-Version: 0.0.18
+Version: 0.0.21
Summary: Python implementation of subunit test streaming protocol
Home-page: http://launchpad.net/subunit
Author: Robert Collins
@@ -470,10 +470,10 @@
========
* Update versions in configure.ac and python/subunit/__init__.py.
- * Update Makefile in the root or do an inplace configure to get an updated Makefile.
* Update NEWS.
- * Make PyPI and regular tarball releases. Upload the regular one to LP, the
- PyPI one to PyPI.
+ * Do a make distcheck, which will update Makefile etc.
+ * Do a PyPI release: PYTHONPATH=../../python python ../../setup.py sdist upload -s
+ * Upload the regular one to LP.
* Push a tagged commit.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/README new/python-subunit-0.0.21/README
--- old/python-subunit-0.0.18/README 2014-01-29 10:32:50.000000000 +0100
+++ new/python-subunit-0.0.21/README 2014-08-24 08:00:35.000000000 +0200
@@ -462,9 +462,9 @@
========
* Update versions in configure.ac and python/subunit/__init__.py.
-* Update Makefile in the root or do an inplace configure to get an updated Makefile.
* Update NEWS.
-* Make PyPI and regular tarball releases. Upload the regular one to LP, the
- PyPI one to PyPI.
+* Do a make distcheck, which will update Makefile etc.
+* Do a PyPI release: PYTHONPATH=../../python python ../../setup.py sdist upload -s
+* Upload the regular one to LP.
* Push a tagged commit.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/filters/subunit2csv new/python-subunit-0.0.21/filters/subunit2csv
--- old/python-subunit-0.0.18/filters/subunit2csv 1970-01-01 01:00:00.000000000 +0100
+++ new/python-subunit-0.0.21/filters/subunit2csv 2013-04-08 12:28:36.000000000 +0200
@@ -0,0 +1,26 @@
+#!/usr/bin/env python
+# subunit: extensions to python unittest to get test results from subprocesses.
+# Copyright (C) 2009 Robert Collins <robertc(a)robertcollins.net>
+#
+# Licensed under either the Apache License, Version 2.0 or the BSD 3-clause
+# license at the users choice. A copy of both licenses are available in the
+# project source as Apache-2.0 and BSD. You may not use this file except in
+# compliance with one of these two licences.
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under these licenses is d on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# license you chose for the specific language governing permissions and
+# limitations under that license.
+#
+
+"""Turn a subunit stream into a CSV"""
+
+from testtools import StreamToExtendedDecorator
+
+from subunit.filters import run_filter_script
+from subunit.test_results import CsvResult
+
+
+run_filter_script(lambda output:StreamToExtendedDecorator(CsvResult(output)),
+ __doc__, protocol_version=2)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/python/subunit/__init__.py new/python-subunit-0.0.21/python/subunit/__init__.py
--- old/python-subunit-0.0.18/python/subunit/__init__.py 2014-01-29 20:14:12.000000000 +0100
+++ new/python-subunit-0.0.21/python/subunit/__init__.py 2014-08-27 03:31:40.000000000 +0200
@@ -153,7 +153,7 @@
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
# Otherwise it is major.minor.micro~$(revno).
-__version__ = (0, 0, 18, 'final', 0)
+__version__ = (0, 0, 21, 'final', 0)
PROGRESS_SET = 0
PROGRESS_CUR = 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/python/subunit/run.py new/python-subunit-0.0.21/python/subunit/run.py
--- old/python-subunit-0.0.18/python/subunit/run.py 2013-11-30 02:53:54.000000000 +0100
+++ new/python-subunit-0.0.21/python/subunit/run.py 2014-08-24 07:18:12.000000000 +0200
@@ -40,15 +40,21 @@
class SubunitTestRunner(object):
- def __init__(self, verbosity=None, failfast=None, buffer=None, stream=None):
+ def __init__(self, verbosity=None, failfast=None, buffer=None, stream=None,
+ stdout=None):
"""Create a TestToolsTestRunner.
:param verbosity: Ignored.
:param failfast: Stop running tests at the first failure.
:param buffer: Ignored.
+ :param stream: Upstream unittest stream parameter.
+ :param stdout: Testtools stream parameter.
+
+ Either stream or stdout can be supplied, and stream will take
+ precedence.
"""
self.failfast = failfast
- self.stream = stream or sys.stdout
+ self.stream = stream or stdout or sys.stdout
def run(self, test):
"Run the given test case or test suite."
@@ -112,19 +118,27 @@
sys.exit(2)
-def main():
- # Disable the default buffering, for Python 2.x where pdb doesn't do it
- # on non-ttys.
- stream = get_default_formatter()
+def main(argv=None, stdout=None):
+ if argv is None:
+ argv = sys.argv
runner = SubunitTestRunner
- # Patch stdout to be unbuffered, so that pdb works well on 2.6/2.7.
- binstdout = io.open(sys.stdout.fileno(), 'wb', 0)
- if sys.version_info[0] > 2:
- sys.stdout = io.TextIOWrapper(binstdout, encoding=sys.stdout.encoding)
- else:
- sys.stdout = binstdout
- SubunitTestProgram(module=None, argv=sys.argv, testRunner=runner,
- stdout=sys.stdout)
+ # stdout is None except in unit tests.
+ if stdout is None:
+ stdout = sys.stdout
+ # XXX: This is broken code- SUBUNIT_FORMATTER is not being honoured.
+ stream = get_default_formatter()
+ # Disable the default buffering, for Python 2.x where pdb doesn't do it
+ # on non-ttys.
+ if hasattr(stdout, 'fileno'):
+ # Patch stdout to be unbuffered, so that pdb works well on 2.6/2.7.
+ binstdout = io.open(stdout.fileno(), 'wb', 0)
+ if sys.version_info[0] > 2:
+ sys.stdout = io.TextIOWrapper(binstdout, encoding=sys.stdout.encoding)
+ else:
+ sys.stdout = binstdout
+ stdout = sys.stdout
+ SubunitTestProgram(module=None, argv=argv, testRunner=runner,
+ stdout=stdout, exit=False)
if __name__ == '__main__':
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/python/subunit/tests/test_run.py new/python-subunit-0.0.21/python/subunit/tests/test_run.py
--- old/python-subunit-0.0.18/python/subunit/tests/test_run.py 2013-11-30 02:58:58.000000000 +0100
+++ new/python-subunit-0.0.21/python/subunit/tests/test_run.py 2014-08-24 07:27:32.000000000 +0200
@@ -14,10 +14,12 @@
# limitations under that license.
#
-from testtools.compat import BytesIO
+import io
import unittest
from testtools import PlaceHolder, TestCase
+from testtools.compat import _b
+from testtools.matchers import StartsWith
from testtools.testresult.doubles import StreamResult
import subunit
@@ -28,37 +30,59 @@
class TestSubunitTestRunner(TestCase):
def test_includes_timing_output(self):
- io = BytesIO()
- runner = SubunitTestRunner(stream=io)
+ bytestream = io.BytesIO()
+ runner = SubunitTestRunner(stream=bytestream)
test = PlaceHolder('name')
runner.run(test)
- io.seek(0)
+ bytestream.seek(0)
eventstream = StreamResult()
- subunit.ByteStreamToStreamResult(io).run(eventstream)
+ subunit.ByteStreamToStreamResult(bytestream).run(eventstream)
timestamps = [event[-1] for event in eventstream._events
if event is not None]
self.assertNotEqual([], timestamps)
def test_enumerates_tests_before_run(self):
- io = BytesIO()
- runner = SubunitTestRunner(stream=io)
+ bytestream = io.BytesIO()
+ runner = SubunitTestRunner(stream=bytestream)
test1 = PlaceHolder('name1')
test2 = PlaceHolder('name2')
case = unittest.TestSuite([test1, test2])
runner.run(case)
- io.seek(0)
+ bytestream.seek(0)
eventstream = StreamResult()
- subunit.ByteStreamToStreamResult(io).run(eventstream)
+ subunit.ByteStreamToStreamResult(bytestream).run(eventstream)
self.assertEqual([
('status', 'name1', 'exists'),
('status', 'name2', 'exists'),
], [event[:3] for event in eventstream._events[:2]])
def test_list_errors_if_errors_from_list_test(self):
- io = BytesIO()
- runner = SubunitTestRunner(stream=io)
+ bytestream = io.BytesIO()
+ runner = SubunitTestRunner(stream=bytestream)
def list_test(test):
return [], ['failed import']
self.patch(run, 'list_test', list_test)
exc = self.assertRaises(SystemExit, runner.list, None)
self.assertEqual((2,), exc.args)
+
+ class FailingTest(TestCase):
+ def test_fail(self):
+ 1/0
+
+ def test_exits_zero_when_tests_fail(self):
+ bytestream = io.BytesIO()
+ stream = io.TextIOWrapper(bytestream, encoding="utf8")
+ try:
+ self.assertEqual(None, run.main(
+ argv=["progName", "subunit.tests.test_run.TestSubunitTestRunner.FailingTest"],
+ stdout=stream))
+ except SystemExit:
+ self.fail("SystemExit raised")
+ self.assertThat(bytestream.getvalue(), StartsWith(_b('\xb3')))
+
+ def test_exits_nonzero_when_execution_errors(self):
+ bytestream = io.BytesIO()
+ stream = io.TextIOWrapper(bytestream, encoding="utf8")
+ exc = self.assertRaises(Exception, run.main,
+ argv=["progName", "subunit.tests.test_run.TestSubunitTestRunner.MissingTest"],
+ stdout=stream)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/python_subunit.egg-info/PKG-INFO new/python-subunit-0.0.21/python_subunit.egg-info/PKG-INFO
--- old/python-subunit-0.0.18/python_subunit.egg-info/PKG-INFO 2014-01-29 20:16:59.000000000 +0100
+++ new/python-subunit-0.0.21/python_subunit.egg-info/PKG-INFO 2014-08-27 03:33:40.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: python-subunit
-Version: 0.0.18
+Version: 0.0.21
Summary: Python implementation of subunit test streaming protocol
Home-page: http://launchpad.net/subunit
Author: Robert Collins
@@ -470,10 +470,10 @@
========
* Update versions in configure.ac and python/subunit/__init__.py.
- * Update Makefile in the root or do an inplace configure to get an updated Makefile.
* Update NEWS.
- * Make PyPI and regular tarball releases. Upload the regular one to LP, the
- PyPI one to PyPI.
+ * Do a make distcheck, which will update Makefile etc.
+ * Do a PyPI release: PYTHONPATH=../../python python ../../setup.py sdist upload -s
+ * Upload the regular one to LP.
* Push a tagged commit.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/python_subunit.egg-info/SOURCES.txt new/python-subunit-0.0.21/python_subunit.egg-info/SOURCES.txt
--- old/python-subunit-0.0.18/python_subunit.egg-info/SOURCES.txt 2014-01-29 20:16:59.000000000 +0100
+++ new/python-subunit-0.0.21/python_subunit.egg-info/SOURCES.txt 2014-08-27 03:33:40.000000000 +0200
@@ -10,6 +10,7 @@
filters/subunit-output
filters/subunit-stats
filters/subunit-tags
+filters/subunit2csv
filters/subunit2gtk
filters/subunit2junitxml
filters/subunit2pyunit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/python_subunit.egg-info/requires.txt new/python-subunit-0.0.21/python_subunit.egg-info/requires.txt
--- old/python-subunit-0.0.18/python_subunit.egg-info/requires.txt 2014-01-29 20:16:59.000000000 +0100
+++ new/python-subunit-0.0.21/python_subunit.egg-info/requires.txt 2014-08-27 03:33:40.000000000 +0200
@@ -1,3 +1,2 @@
extras
-testscenarios
testtools>=0.9.34
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-subunit-0.0.18/setup.py new/python-subunit-0.0.21/setup.py
--- old/python-subunit-0.0.18/setup.py 2014-01-13 01:07:19.000000000 +0100
+++ new/python-subunit-0.0.21/setup.py 2014-08-27 03:31:09.000000000 +0200
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+import os.path
try:
# If the user has setuptools / distribute installed, use it
from setuptools import setup
@@ -10,9 +11,11 @@
extra = {
'install_requires': [
'extras',
- 'testscenarios',
'testtools>=0.9.34',
- ]
+ ],
+ 'tests_require': [
+ 'testscenarios',
+ ],
}
@@ -33,6 +36,9 @@
or "0.0")
+relpath = os.path.dirname(__file__)
+if relpath:
+ os.chdir(relpath)
setup(
name='python-subunit',
version=VERSION,
@@ -59,6 +65,7 @@
'filters/subunit-output',
'filters/subunit-stats',
'filters/subunit-tags',
+ 'filters/subunit2csv',
'filters/subunit2gtk',
'filters/subunit2junitxml',
'filters/subunit2pyunit',
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package python3-pytest for openSUSE:Factory checked in at 2014-10-06 22:05:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pytest (Old)
and /work/SRC/openSUSE:Factory/.python3-pytest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pytest"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pytest/python3-pytest.changes 2014-07-31 21:50:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pytest.new/python3-pytest.changes 2014-10-06 22:05:16.000000000 +0200
@@ -1,0 +2,30 @@
+Sun Oct 5 15:15:06 UTC 2014 - toms(a)opensuse.org
+
+- Update to 2.6.3
+ - No longer show line numbers in the –verbose output, the output
+ is now purely the nodeid. The line number is still shown in
+ failure reports. Thanks Floris Bruynooghe.
+ - fix issue437 where assertion rewriting could cause pytest-xdist
+ slaves to collect different tests.
+ Thanks Bruno Oliveira.
+ - fix issue555: add “errors” attribute to capture-streams to
+ satisfy some distutils and possibly other code accessing sys.stdout.errors.
+ - fix issue547 capsys/capfd also work when output capturing (“-s”)
+ is disabled.
+ - address issue170: allow pytest.mark.xfail(...) to specify expected
+ exceptions via an optional “raises=EXC” argument where EXC can be
+ a single exception or a tuple of exception classes.
+ Thanks David Mohr for the complete PR.
+ - fix integration of pytest with unittest.mock.patch decorator when
+ it uses the “new” argument.
+ Thanks Nicolas Delaby for test and PR.
+ - fix issue with detecting conftest files if the arguments contain
+ ”::” node id specifications (copy pasted from “-v” output)
+ - fix issue544 by only removing “@NUM” at the end of ”::” separated
+ parts and if the part has an ”.py” extension don’t use py.std
+ import helper, rather import things directly.
+ Thanks Bruno Oliveira.
+
+See for other releases: http://pytest.org/latest/changelog.html
+
+-------------------------------------------------------------------
Old:
----
pytest-2.6.0.tar.gz
New:
----
pytest-2.6.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-pytest.spec ++++++
--- /var/tmp/diff_new_pack.KvGNTP/_old 2014-10-06 22:05:17.000000000 +0200
+++ /var/tmp/diff_new_pack.KvGNTP/_new 2014-10-06 22:05:17.000000000 +0200
@@ -17,7 +17,7 @@
Name: python3-pytest
-Version: 2.6.0
+Version: 2.6.3
Release: 0
Summary: Simple powerful testing with Python
License: MIT
++++++ pytest-2.6.0.tar.gz -> pytest-2.6.3.tar.gz ++++++
++++ 5773 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package dateutils for openSUSE:Factory checked in at 2014-10-06 22:05:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dateutils (Old)
and /work/SRC/openSUSE:Factory/.dateutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dateutils"
Changes:
--------
--- /work/SRC/openSUSE:Factory/dateutils/dateutils.changes 2014-02-04 19:21:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dateutils.new/dateutils.changes 2014-10-06 22:05:14.000000000 +0200
@@ -1,0 +2,26 @@
+Tue Aug 26 16:09:00 UTC 2014 - sweet_f_a(a)gmx.de
+
+- bump version 0.3.0, this is a feature release.
+ * Features:
+ - dgrep supports time zones both for the expression and the
+ input
+ - timezones can be specified by alternative codes and
+ [tzmap files][1]
+ - new tool dzone to inspect date/times in multiple timezones in
+ bulk
+ - new tool dsort to sort input chronologically
+ - gengetopt and help2man maintainer dependencies removed
+ - lilian/julian inputs via `-i ldn` and `-i jdn`
+ - ymcw dates now follow ISO 8601 in using 07 to denote Sunday
+ * Bugfixes:
+ - ddiff takes differences between a unix epoch stamp and a
+ date/time
+ - zone converter assigns correct sign to zone difference when
+ using %Z
+ - weekdays are properly calculated from epoch stamps (issue 24)
+ * See info page examples and/or README.
+ [1]: http://www.fresse.org/dateutils/tzmaps.html
+- enable Octave/Matlab plugin
+- remove useless devel package
+
+-------------------------------------------------------------------
Old:
----
dateutils-0.2.7.tar.xz
New:
----
dateutils-0.3.0.tar.xz
tzconv.m
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dateutils.spec ++++++
--- /var/tmp/diff_new_pack.neffcb/_old 2014-10-06 22:05:15.000000000 +0200
+++ /var/tmp/diff_new_pack.neffcb/_new 2014-10-06 22:05:15.000000000 +0200
@@ -16,23 +16,37 @@
#
-%define xversion 0.2.7
+%define xversion 0.3.0
+
+%define have_octave 0
+%ifarch i586 x86_64
+%define have_octave 1
+%endif
+%if 0%{?suse_version} <= 1230 && 0%{?mandriva_version} <= 201100
+%define have_octave 0
+%endif
Name: dateutils
-Version: 0.2.7
+Version: 0.3.0
Release: 0
Summary: Nifty command line date and time utilities
License: BSD-3-Clause
Group: Productivity/Text/Utilities
Url: https://github.com/hroptatyr/dateutils/
Source: https://bitbucket.org/hroptatyr/dateutils/downloads/%{name}-%{version}.tar.…
+## source file was missing in release 0.3.0
+Source1: tzconv.m
BuildRequires: pkgconfig
BuildRequires: xz
%if 0%{?suse_version}
BuildRequires: timezone
%endif
+%if %have_octave
+BuildRequires: octave-devel
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires(pre): info
+Obsoletes: %{name}-devel
%description
Dateutils are a bunch of tools that revolve around fiddling with dates
@@ -42,20 +56,28 @@
conversions, and as such they are highly pipe-able and modeled after
their well-known cousins (e.g. dtest vs. test, or dgrep vs. grep).
-%package devel
-Summary: Development files for %{name}
+%if %have_octave
+%package octave
+Summary: dateutils functions for matlab and octave
Group: Development/Libraries/Other
Requires: %{name} = %{version}
+Requires: octave
-%description devel
-This package contains the header and source files needed for
-compiling programs using the %{name} libraries.
+%description octave
+Dateutils can be used from within matlab or ocatave.
+%endif
%prep
%setup -q -n %{name}-%{xversion}
+cp -a %{SOURCE1} contrib/
%build
-%configure --docdir=%{_docdir}/%{name}
+%configure \
+ --docdir=%{_docdir}/%{name} \
+%if %have_octave
+ --enable-contrib \
+%endif
+ ignorethisline=xxx
make V=1
%install
@@ -90,8 +112,12 @@
%{_bindir}/dgrep
%{_bindir}/dround
%{_bindir}/dseq
+%{_bindir}/dsort
%{_bindir}/dtest
+%{_bindir}/dzone
%{_bindir}/strptime
+%dir %{_datadir}/dateutils/
+%{_datadir}/dateutils/*.tzmcc
%doc %{_infodir}/%{name}.info*
%doc %{_mandir}/man1/%{name}.1*
%doc %{_mandir}/man1/dadd.1*
@@ -100,13 +126,16 @@
%doc %{_mandir}/man1/dgrep.1*
%doc %{_mandir}/man1/dround.1*
%doc %{_mandir}/man1/dseq.1*
+%doc %{_mandir}/man1/dsort.1*
%doc %{_mandir}/man1/dtest.1*
+%doc %{_mandir}/man1/dzone.1*
%doc %{_mandir}/man1/strptime.1*
-%files devel
-%defattr(-,root,root,-)
-%{_includedir}/dateutils/
-%{_libdir}/libdut.a
-%{_libdir}/pkgconfig/libdut.pc
+%if %have_octave
+%files octave
+%defattr(-,root,root)
+%dir %{_libdir}/octave/site/oct/*/dateutils/
+%{_libdir}/octave/site/oct/*/dateutils/*
+%endif
%changelog
++++++ dateutils-0.2.7.tar.xz -> dateutils-0.3.0.tar.xz ++++++
++++ 84495 lines of diff (skipped)
++++++ tzconv.m ++++++
% tzconv convert between timezones
%
% Syntax:
% d = tzconv(dates, from_zone, to_zone);
%
% Input Arguments:
% dates - a vector of matlab dates to be converted
% from_zone - interpret DATES as coming from FROM_ZONE
% to_zone - convert DATEs to TO_ZONE
%
% Output Arguments:
% d - vector of dates in the result
%
% Copyright (C) 2013 Sebastian Freundt <freundt(a)ga-group.nl>
%
% This file is part of dateutils
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0