Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package filelight for openSUSE:Factory checked in at 2023-08-31 13:43:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filelight (Old) and /work/SRC/openSUSE:Factory/.filelight.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filelight" Thu Aug 31 13:43:59 2023 rev:147 rq:1105625 version:23.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/filelight/filelight.changes 2023-07-07 15:49:45.485067267 +0200 +++ /work/SRC/openSUSE:Factory/.filelight.new.1766/filelight.changes 2023-08-31 13:46:57.474882355 +0200 @@ -1,0 +2,43 @@ +Sun Aug 20 13:59:00 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.08.0/ +- No code change since 23.07.90 + +------------------------------------------------------------------- +Mon Aug 14 08:02:16 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.90 + * New feature release +- Changes since 23.07.80: + * windows: get the compressed size for compressed and sparse files (kde#473024) + * posix: undo apfs hack + +------------------------------------------------------------------- +Tue Aug 1 10:13:21 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.07.80 + * New feature release +- Changes since 23.04.3: + * Now we can build doc/po files + * QQC2DesktopStyle is build in kf6 too + * De-conditionalize icon naming + * Don't iterate over element that are immedialtely removed + * Remove unused includes + * Make source file non-executable + * Fix ignore path support. Fix crash when we load root path + * Remove extra ; + * Add menu separator before delete action + * Allow to build against kf6/kf5 + * Fix Context Menu Items + * Add 23.04.0 Windows artifact + * make qml cache disabling conditional on statvfs + * disable qml disk cache (kde#466415) + * use the default loading text for polish (kde#468395) + * Set a sane default window size (kde#468118) + * Explicitly look for KF{5,6}CoreAddons + * Drop no longer used QtSvg dependency + +------------------------------------------------------------------- Old: ---- filelight-23.04.3.tar.xz filelight-23.04.3.tar.xz.sig New: ---- filelight-23.08.0.tar.xz filelight-23.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filelight.spec ++++++ --- /var/tmp/diff_new_pack.2twfql/_old 2023-08-31 13:46:58.618923246 +0200 +++ /var/tmp/diff_new_pack.2twfql/_new 2023-08-31 13:46:58.622923389 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: filelight -Version: 23.04.3 +Version: 23.08.0 Release: 0 Summary: Graphical disk usage viewer License: GPL-2.0-only OR GPL-3.0-only @@ -29,6 +29,10 @@ Source2: applications.keyring %endif BuildRequires: extra-cmake-modules +%if 0%{?suse_version} == 1500 +BuildRequires: gcc10-c++ +BuildRequires: gcc10-PIE +%endif BuildRequires: update-desktop-files BuildRequires: xz BuildRequires: cmake(KF5Config) @@ -46,7 +50,6 @@ BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5QuickControls2) BuildRequires: cmake(Qt5Script) -BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) Obsoletes: %{name}5 < %{version} @@ -62,6 +65,9 @@ %autosetup -p1 -n filelight-%{version} %build +%if 0%{?suse_version} == 1500 +export CXX=g++-10 +%endif %cmake_kf5 -d build %cmake_build ++++++ filelight-23.04.3.tar.xz -> filelight-23.08.0.tar.xz ++++++ ++++ 12618 lines of diff (skipped)
