Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qdirstat for openSUSE:Factory checked in at 2026-01-19 18:36:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qdirstat (Old) and /work/SRC/openSUSE:Factory/.qdirstat.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qdirstat" Mon Jan 19 18:36:18 2026 rev:15 rq:1327955 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qdirstat/qdirstat.changes 2025-01-29 16:11:04.269188658 +0100 +++ /work/SRC/openSUSE:Factory/.qdirstat.new.1928/qdirstat.changes 2026-01-19 18:40:35.928249305 +0100 @@ -1,0 +2,25 @@ +Sun Jan 18 17:46:37 UTC 2026 - Stefan Hundhammer <[email protected]> + +- Update to version 2.0: + * Change log and version bump to 2.0 + * Suppress Qt bullshit messages that keep flooding the log + * No duplicate %d in 'open with filemanager here' std cleanup (Closes #297) + * Added missing section end + * Document current development status + * Use imported Myrlyn Translator class + * Added LogStream manipulators hex and dec + * QStorageInfo is now available on all Qt6 platforms + * Drop Qt4 support + * Get rid of now obsolete Qt4 QProcess wrapper class + +------------------------------------------------------------------- +Wed Feb 19 12:39:16 UTC 2025 - Stefan Hundhammer <[email protected]> + +- Removed the FlatPak metainfo again (not useful for an RPM build) + +------------------------------------------------------------------- +Sat Feb 15 15:27:21 UTC 2025 - Stefan Hundhammer <[email protected]> + +- Added FlatPak AppStream metainfo to files list (gh#278) + +------------------------------------------------------------------- @@ -123 +147,0 @@ -------------------------------------------------------------------- Old: ---- qdirstat-1.9.tar.bz2 New: ---- _service _servicedata qdirstat-2.0.obscpio qdirstat.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qdirstat.spec ++++++ --- /var/tmp/diff_new_pack.xN09Cc/_old 2026-01-19 18:40:36.576276118 +0100 +++ /var/tmp/diff_new_pack.xN09Cc/_new 2026-01-19 18:40:36.576276118 +0100 @@ -1,7 +1,7 @@ # # spec file for package qdirstat # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,20 @@ Name: qdirstat -Version: 1.9 +Version: 2.0 Release: 0 Summary: Directory Statistics License: GPL-2.0-only -URL: https://github.com/shundhammer/qdirstat -Source0: %{name}-%{version}.tar.bz2 -BuildRequires: libQt5Core-devel -BuildRequires: libQt5Widgets-devel -BuildRequires: libqt5-qtbase-common-devel +Url: https://github.com/shundhammer/qdirstat +Source: %{name}-%{version}.tar.zst + +BuildRequires: qt6-core-devel +BuildRequires: qt6-gui-devel +BuildRequires: qt6-widgets-devel +BuildRequires: qt6-qt5compat-devel +BuildRequires: qt6-base-common-devel BuildRequires: zlib-devel +Recommends: xdg-utils %description @@ -90,14 +94,14 @@ /usr/share/doc/packages/qdirstat/README.md %prep -%setup -q +%autosetup -p1 %build -qmake-qt5 -make +%qmake6 +%make_build %install -make install INSTALL_ROOT=%{buildroot} %{?_smp_mflags} +%qmake6_install # %suse_update_desktop_file -N "QDirStat" -G "Directory Statistics" %name Filesystem @@ -110,7 +114,7 @@ %dir %{_datadir}/icons/hicolor/scalable/apps %{_datadir}/icons/hicolor/scalable/apps/qdirstat.svg %license %{_docdir}/qdirstat/LICENSE -%doc README.md doc/cache-file-format.txt doc/*.md +%doc README.md doc/*.txt doc/*.md %dir %{_docdir}/%{name}/stats %{_docdir}/%{name}/stats/*.md %{_mandir}/man1/qdirstat.1.gz ++++++ _service ++++++ <?xml version="1.0"?> <services> <service name="obs_scm" mode="manual"> <param name="url">https://github.com/shundhammer/qdirstat.git</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <param name="revision">2.0</param> <param name="changesgenerate">enable</param> </service> <service name="set_version" mode="manual"/> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">zst</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/shundhammer/qdirstat.git</param> <param name="changesrevision">26aa35a57371744be993fab5d34ac096dcb62cbc</param></service></servicedata> (No newline at EOF) ++++++ qdirstat.obsinfo ++++++ name: qdirstat version: 2.0 mtime: 1768752431 commit: 26aa35a57371744be993fab5d34ac096dcb62cbc
