Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2016-10-19 13:06:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-09-24 
15:23:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2016-10-19 
13:06:18.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:46:29 UTC 2016 - [email protected]
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+-------------------------------------------------------------------

Old:
----
  filelight-16.08.1.tar.xz

New:
----
  filelight-16.08.2.tar.xz

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

Other differences:
------------------
++++++ filelight.spec ++++++
--- /var/tmp/diff_new_pack.K9qIec/_old  2016-10-19 13:06:19.000000000 +0200
+++ /var/tmp/diff_new_pack.K9qIec/_new  2016-10-19 13:06:19.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           filelight
-Version:        16.08.1
+Version:        16.08.2
 Release:        0
 Summary:        Graphical disk usage viewer
 License:        GPL-2.0 or GPL-3.0

++++++ filelight-16.08.1.tar.xz -> filelight-16.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-16.08.1/src/app/main.cpp 
new/filelight-16.08.2/src/app/main.cpp
--- old/filelight-16.08.1/src/app/main.cpp      2016-07-02 15:21:38.000000000 
+0200
+++ new/filelight-16.08.2/src/app/main.cpp      2016-09-28 22:16:33.000000000 
+0200
@@ -31,19 +31,6 @@
 #include <KLocalizedString>
 #include <Kdelibs4ConfigMigrator>
 
-static KAboutData about(
-    QStringLiteral(APP_NAME),
-    i18n(APP_PRETTYNAME),
-    QStringLiteral(APP_VERSION),
-    i18n("Graphical disk-usage information"),
-    KAboutLicense::GPL,
-    i18n("(C) 2006 Max Howell\n"
-         "(C) 2008-2014 Martin Sandsmark"),
-    QString(),
-    QStringLiteral("http://utils.kde.org/projects/filelight";)
-);
-
-
 int main(int argc, char *argv[])
 {
     QApplication app(argc, argv);
@@ -57,6 +44,17 @@
 
     using Filelight::MainWindow;
 
+    KAboutData about(
+        QStringLiteral(APP_NAME),
+        i18n(APP_PRETTYNAME),
+        QStringLiteral(APP_VERSION),
+        i18n("Graphical disk-usage information"),
+        KAboutLicense::GPL,
+        i18n("(C) 2006 Max Howell\n"
+             "(C) 2008-2014 Martin Sandsmark"),
+        QString(),
+        QStringLiteral("http://utils.kde.org/projects/filelight";)
+    );
     about.addAuthor(i18n("Martin Sandsmark"), i18n("Maintainer"), 
QStringLiteral("[email protected]"), 
QStringLiteral("http://iskrembilen.com/";));
     about.addAuthor(i18n("Max Howell"),       i18n("Original author"), 
QStringLiteral("[email protected]"), 
QStringLiteral("http://www.methylblue.com/";));
     about.addCredit(i18n("Lukas Appelhans"),  i18n("Help and support"));


Reply via email to