Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdiskmark for openSUSE:Factory 
checked in at 2022-09-16 13:32:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdiskmark (Old)
 and      /work/SRC/openSUSE:Factory/.kdiskmark.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdiskmark"

Fri Sep 16 13:32:15 2022 rev:7 rq:1003320 version:3.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdiskmark/kdiskmark.changes      2022-03-24 
22:57:47.704238638 +0100
+++ /work/SRC/openSUSE:Factory/.kdiskmark.new.2083/kdiskmark.changes    
2022-09-16 13:32:38.481326963 +0200
@@ -1,0 +2,38 @@
+Fri Sep 09 22:20:00 UTC 2022 - Dmitry Sidorov <[email protected]>
+
+- Update to version 3.1.1
+  * Fixed helper crash on completion of benchmarking
+
+-------------------------------------------------------------------
+Tue Sep 06 21:51:53 UTC 2022 - Dmitry Sidorov <[email protected]>
+
+- Update to version 3.1.0
+  * Prevent multiple instances from being opened
+  * Progress bar styles: Fusion, for light/dark theme and system one
+  * Stylized design of the storage list
+  * Update the storage list by changing the language
+  * Prevent a line break in the dialog for a path contains a hyphen
+  * Optional O_DIRECT flag
+  * Migrated from KAuth to PolicyKit
+  * The helper runs only if necessary
+  * Pre-create a benchmark file only once before tests
+  * Bring back the ability to specify the directory manually
+  * Localization updated
+  
+-------------------------------------------------------------------
+Wed Aug 24 18:43:14 UTC 2022 - Dmitry Sidorov <[email protected]>
+
+- Update to version 3.0.0
+  * Benchmarking is performed within the helper
+  * Stored configuration
+  * Configurable pattern of each test
+  * Region-specific numeric formatting
+  * Default and NVMe presets
+  * Changeable test data: random or zeros
+  * Demo profile
+  * Ability to perform read and write tests separately
+  * Button to refresh the storage list
+  * Turkish and Hungarian localization
+  * The occupied space is displayed instead of free space
+  
+-------------------------------------------------------------------

Old:
----
  KDiskMark-2.3.0.tar.gz

New:
----
  KDiskMark-3.1.1.tar.gz
  SingleApplication-3.3.4.tar.gz

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

Other differences:
------------------
++++++ kdiskmark.spec ++++++
--- /var/tmp/diff_new_pack.Z2ZMbZ/_old  2022-09-16 13:32:38.917328371 +0200
+++ /var/tmp/diff_new_pack.Z2ZMbZ/_new  2022-09-16 13:32:38.921328385 +0200
@@ -17,27 +17,34 @@
 #
 
 
+%define _singleapplication_version 3.3.4
 Name:           kdiskmark
-Version:        2.3.0
+Version:        3.1.1
 Release:        0
 Summary:        A simple open-source disk benchmark tool for Linux distros
 License:        GPL-3.0-only
 URL:            https://github.com/JonMagon/KDiskMark
-Source:         %{url}/archive/%{version}.tar.gz#/KDiskMark-%{version}.tar.gz
+Source0:        %{url}/archive/%{version}.tar.gz#/KDiskMark-%{version}.tar.gz
+# SingleApplication is licensed under MIT
+Source1:        
https://github.com/itay-grudev/SingleApplication/archive/v%{_singleapplication_version}.tar.gz#/SingleApplication-%{_singleapplication_version}.tar.gz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Auth)
+BuildRequires:  cmake(PolkitQt5-1)
 BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Network)
 Requires:       fio
+Provides:       bundled(singleapplication) = %{_singleapplication_version}
 
 %description
 KDiskMark is an HDD and SSD benchmark tool with a very friendly graphical user 
interface.
 
 %prep
-%setup -q -n KDiskMark-%{version}
+%setup -q -n KDiskMark-%{version} -a1
+mv SingleApplication-%{_singleapplication_version}/* src/singleapplication/
 
 %build
 %cmake_kf5 -d build
@@ -54,19 +61,14 @@
 %doc README.md
 %{_kf5_applicationsdir}/%{name}.desktop
 %{_kf5_bindir}/%{name}
-%{_kf5_dbuspolicydir}/org.jonmagon.kdiskmark.conf
 %{_kf5_iconsdir}/hicolor
 %{_kf5_iconsdir}/hicolor/*/*/*
-%if %{pkg_vcmp kf5-filesystem >= 20220307}
-%{_libexecdir}/kauth/kdiskmark_helper
-%else
-%dir %{_kf5_libdir}/libexec/kauth
-%{_kf5_libdir}/libexec/kauth/kdiskmark_helper
-%endif
 %dir %{_kf5_sharedir}/%{name}
 %{_kf5_sharedir}/%{name}/translations
-%{_kf5_sharedir}/dbus-1/system-services/org.jonmagon.kdiskmark.service
-%{_kf5_sharedir}/polkit-1/actions/org.jonmagon.kdiskmark.policy
-
+# Helper files
+%{_libexecdir}/kdiskmark_helper
+%{_kf5_dbuspolicydir}/dev.jonmagon.kdiskmark.helperinterface.conf
+%{_kf5_sharedir}/dbus-1/system-services/dev.jonmagon.kdiskmark.helperinterface.service
+%{_kf5_sharedir}/polkit-1/actions/dev.jonmagon.kdiskmark.helper.policy
 
 %changelog

++++++ KDiskMark-2.3.0.tar.gz -> KDiskMark-3.1.1.tar.gz ++++++
++++ 16727 lines of diff (skipped)

Reply via email to