Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2015-06-04 10:06:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filelight (Old)
 and      /work/SRC/openSUSE:Factory/.filelight.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filelight"

Changes:
--------
--- /work/SRC/openSUSE:Factory/filelight/filelight.changes      2015-05-15 
09:56:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2015-06-04 
10:06:50.000000000 +0200
@@ -1,0 +2,5 @@
+Sat May 30 13:33:37 UTC 2015 - [email protected]
+
+- Update
+
+-------------------------------------------------------------------

Old:
----
  filelight-15.04.1.tar.xz

New:
----
  filelight-15.04.2.tar.xz

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

Other differences:
------------------
++++++ filelight.spec ++++++
--- /var/tmp/diff_new_pack.DtO0Nj/_old  2015-06-04 10:06:51.000000000 +0200
+++ /var/tmp/diff_new_pack.DtO0Nj/_new  2015-06-04 10:06:51.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           filelight
-Version:        15.04.1
+Version:        15.04.2
 Release:        0
 Summary:        Graphical disk usage viewer
 License:        GPL-2.0 or GPL-3.0

++++++ filelight-15.04.1.tar.xz -> filelight-15.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-15.04.1/src/app/main.cpp 
new/filelight-15.04.2/src/app/main.cpp
--- old/filelight-15.04.1/src/app/main.cpp      2015-04-13 21:34:24.000000000 
+0200
+++ new/filelight-15.04.2/src/app/main.cpp      2015-05-14 23:52:55.000000000 
+0200
@@ -25,6 +25,7 @@
 #include <QApplication>
 #include <QCommandLineParser>
 #include <QUrl>
+#include <QDir>
 
 #include <KAboutData>
 #include <KLocalizedString>
@@ -81,7 +82,9 @@
         MainWindow *mw = new MainWindow();
 
         QStringList args = options.positionalArguments();
-        if (args.count() > 0) mw->scan(QUrl::fromUserInput(args.at(0)));
+        if (args.count() > 0) {
+            mw->scan(QUrl::fromUserInput(args.at(0), QDir::currentPath(), 
QUrl::AssumeLocalFile));
+        }
 
         mw->show();
     }


Reply via email to