Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2024-03-11 15:29:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/filelight (Old)
 and      /work/SRC/openSUSE:Factory/.filelight.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "filelight"

Mon Mar 11 15:29:51 2024 rev:152 rq:1150858 version:24.02.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/filelight/filelight.changes      2023-12-09 
22:53:42.376614123 +0100
+++ /work/SRC/openSUSE:Factory/.filelight.new.1770/filelight.changes    
2024-03-11 15:34:05.210761516 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 13:58:23 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.02.0
+  * New feature release
+- No code change since 24.01.95
+
+-------------------------------------------------------------------
+Fri Feb  9 16:07:29 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.01.95
+  * https://kde.org/announcements/megarelease/6/rc2/
+
+-------------------------------------------------------------------

Old:
----
  filelight-23.08.4.tar.xz
  filelight-23.08.4.tar.xz.sig

New:
----
  filelight-24.02.0.tar.xz
  filelight-24.02.0.tar.xz.sig

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

Other differences:
------------------
++++++ filelight.spec ++++++
--- /var/tmp/diff_new_pack.hJtz65/_old  2024-03-11 15:34:05.918787561 +0100
+++ /var/tmp/diff_new_pack.hJtz65/_new  2024-03-11 15:34:05.922787708 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package filelight
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,42 +16,35 @@
 #
 
 
+%define kf6_version 5.246.0
+%define qt6_version 6.6.0
+
 %bcond_without released
 Name:           filelight
-Version:        23.08.4
+Version:        24.02.0
 Release:        0
 Summary:        Graphical disk usage viewer
 License:        GPL-2.0-only OR GPL-3.0-only
 URL:            https://apps.kde.org/filelight
-Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-BuildRequires:  extra-cmake-modules
-%if 0%{?suse_version} == 1500
-BuildRequires:  gcc10-c++
-BuildRequires:  gcc10-PIE
-%endif
+BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5Parts)
-BuildRequires:  cmake(KF5Solid)
-BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(Qt5Core)
-BuildRequires:  cmake(Qt5DBus)
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5QuickControls2)
-BuildRequires:  cmake(Qt5Script)
-BuildRequires:  cmake(Qt5Test)
-BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(KF6CoreAddons) >= %{kf6_version}
+BuildRequires:  cmake(KF6DocTools) >= %{kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6KirigamiAddons)
+BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
+BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Quick) >= %{qt6_version}
+BuildRequires:  cmake(Qt6QuickControls2) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
+Requires:       kf6-qqc2-desktop-style >= %{kf6_version}
+Requires:       kirigami-addons6
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
 
@@ -65,31 +58,28 @@
 %autosetup -p1 -n filelight-%{version}
 
 %build
-%if 0%{?suse_version} == 1500
-export CXX=g++-10
-%endif
-%cmake_kf5 -d build
-%cmake_build
+%cmake_kf6
+
+%kf6_build
 
 %install
-%kf5_makeinstall -C build
+%kf6_install
 
-%find_lang %{name} --with-man --all-name
-%{kf5_find_htmldocs}
+%find_lang %{name} --with-html --all-name
 
 %suse_update_desktop_file org.kde.filelight System Filesystem
 
 %files
 %license LICENSES/*
 %doc AUTHORS README.md
-%config %{_kf5_configdir}/filelightrc
-%doc %lang(en) %{_kf5_htmldir}/en/filelight/
-%{_kf5_applicationsdir}/org.kde.filelight.desktop
-%{_kf5_appstreamdir}/org.kde.filelight.appdata.xml
-%{_kf5_bindir}/filelight
-%{_kf5_debugdir}/filelight.categories
-%{_kf5_iconsdir}/hicolor/*/*/*
-%{_kf5_kxmlguidir}/filelight/
+%config %{_kf6_configdir}/filelightrc
+%doc %lang(en) %{_kf6_htmldir}/en/filelight/
+%{_kf6_applicationsdir}/org.kde.filelight.desktop
+%{_kf6_appstreamdir}/org.kde.filelight.appdata.xml
+%{_kf6_bindir}/filelight
+%{_kf6_debugdir}/filelight.categories
+%{_kf6_iconsdir}/hicolor/*/*/filelight.png
 
 %files lang -f %{name}.lang
+%exclude %{_kf6_htmldir}/en/filelight/
 

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.hJtz65/_old and 
/var/tmp/diff_new_pack.hJtz65/_new differ

++++++ filelight-23.08.4.tar.xz -> filelight-24.02.0.tar.xz ++++++
++++ 29940 lines of diff (skipped)

Reply via email to