Hello community, here is the log from the commit of package filelight for openSUSE:Factory checked in at 2016-05-29 03:09:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-29 09:57:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2016-05-29 03:09:54.000000000 +0200 @@ -1,0 +2,24 @@ +Sat May 7 10:11:44 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.1 + * KDE Applications 16.04.1 + * https://www.kde.org/announcements/announce-applications-16.04.1.php + + +------------------------------------------------------------------- +Sun Apr 17 05:51:15 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.0 + * KDE Applications 16.04.0 + * https://www.kde.org/announcements/announce-applications-16.04.0.php + + +------------------------------------------------------------------- +Mon Apr 11 06:31:45 UTC 2016 - [email protected] + +- Update to KDE Applications 16.03.90 + * KDE Applications 16.04.0 RC + * https://www.kde.org/announcements/announce-applications-16.04-rc.php + + +------------------------------------------------------------------- Old: ---- filelight-15.12.3.tar.xz New: ---- filelight-16.04.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filelight.spec ++++++ --- /var/tmp/diff_new_pack.tcVb88/_old 2016-05-29 03:09:55.000000000 +0200 +++ /var/tmp/diff_new_pack.tcVb88/_new 2016-05-29 03:09:55.000000000 +0200 @@ -17,7 +17,7 @@ Name: filelight -Version: 15.12.3 +Version: 16.04.1 Release: 0 Summary: Graphical disk usage viewer License: GPL-2.0 or GPL-3.0 ++++++ filelight-15.12.3.tar.xz -> filelight-16.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-15.12.3/CMakeLists.txt new/filelight-16.04.1/CMakeLists.txt --- old/filelight-15.12.3/CMakeLists.txt 2016-02-04 10:19:49.000000000 +0100 +++ new/filelight-16.04.1/CMakeLists.txt 2016-04-21 21:31:52.000000000 +0200 @@ -33,10 +33,10 @@ include(FeatureSummary) include(KDEInstallDirs) include(KDECMakeSettings) -include(KDECompilerSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) -find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core DBus Widgets Script) +find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Widgets) find_package(KF5 REQUIRED KIO Parts @@ -54,15 +54,6 @@ -DQT_NO_CAST_TO_ASCII ) -find_package(Qt5Test ${QT_MIN_VERSION} CONFIG QUIET) -set_package_properties(Qt5Test PROPERTIES - PURPOSE "Required for tests" - TYPE OPTIONAL) -add_feature_info("Qt5Test" Qt5Test_FOUND "Required for building tests") -if (NOT Qt5Test_FOUND) - set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.") -endif() - add_definitions(-DTRANSLATION_DOMAIN=\"filelight\") include_directories(src/) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filelight-15.12.3/src/part/CMakeLists.txt new/filelight-16.04.1/src/part/CMakeLists.txt --- old/filelight-15.12.3/src/part/CMakeLists.txt 2016-02-04 10:19:49.000000000 +0100 +++ new/filelight-16.04.1/src/part/CMakeLists.txt 2016-04-21 21:31:52.000000000 +0200 @@ -34,7 +34,7 @@ remoteLister.cpp summaryWidget.cpp) -QT5_WRAP_UI(filelight_PART_SRCS dialog.ui) +ki18n_wrap_ui(filelight_PART_SRCS dialog.ui) add_library(filelightpart MODULE ${filelight_PART_SRCS})
