Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d969a5015e | |||
| b850d796db | |||
| 7049c5b671 | |||
| b0e19753c4 | |||
| 7014bcbaaf |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f66ddefe2c7c2eaf07869d75c437df14565dd06bcb914d89aead002f3b9c1da5
|
|
||||||
size 174066
|
|
||||||
3
KDiskMark-3.2.0.tar.gz
Normal file
3
KDiskMark-3.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4be6feb1c4d0e5188414fd952e4e05a6245a342ff3a44e6f89b67e9bd9e4f0ae
|
||||||
|
size 174999
|
||||||
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 24 20:15:17 UTC 2025 - Dmitry Sidorov <jonmagon@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.2.0
|
||||||
|
* Removed country flags from language selector
|
||||||
|
* Used clat instead of lat for latency measurements (#164)
|
||||||
|
* Improved translations in .desktop file and polkit policies
|
||||||
|
* Refactored non-empty QString constructors to use QStringLiteral() (#158)
|
||||||
|
* Deprecated snap package support
|
||||||
|
* Spanish (es_ES) localization (#171, #172)
|
||||||
|
* Finnish (fi_FI) localization (#144)
|
||||||
|
* Traditional Chinese (zh_TW) localization (#135)
|
||||||
|
* Hindi (hi_IN) localization
|
||||||
|
* Storage model name in benchmark reports
|
||||||
|
* BTRFS Copy-on-Write (CoW) detection and no-CoW directory support (#141)
|
||||||
|
* Enhanced error reporting for filesystem operations
|
||||||
|
* ARM64 build support
|
||||||
|
* PGP signing for release packages
|
||||||
|
* Dutch (nl_NL) localization (#121)
|
||||||
|
* Icons to menu items (#138)
|
||||||
|
* Fixed tab order and UI spacing issues
|
||||||
|
* Missing RPM dependencies
|
||||||
|
* Window icon display for AppImage, Flatpak and Snap
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 19 20:05:04 UTC 2023 - Dmitry Sidorov <jonmagon@gmail.com>
|
Mon Jun 19 20:05:04 UTC 2023 - Dmitry Sidorov <jonmagon@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define _singleapplication_version 3.3.4
|
%define _singleapplication_version 3.3.4
|
||||||
Name: kdiskmark
|
Name: kdiskmark
|
||||||
Version: 3.1.4
|
Version: 3.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple open-source disk benchmark tool for Linux distros
|
Summary: A simple open-source disk benchmark tool for Linux distros
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@@ -31,11 +31,11 @@ BuildRequires: extra-cmake-modules
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: cmake(PolkitQt5-1)
|
BuildRequires: cmake(PolkitQt6-1)
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
BuildRequires: cmake(Qt6LinguistTools)
|
||||||
BuildRequires: cmake(Qt5Widgets)
|
BuildRequires: cmake(Qt6Widgets)
|
||||||
BuildRequires: cmake(Qt5DBus)
|
BuildRequires: cmake(Qt6DBus)
|
||||||
BuildRequires: cmake(Qt5Network)
|
BuildRequires: cmake(Qt6Network)
|
||||||
Requires: fio
|
Requires: fio
|
||||||
Provides: bundled(singleapplication) = %{_singleapplication_version}
|
Provides: bundled(singleapplication) = %{_singleapplication_version}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user