Hello community, here is the log from the commit of package filelight for openSUSE:Factory checked in at 2019-03-11 13:42:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filelight (Old) and /work/SRC/openSUSE:Factory/.filelight.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filelight" Mon Mar 11 13:42:20 2019 rev:94 rq:683128 version:18.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/filelight/filelight.changes 2019-02-15 09:56:28.199739634 +0100 +++ /work/SRC/openSUSE:Factory/.filelight.new.28833/filelight.changes 2019-03-11 13:42:22.493566108 +0100 @@ -1,0 +2,12 @@ +Sat Mar 09 08:03:12 UTC 2019 - [email protected] + +- Update to 18.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.3.php +- Changes since 18.12.2: + * Fix use after free in RadialMap::Widget::invalidate() (kde#389119) + * Add .arcconfig + * Don't include <fstab.h> anymore + +------------------------------------------------------------------- Old: ---- filelight-18.12.2.tar.xz New: ---- filelight-18.12.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filelight.spec ++++++ --- /var/tmp/diff_new_pack.cmMoJm/_old 2019-03-11 13:42:23.249565450 +0100 +++ /var/tmp/diff_new_pack.cmMoJm/_new 2019-03-11 13:42:23.249565450 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: filelight -Version: 18.12.2 +Version: 18.12.3 Release: 0 Summary: Graphical disk usage viewer License: GPL-2.0-only OR GPL-3.0-only ++++++ filelight-18.12.2.tar.xz -> filelight-18.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-18.12.2/.arcconfig new/filelight-18.12.3/.arcconfig --- old/filelight-18.12.2/.arcconfig 1970-01-01 01:00:00.000000000 +0100 +++ new/filelight-18.12.3/.arcconfig 2019-03-04 17:12:00.000000000 +0100 @@ -0,0 +1,3 @@ +{ + "phabricator.uri" : "https://phabricator.kde.org/" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-18.12.2/CMakeLists.txt new/filelight-18.12.3/CMakeLists.txt --- old/filelight-18.12.2/CMakeLists.txt 2019-02-05 01:28:57.000000000 +0100 +++ new/filelight-18.12.3/CMakeLists.txt 2019-03-05 01:12:16.000000000 +0100 @@ -25,7 +25,7 @@ # KDE Application Version, managed by release script set(KDE_APPLICATIONS_VERSION_MAJOR "18") set(KDE_APPLICATIONS_VERSION_MINOR "12") -set(KDE_APPLICATIONS_VERSION_MICRO "2") +set(KDE_APPLICATIONS_VERSION_MICRO "3") set(KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") set(PROJECT_VERSION ${KDE_APPLICATIONS_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-18.12.2/po/gl/filelight.po new/filelight-18.12.3/po/gl/filelight.po --- old/filelight-18.12.2/po/gl/filelight.po 2019-02-05 01:28:53.000000000 +0100 +++ new/filelight-18.12.3/po/gl/filelight.po 2019-03-05 01:12:15.000000000 +0100 @@ -7,13 +7,13 @@ # Xosé <[email protected]>, 2010. # Adrian Chaves Fernandez <[email protected]>, 2013, 2015, 2017. # Marce Villarino <[email protected]>, 2013, 2014. -# Adrián Chaves <[email protected]>, 2017, 2018. +# Adrián Chaves <[email protected]>, 2017, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: filelight\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:55+0100\n" -"PO-Revision-Date: 2018-10-20 09:42+0100\n" +"PO-Revision-Date: 2019-03-03 20:01+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" @@ -21,7 +21,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 18.12.2\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -121,7 +121,7 @@ "b> from being scanned if you scan <b>/</b>." msgstr "" "Permite que os exames entren en directorios que son parte doutros sistemas " -"de ficheiros. Por exemplo, se non se marca, isto xeralmente evita que o " +"de ficheiros. Por exemplo, cando se desmarca, isto xeralmente evita que o " "contido de <b>/mnt</b> se examine cando se estea a examinar <b>/</b>." #. i18n: ectx: property (text), widget (QCheckBox, scanAcrossMounts) @@ -403,7 +403,7 @@ #: src/mainWindow.cpp:408 #, kde-format msgid "Aborting Scan..." -msgstr "Estase a cancelar o exame…" +msgstr "Interrompendo o exame…" #: src/mainWindow.cpp:471 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-18.12.2/po/zh_CN/filelight.po new/filelight-18.12.3/po/zh_CN/filelight.po --- old/filelight-18.12.2/po/zh_CN/filelight.po 2019-02-05 01:28:54.000000000 +0100 +++ new/filelight-18.12.3/po/zh_CN/filelight.po 2019-03-05 01:12:16.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:55+0100\n" -"PO-Revision-Date: 2019-01-27 23:11\n" +"PO-Revision-Date: 2019-02-20 23:33\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-18.12.2/src/localLister.cpp new/filelight-18.12.3/src/localLister.cpp --- old/filelight-18.12.2/src/localLister.cpp 2019-02-03 05:48:56.000000000 +0100 +++ new/filelight-18.12.3/src/localLister.cpp 2019-03-04 17:12:00.000000000 +0100 @@ -32,11 +32,6 @@ #include <QByteArray> #include <dirent.h> -#ifdef Q_OS_SOLARIS -#include <sys/vfstab.h> -#elif !defined(Q_OS_WIN) -#include <fstab.h> -#endif #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-18.12.2/src/scan.cpp new/filelight-18.12.3/src/scan.cpp --- old/filelight-18.12.2/src/scan.cpp 2019-02-03 05:48:56.000000000 +0100 +++ new/filelight-18.12.3/src/scan.cpp 2019-03-04 17:12:00.000000000 +0100 @@ -146,6 +146,7 @@ //something went wrong, we couldn't find the folder we were expecting qWarning() << "Didn't find " << path << " in the cache!\n"; it.remove(); + emit aboutToEmptyCache(); delete folder; break; //do a full scan }
