Hello community, here is the log from the commit of package krunner for openSUSE:Factory checked in at 2017-07-05 23:52:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krunner (Old) and /work/SRC/openSUSE:Factory/.krunner.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krunner" Wed Jul 5 23:52:45 2017 rev:40 rq:502968 version:5.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/krunner/krunner.changes 2017-06-01 16:21:14.548349739 +0200 +++ /work/SRC/openSUSE:Factory/.krunner.new/krunner.changes 2017-07-05 23:52:46.284129039 +0200 @@ -1,0 +2,11 @@ +Sun Jun 11 09:27:43 CEST 2017 - [email protected] + +- Update to 5.35.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.35.0.php +- Changes since 5.34.0: + * Use explicit flag value instead of nullptr + * API dox: fix note of CamelCase includes, now prefixed with KRunner + +------------------------------------------------------------------- Old: ---- krunner-5.34.0.tar.xz New: ---- krunner-5.35.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krunner.spec ++++++ --- /var/tmp/diff_new_pack.HkKPGI/_old 2017-07-05 23:52:46.844050169 +0200 +++ /var/tmp/diff_new_pack.HkKPGI/_new 2017-07-05 23:52:46.844050169 +0200 @@ -17,9 +17,9 @@ %define lname libKF5Runner5 -%define _tar_path 5.34 +%define _tar_path 5.35 Name: krunner -Version: 5.34.0 +Version: 5.35.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 ++++++ krunner-5.34.0.tar.xz -> krunner-5.35.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.34.0/CMakeLists.txt new/krunner-5.35.0/CMakeLists.txt --- old/krunner-5.34.0/CMakeLists.txt 2017-05-06 13:59:17.000000000 +0200 +++ new/krunner-5.35.0/CMakeLists.txt 2017-06-03 12:19:47.000000000 +0200 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.34.0") # handled by release scripts -set(KF5_DEP_VERSION "5.34.0") # handled by release scripts +set(KF5_VERSION "5.35.0") # handled by release scripts +set(KF5_DEP_VERSION "5.35.0") # handled by release scripts project(KRunner VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.34.0 NO_MODULE) +find_package(ECM 5.35.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.34.0/po/he/plasma_runner_example_homefiles.po new/krunner-5.35.0/po/he/plasma_runner_example_homefiles.po --- old/krunner-5.34.0/po/he/plasma_runner_example_homefiles.po 2017-05-06 13:59:17.000000000 +0200 +++ new/krunner-5.35.0/po/he/plasma_runner_example_homefiles.po 2017-06-03 12:19:47.000000000 +0200 @@ -2,20 +2,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Elkana Bardugo <[email protected]>, 2016. +# Elkana Bardugo <[email protected]>, 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: plasma_runner_example_homefiles\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-11-19 20:12+0100\n" -"PO-Revision-Date: 2016-06-29 17:54+0200\n" -"Last-Translator: Elkana Bardugo <[email protected]>\n" +"PO-Revision-Date: 2017-05-16 06:50-0400\n" +"Last-Translator: Copied by Zanata <[email protected]>\n" "Language-Team: Hebrew <[email protected]>\n" "Language: he\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 2.0\n" +"X-Generator: Zanata 3.9.6\n" #: homefilesrunner.cpp:71 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.34.0/src/abstractrunner.cpp new/krunner-5.35.0/src/abstractrunner.cpp --- old/krunner-5.34.0/src/abstractrunner.cpp 2017-05-06 13:59:17.000000000 +0200 +++ new/krunner-5.35.0/src/abstractrunner.cpp 2017-06-03 12:19:47.000000000 +0200 @@ -356,7 +356,7 @@ AbstractRunnerPrivate::AbstractRunnerPrivate(AbstractRunner *r) : priority(AbstractRunner::NormalPriority), speed(AbstractRunner::NormalSpeed), - blackListed(nullptr), + blackListed(RunnerContext::None), runner(r), fastRuns(0), package(nullptr), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.34.0/src/abstractrunner.h new/krunner-5.35.0/src/abstractrunner.h --- old/krunner-5.34.0/src/abstractrunner.h 2017-05-06 13:59:17.000000000 +0200 +++ new/krunner-5.35.0/src/abstractrunner.h 2017-06-03 12:19:47.000000000 +0200 @@ -47,7 +47,7 @@ class AbstractRunnerPrivate; /** - * @class AbstractRunner plasma/abstractrunner.h <Plasma/AbstractRunner> + * @class AbstractRunner abstractrunner.h <KRunner/AbstractRunner> * * @short An abstract base class for Plasma Runner plugins. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.34.0/src/querymatch.h new/krunner-5.35.0/src/querymatch.h --- old/krunner-5.34.0/src/querymatch.h 2017-05-06 13:59:17.000000000 +0200 +++ new/krunner-5.35.0/src/querymatch.h 2017-06-03 12:19:47.000000000 +0200 @@ -40,7 +40,7 @@ class QueryMatchPrivate; /** - * @class QueryMatch plasma/querymatch.h <Plasma/QueryMatch> + * @class QueryMatch querymatch.h <KRunner/QueryMatch> * * @short A match returned by an AbstractRunner in response to a given * RunnerContext. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.34.0/src/runnercontext.h new/krunner-5.35.0/src/runnercontext.h --- old/krunner-5.34.0/src/runnercontext.h 2017-05-06 13:59:17.000000000 +0200 +++ new/krunner-5.35.0/src/runnercontext.h 2017-06-03 12:19:47.000000000 +0200 @@ -36,7 +36,7 @@ class RunnerContextPrivate; /** - * @class RunnerContext plasma/runnercontext.h <Plasma/RunnerContext> + * @class RunnerContext runnercontext.h <KRunner/RunnerContext> * * @short The RunnerContext class provides information related to a search, * including the search term, metadata on the search term and collected diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.34.0/src/runnermanager.h new/krunner-5.35.0/src/runnermanager.h --- old/krunner-5.34.0/src/runnermanager.h 2017-05-06 13:59:17.000000000 +0200 +++ new/krunner-5.35.0/src/runnermanager.h 2017-06-03 12:19:47.000000000 +0200 @@ -41,7 +41,7 @@ class RunnerManagerPrivate; /** - * @class RunnerManager plasma/runnermanager.h <Plasma/RunnerManager> + * @class RunnerManager runnermanager.h <KRunner/RunnerManager> * * @short The RunnerManager class decides what installed runners are runnable, * and their ratings. It is the main proxy to the runners. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.34.0/src/runnersyntax.h new/krunner-5.35.0/src/runnersyntax.h --- old/krunner-5.34.0/src/runnersyntax.h 2017-05-06 13:59:17.000000000 +0200 +++ new/krunner-5.35.0/src/runnersyntax.h 2017-06-03 12:19:47.000000000 +0200 @@ -29,7 +29,7 @@ class RunnerSyntaxPrivate; /** - * @class RunnerSyntax + * @class RunnerSyntax runnersyntax.h <KRunner/RunnerSyntax> * @since 4.3 * * Represents a query prototype that the runner accepts. These can be diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.34.0/templates/runner/%{APPNAMELC}.desktop new/krunner-5.35.0/templates/runner/%{APPNAMELC}.desktop --- old/krunner-5.34.0/templates/runner/%{APPNAMELC}.desktop 2017-05-06 13:59:17.000000000 +0200 +++ new/krunner-5.35.0/templates/runner/%{APPNAMELC}.desktop 2017-06-03 12:19:47.000000000 +0200 @@ -34,6 +34,7 @@ Name[sr@ijekavianlatin]=%{APPNAME} Name[sr@latin]=%{APPNAME} Name[sv]=%{APPNAME} +Name[tr]=%{APPNAME} Name[uk]=%{APPNAME} Name[x-test]=xx%{APPNAME}xx Name[zh_CN]=%{APPNAME} @@ -72,6 +73,7 @@ Comment[sr@ijekavianlatin]=%{APPNAME} izvođač Comment[sr@latin]=%{APPNAME} izvođač Comment[sv]=Körprogram %{APPNAME} +Comment[tr]=%{APPNAME} çalıştırıcı Comment[uk]=Засіб запуску %{APPNAME} Comment[x-test]=xx%{APPNAME} runnerxx Comment[zh_CN]=%{APPNAME} 运行器 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/krunner-5.34.0/templates/runner/runner.kdevtemplate new/krunner-5.35.0/templates/runner/runner.kdevtemplate --- old/krunner-5.34.0/templates/runner/runner.kdevtemplate 2017-05-06 13:59:17.000000000 +0200 +++ new/krunner-5.35.0/templates/runner/runner.kdevtemplate 2017-06-03 12:19:47.000000000 +0200 @@ -30,6 +30,7 @@ Name[sr@ijekavianlatin]=C++ Name[sr@latin]=C++ Name[sv]=C++ +Name[tr]=C++ Name[uk]=C++ Name[x-test]=xxC++xx Name[zh_CN]=C++ @@ -62,6 +63,7 @@ Comment[sr@ijekavianlatin]=Šablon plasma izvođača. Comment[sr@latin]=Šablon plasma izvođača. Comment[sv]=Plasma-mall för körning av program. Mall för Plasma körning av program +Comment[tr]=Plasma Çalıştırıcı Şablonu. Bir Plasma çalıştırıcı şablonu Comment[uk]=Шаблон засобу запуску Плазми Comment[x-test]=xxPlasma Runner Template. A plasma runner templatexx Comment[zh_CN]=Plasma 运行器模板。一个 plasma 运行器模板
