Hello community, here is the log from the commit of package filelight for openSUSE:Factory checked in at 2015-05-15 09:56:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11 17:29:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2015-05-15 09:56:29.000000000 +0200 @@ -1,0 +2,8 @@ +Mon May 11 10:49:11 UTC 2015 - [email protected] + +- Update to KDE Applications 15.04.1 + * KDE Applications 15.04.1 + * https://www.kde.org/announcements/announce-applications-15.04.1.php + + +------------------------------------------------------------------- Old: ---- filelight-15.04.0.tar.xz New: ---- filelight-15.04.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filelight.spec ++++++ --- /var/tmp/diff_new_pack.HhbGwv/_old 2015-05-15 09:56:29.000000000 +0200 +++ /var/tmp/diff_new_pack.HhbGwv/_new 2015-05-15 09:56:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: filelight -Version: 15.04.0 +Version: 15.04.1 Release: 0 Summary: Graphical disk usage viewer License: GPL-2.0 or GPL-3.0 ++++++ filelight-15.04.0.tar.xz -> filelight-15.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-15.04.0/src/app/main.cpp new/filelight-15.04.1/src/app/main.cpp --- old/filelight-15.04.0/src/app/main.cpp 2015-03-21 01:25:28.000000000 +0100 +++ new/filelight-15.04.1/src/app/main.cpp 2015-04-13 21:34:24.000000000 +0200 @@ -45,6 +45,8 @@ int main(int argc, char *argv[]) { + QApplication app(argc, argv); + Kdelibs4ConfigMigrator migrate(QLatin1String("filelight")); migrate.setConfigFiles(QStringList() << QLatin1String("filelightrc")); migrate.setUiFiles(QStringList() << QLatin1String("filelightui.rc")); @@ -60,7 +62,6 @@ about.addCredit(i18n("Sune Vuorela"), i18n("Icon")); about.addCredit(i18n("Nuno Pinheiro"), i18n("Icon")); - QApplication app(argc, argv); app.setApplicationName(QStringLiteral(APP_NAME)); app.setApplicationDisplayName(i18n(APP_PRETTYNAME)); app.setApplicationVersion(QStringLiteral(APP_VERSION));
