Hello community,

here is the log from the commit of package krunner for openSUSE:Factory checked 
in at 2016-09-14 23:27:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-08-29 
15:09:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.krunner.new/krunner.changes     2016-09-14 
23:27:56.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:53:15 UTC 2016 - [email protected]
+
+- Update to 5.26.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+-------------------------------------------------------------------

Old:
----
  krunner-5.25.0.tar.xz

New:
----
  krunner-5.26.0.tar.xz

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

Other differences:
------------------
++++++ krunner.spec ++++++
--- /var/tmp/diff_new_pack.117TJO/_old  2016-09-14 23:27:57.000000000 +0200
+++ /var/tmp/diff_new_pack.117TJO/_new  2016-09-14 23:27:57.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Runner5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:           krunner
-Version:        5.25.0
+Version:        5.26.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++++++ krunner-5.25.0.tar.xz -> krunner-5.26.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.25.0/CMakeLists.txt 
new/krunner-5.26.0/CMakeLists.txt
--- old/krunner-5.25.0/CMakeLists.txt   2016-08-07 15:57:13.000000000 +0200
+++ new/krunner-5.26.0/CMakeLists.txt   2016-09-06 14:17:23.000000000 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.25.0  NO_MODULE)
+find_package(ECM 5.26.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)
 
@@ -20,8 +20,8 @@
 include(KDECMakeSettings)
 include(KDEPackageAppTemplates)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.26.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.25.0/src/runnercontext.cpp 
new/krunner-5.26.0/src/runnercontext.cpp
--- old/krunner-5.25.0/src/runnercontext.cpp    2016-08-07 15:57:13.000000000 
+0200
+++ new/krunner-5.26.0/src/runnercontext.cpp    2016-09-06 14:17:23.000000000 
+0200
@@ -207,7 +207,7 @@
                     }
                 }
                 const bool hasProtocol = !url.scheme().isEmpty();
-                const bool isLocalProtocol = 
KProtocolInfo::protocolClass(url.scheme()) == QLatin1String(":local");
+                const bool isLocalProtocol = hasProtocol && 
KProtocolInfo::protocolClass(url.scheme()) == QLatin1String(":local");
                 if (hasProtocol &&
                     ((!isLocalProtocol && !url.host().isEmpty()) ||
                      (isLocalProtocol && url.scheme() != 
QLatin1String("file")))) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.25.0/templates/runner/%{APPNAMELC}.desktop 
new/krunner-5.26.0/templates/runner/%{APPNAMELC}.desktop
--- old/krunner-5.25.0/templates/runner/%{APPNAMELC}.desktop    2016-08-07 
15:57:13.000000000 +0200
+++ new/krunner-5.26.0/templates/runner/%{APPNAMELC}.desktop    2016-09-06 
14:17:23.000000000 +0200
@@ -12,6 +12,7 @@
 Name[gd]=%{APPNAME}
 Name[gl]=%{APPNAME}
 Name[it]=%{APPNAME}
+Name[lt]=%{APPNAME}
 Name[nb]=%{APPNAME}
 Name[nl]=%{APPNAME}
 Name[nn]=%{APPNAME}
@@ -44,6 +45,7 @@
 Comment[gd]=Ruithear %{APPNAME}
 Comment[gl]=Executor de %{APPNAME}
 Comment[it]=Esecutore di %{APPNAME}
+Comment[lt]=%{APPNAME} paleidiklis
 Comment[nb]=%{APPNAME}-kjører
 Comment[nl]=%{APPNAME} runner
 Comment[nn]=%{APPNAME}-køyrar


Reply via email to