Hello community,

here is the log from the commit of package kio-extras5 for openSUSE:Factory 
checked in at 2016-02-22 10:16:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kio-extras5 (Old)
 and      /work/SRC/openSUSE:Factory/.kio-extras5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kio-extras5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes  2016-01-23 
01:07:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kio-extras5.new/kio-extras5.changes     
2016-02-22 10:16:48.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Feb 13 08:12:31 UTC 2016 - [email protected]
+
+- Update to KDE Applications 15.12.2
+   * KDE Applications 15.12.2 
+   * https://www.kde.org/announcements/announce-applications-15.12.2.php
+   * boo#966605
+
+
+-------------------------------------------------------------------

Old:
----
  kio-extras-15.12.1.tar.xz

New:
----
  kio-extras-15.12.2.tar.xz

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

Other differences:
------------------
++++++ kio-extras5.spec ++++++
--- /var/tmp/diff_new_pack.Pyelmd/_old  2016-02-22 10:16:49.000000000 +0100
+++ /var/tmp/diff_new_pack.Pyelmd/_new  2016-02-22 10:16:49.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kio-extras5
-Version:        15.12.1
+Version:        15.12.2
 Release:        0
 Summary:        Additional KIO-slaves for KDE applications
 License:        GPL-2.0+

++++++ kio-extras-15.12.1.tar.xz -> kio-extras-15.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-15.12.1/info/kde-info2html 
new/kio-extras-15.12.2/info/kde-info2html
--- old/kio-extras-15.12.1/info/kde-info2html   2015-12-29 14:51:28.000000000 
+0100
+++ new/kio-extras-15.12.2/info/kde-info2html   2016-02-08 22:48:00.000000000 
+0100
@@ -171,7 +171,7 @@
                next if $looking && !/\* Menu/;
                $looking = 0;
                my @item = &ParseMenuItem($_,'dir');
-               if (!defined(@item)) { next }
+               if (!@item) { next }
                my ($MenuLinkTag, $MenuLinkFile, $MenuLinkRef, $MenuLinkText) = 
@item;
                if ($MenuLinkRef eq $FileName) {
                        &Redirect($MenuLinkFile, $MenuLinkTag);
@@ -429,7 +429,7 @@
 sub MenuItem2HTML {
     my ($Line, $BaseInfoFile) = @_;
     my @parse_results = &ParseMenuItem($Line, $BaseInfoFile);
-    if (!defined (@parse_results)) { return $Line; }
+    if (!@parse_results) { return $Line; }
     my ($MenuLinkTag, $MenuLinkFile, $MenuLinkRef, $MenuLinkText) = 
@parse_results;
     #-- produce a HTML line
     return "<tr class=\"infomenutr\"><td class=\"infomenutd\" 
style=\"width:30%\"><ul><li><a 
href=\"info:/$MenuLinkFile/$MenuLinkTag\">$MenuLinkRef</a></ul></td><td 
class=\"infomenutd\">$MenuLinkText";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-15.12.1/mtp/mtp-network.desktop 
new/kio-extras-15.12.2/mtp/mtp-network.desktop
--- old/kio-extras-15.12.1/mtp/mtp-network.desktop      2015-12-29 
14:51:28.000000000 +0100
+++ new/kio-extras-15.12.2/mtp/mtp-network.desktop      2016-02-08 
22:48:00.000000000 +0100
@@ -11,6 +11,7 @@
 Name[el]=Συσκευές MTP
 Name[en_GB]=MTP Devices
 Name[es]=Dispositivos MTP
+Name[et]=MTP-seadmed
 Name[fi]=MTP-laitteet
 Name[gl]=Dispositivos MTP
 Name[hu]=MTP eszközök
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kio-extras-15.12.1/thumbnail/directorythumbnail.desktop 
new/kio-extras-15.12.2/thumbnail/directorythumbnail.desktop
--- old/kio-extras-15.12.1/thumbnail/directorythumbnail.desktop 2015-12-29 
14:51:28.000000000 +0100
+++ new/kio-extras-15.12.2/thumbnail/directorythumbnail.desktop 2016-02-08 
22:48:00.000000000 +0100
@@ -13,6 +13,7 @@
 Name[el]=Φάκελοι
 Name[en_GB]=Folders
 Name[es]=Carpetas
+Name[et]=Kataloogid
 Name[eu]=Karpetak
 Name[fa]=پوشه
 Name[fi]=Kansiot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-extras-15.12.1/thumbnail/thumbnail.cpp 
new/kio-extras-15.12.2/thumbnail/thumbnail.cpp
--- old/kio-extras-15.12.1/thumbnail/thumbnail.cpp      2015-12-29 
14:51:28.000000000 +0100
+++ new/kio-extras-15.12.2/thumbnail/thumbnail.cpp      2016-02-08 
22:48:00.000000000 +0100
@@ -113,7 +113,9 @@
     // and HTML previews need even KApplication :(
     putenv(strdup("SESSION_MANAGER="));
 
-    QGuiApplication app(argc, argv);
+    // some thumbnail plugins reuse QWidget-tainted code for the rendering,
+    // so use QApplication here, not just QGuiApplication
+    QApplication app(argc, argv);
 #endif
 
 


Reply via email to