6 Commits

Author SHA256 Message Date
28360ea001 Accepting request 1297882 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1297882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernelshark?expand=0&rev=8
2025-08-06 12:34:38 +00:00
064b745585 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools/kernelshark?expand=0&rev=21
2025-08-06 07:35:11 +00:00
734aef4a12 Accepting request 1275495 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1275495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernelshark?expand=0&rev=7
2025-05-08 16:23:35 +00:00
9f44dcd17b - export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
minimum version warnings

OBS-URL: https://build.opensuse.org/package/show/devel:tools/kernelshark?expand=0&rev=19
2025-05-08 11:57:26 +00:00
dbc553ca2d Accepting request 1222172 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1222172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernelshark?expand=0&rev=6
2024-11-07 15:28:58 +00:00
6a81cbce8f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools/kernelshark?expand=0&rev=17
2024-11-07 11:58:39 +00:00
6 changed files with 43 additions and 15 deletions

View File

@@ -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>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4909b0a3eca623b7f13ca83c04278a377219a5acd4fc54c055a88b4123238ff
size 5409293

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff6e277199e94a154810119e2700b368a6262200159a63525b6e648334bd095e
size 5408781

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: kernelshark
version: 2.2.1
mtime: 1674297733
commit: 99225c059b45c0098e5f47bb3346267379986991
version: 2.4.0
mtime: 1743700665
commit: 60ac62e57bd4bbdb7d206d30ea0280d041287792

View File

@@ -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