Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2016-09-14 23:30:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/solid (Old)
 and      /work/SRC/openSUSE:Factory/.solid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "solid"

Changes:
--------
--- /work/SRC/openSUSE:Factory/solid/solid.changes      2016-08-29 
15:14:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.solid.new/solid.changes 2016-09-14 
23:30:33.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 21:15:13 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:
----
  solid-5.25.0.tar.xz

New:
----
  solid-5.26.0.tar.xz

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

Other differences:
------------------
++++++ solid.spec ++++++
--- /var/tmp/diff_new_pack.yh4nsP/_old  2016-09-14 23:30:34.000000000 +0200
+++ /var/tmp/diff_new_pack.yh4nsP/_new  2016-09-14 23:30:34.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Solid5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:           solid
-Version:        5.25.0
+Version:        5.26.0
 Release:        0
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.12

++++++ solid-5.25.0.tar.xz -> solid-5.26.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.25.0/CMakeLists.txt 
new/solid-5.26.0/CMakeLists.txt
--- old/solid-5.25.0/CMakeLists.txt     2016-08-07 16:03:10.000000000 +0200
+++ new/solid-5.26.0/CMakeLists.txt     2016-09-06 14:26:53.000000000 +0200
@@ -4,7 +4,7 @@
 project(Solid)
 
 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)
 
@@ -58,7 +58,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX SOLID
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/solid_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.25.0/po/pl/solid5_qt.po 
new/solid-5.26.0/po/pl/solid5_qt.po
--- old/solid-5.25.0/po/pl/solid5_qt.po 2016-08-07 16:03:10.000000000 +0200
+++ new/solid-5.26.0/po/pl/solid5_qt.po 2016-09-06 14:26:53.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-04-01 01:49+0000\n"
-"PO-Revision-Date: 2016-03-19 07:24+0100\n"
+"PO-Revision-Date: 2016-08-20 08:03+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -825,12 +825,12 @@
 #, qt-format
 msgctxt "Solid::Backends::UDisks2::Device|%1 is the size"
 msgid "%1 Media"
-msgstr "Medium %1"
+msgstr "Nośnik %1"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:712
 msgctxt "Solid::Backends::UDisks2::Device|"
 msgid "You are not authorized to perform this operation"
-msgstr "Nie jesteś upoważniony(a) do wykonania tej operacji"
+msgstr "Brak uprawnień do wykonania działania"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:714
 msgctxt "Solid::Backends::UDisks2::Device|"
@@ -840,12 +840,12 @@
 #: solid/devices/backends/udisks2/udisksdevice.cpp:716
 msgctxt "Solid::Backends::UDisks2::Device|"
 msgid "The requested operation has failed"
-msgstr "Żądana operacja zakończona niepowodzeniem"
+msgstr "Żądane działanie zakończone niepowodzeniem"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:718
 msgctxt "Solid::Backends::UDisks2::Device|"
 msgid "The requested operation has been canceled"
-msgstr "Żądana operacja została anulowana"
+msgstr "Żądane działanie zostało anulowane"
 
 #: solid/devices/backends/udisks2/udisksdevice.cpp:720
 msgctxt "Solid::Backends::UDisks2::Device|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/solid-5.25.0/src/solid/devices/backends/udev/udevportablemediaplayer.cpp 
new/solid-5.26.0/src/solid/devices/backends/udev/udevportablemediaplayer.cpp
--- 
old/solid-5.25.0/src/solid/devices/backends/udev/udevportablemediaplayer.cpp    
    2016-08-07 16:03:10.000000000 +0200
+++ 
new/solid-5.26.0/src/solid/devices/backends/udev/udevportablemediaplayer.cpp    
    2016-09-06 14:26:53.000000000 +0200
@@ -50,7 +50,7 @@
             // skip empty and comment lines
         } else if (line.startsWith(QChar('[')) && line.endsWith(QChar(']'))) {
             currGroup = line.mid(1, line.length() - 2);  // strip [ and ]
-        } else if (line.indexOf(QChar('=') != -1)) {
+        } else if (line.indexOf(QChar('=')) != -1) {
             int index = line.indexOf(QChar('='));
             if (currGroup == group && line.left(index) == key) {
                 line = line.right(line.length() - index - 1);


Reply via email to