------------------------------------------------------------------- Mon Aug 4 22:48:42 UTC 2025 - Eyad Issa - 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 - export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes minimum version warnings ------------------------------------------------------------------- Thu Nov 7 11:35:08 UTC 2024 - Daniel Wagner - 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 - Update to latest upstream version (2.2.1) * Fix Capture if directory contains space * Fix segfault in libkshark-tepdata ------------------------------------------------------------------- Tue Feb 7 16:14:45 UTC 2023 - Daniel Wagner - Update to latest upstream version (2.2.0) - Drop 0001-kernel-shark-Build-missed_event-as-GUI-plugin.patch ------------------------------------------------------------------- Wed Aug 17 12:09:55 UTC 2022 - Daniel Wagner - Update to latest upstream version (2.1.1) - Drop 0001-trace-cmd-fix-multiple-definition-compiler-errors.patch - Drop cmake-link-glut-libraries.patch - Drop makefile-bash.patch - Drop makefile-lib64.patch - Drop kernelshark-make-fontheight.patch - Add 0001-kernel-shark-Build-missed_event-as-GUI-plugin.patch ------------------------------------------------------------------- Thu Jan 20 19:25:56 UTC 2022 - Dario Faggioli - Update to latest upstream version (1.3) - Fix the build - Add cmake-link-glut-libraries.patch - (Build) Depend from libtracefs and libtraceevent packages - spec file adjustments - %setup --> %autosetup - Drop kernelshark-rpmlintrc ------------------------------------------------------------------- Sat Nov 14 03:02:27 UTC 2020 - Dario Faggioli - Update to version 1.2 ------------------------------------------------------------------- Sat Nov 14 02:45:57 UTC 2020 - Dario Faggioli - Filter version so that we have, e.g., "1.0" rather than "v1.0" ------------------------------------------------------------------- Tue Oct 6 21:14:08 UTC 2020 - Dario Faggioli - Switch obs_scm and set_version services to "disabled" * To enable the build on platform where set_version is not available * Disabled services are now run manually and the resulting files (kernelshark-v1.0.obscpio and kernelshark.obsinfo) are added to the repository * Running set_version has also fixed "Version:" in the spec file ------------------------------------------------------------------- Tue Sep 29 09:32:56 UTC 2020 - Dario Faggioli - Fix the build on (Tumbleweed) i586 * In makefile-lib64.patch, using FIND_LIBRARY_USE_LIB64_PATHS results in CMake still putting the libraries in lib64 * Switch to checking CMAKE_SIZEOF_VOID_P instead, works (and is similar to what we do in trace-cmd's Makefile, where we check LONG_BIT == 64) ------------------------------------------------------------------- Thu Sep 24 20:05:21 UTC 2020 - Dario Faggioli - Add a 0001-trace-cmd-fix-multiple-definition-compiler-errors.patch * Backport of a fix for letting trace-cmd compile with gcc 10 - Add kernelshark-make-fontheight.patch * Backport of a fix for letting kernelshark compile with gcc 10 - Parallel build does not work for the `gui` target (build of kernelshark starts when trace-cmd hasn't finished building yet). Call the `trace-cmd` target before, explicitly, as a workaround ------------------------------------------------------------------- Fri Aug 23 15:13:30 UTC 2019 - Mel Gorman - Replace source tarball with _service file ------------------------------------------------------------------- Tue Aug 20 13:38:03 UTC 2019 - Mel Gorman - Avoid use of deprecated rpm macros - Do not spawn unnecessary subshell for ldconfig - Clean spec file with spec-cleaner ------------------------------------------------------------------- Thu Aug 8 21:50:38 UTC 2019 - Mel Gorman - Initial version 1.0.0 - Added makefile-bash.patch - Installs bash completion to correct location - Subsequently deletes file from package as it is supplied by trace-cmd - Added makefile-lib64.patch - Installs libraries to lib64 on 64-bit builds - Added kernelshark-rpmlintrc - Suggestion to enable PIC fails to build plugins