Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 28360ea001 | |||
| 064b745585 | |||
| 734aef4a12 | |||
| 9f44dcd17b | |||
| dbc553ca2d | |||
| 6a81cbce8f |
11
_service
11
_service
@@ -1,17 +1,16 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git</param>
|
||||
<param name="filename">kernelshark</param>
|
||||
<param name="revision">kernelshark-v2.2.0</param>
|
||||
<param name="version">v2.2.1</param>
|
||||
<param name="match-tag">kernelshark-*</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">kernelshark-v2.4.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">kernelshark-v(.*)</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
<service mode="manual" name="set_version" />
|
||||
</services>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4909b0a3eca623b7f13ca83c04278a377219a5acd4fc54c055a88b4123238ff
|
||||
size 5409293
|
||||
3
kernelshark-2.4.0.obscpio
Normal file
3
kernelshark-2.4.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff6e277199e94a154810119e2700b368a6262200159a63525b6e648334bd095e
|
||||
size 5408781
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 4 22:48:42 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- Delete patch (fixed upstream):
|
||||
0001-kernelshark-fix-compiling-error-in-LatencyPlot.cpp.patch
|
||||
- Update to latest upstream version (2.4.0)
|
||||
* Multi-thread the computaion of stream/combo plots
|
||||
- Replace "disabled" with "manual" in _service, as disabled is now
|
||||
deprecated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 7 07:35:15 UTC 2025 - Simon Lees <sflees@suse.de>
|
||||
|
||||
- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
|
||||
minimum version warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 11:35:08 UTC 2024 - Daniel Wagner <daniel.wagner@suse.com>
|
||||
|
||||
- Update to latest upstream version (2.3.1)
|
||||
* Fixing bugs introduced when Porting KernelShark to Qt 6.
|
||||
* Porting KernelShark to Qt 6
|
||||
- Fix build error
|
||||
* add 0001-kernelshark-fix-compiling-error-in-LatencyPlot.cpp.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 07:46:17 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: kernelshark
|
||||
version: 2.2.1
|
||||
mtime: 1674297733
|
||||
commit: 99225c059b45c0098e5f47bb3346267379986991
|
||||
version: 2.4.0
|
||||
mtime: 1743700665
|
||||
commit: 60ac62e57bd4bbdb7d206d30ea0280d041287792
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kernelshark
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kernelshark
|
||||
Version: 2.2.1
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: Visualisation tool for trace-cmd data
|
||||
License: GPL-2.0-only AND LGPL-2.1-only
|
||||
@@ -33,10 +33,11 @@ BuildRequires: freeglut-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXmu-devel
|
||||
BuildRequires: libjson-c-devel
|
||||
BuildRequires: libqt5-qtbase-devel
|
||||
BuildRequires: libtracecmd-devel
|
||||
BuildRequires: libtraceevent-devel
|
||||
BuildRequires: libtracefs-devel
|
||||
BuildRequires: qt6-base-devel
|
||||
BuildRequires: qt6-statemachine-devel
|
||||
BuildRequires: trace-cmd >= 3.1.0
|
||||
Recommends: trace-cmd
|
||||
|
||||
@@ -57,6 +58,9 @@ Development files for kernelshark
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
# Remove cmake4 error due to not setting
|
||||
# min cmake version - sflees.de
|
||||
export CMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
# We would like to use _ttfontsdir macro but somehow the expension
|
||||
# doesn't seem to work
|
||||
%define fontname %{_datadir}/fonts/truetype/FreeSans.ttf
|
||||
|
||||
Reference in New Issue
Block a user