Package Release Info

kernelshark-2.2.1-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kernelshark
kernelshark-devel

Change Logs

* Wed Sep 13 2023 Andrea Manzini <andrea.manzini@suse.com>
- Update to latest upstream version (2.2.1)
  * Fix Capture if directory contains space
  * Fix segfault in libkshark-tepdata
* Tue Feb 07 2023 Daniel Wagner <daniel.wagner@suse.com>
- Update to latest upstream version (2.2.0)
  - Drop 0001-kernel-shark-Build-missed_event-as-GUI-plugin.patch
* Wed Aug 17 2022 Daniel Wagner <daniel.wagner@suse.com>
- 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 2022 Dario Faggioli <dfaggioli@suse.com>
- 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 2020 Dario Faggioli <dfaggioli@suse.com>
- Update to version 1.2
* Sat Nov 14 2020 Dario Faggioli <dfaggioli@suse.com>
- Filter version so that we have, e.g., "1.0" rather than "v1.0"
* Tue Oct 06 2020 Dario Faggioli <dfaggioli@suse.com>
- 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 2020 Dario Faggioli <dfaggioli@suse.com>
- 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 2020 Dario Faggioli <dfaggioli@suse.com>
- 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 2019 Mel Gorman <mgorman@suse.de>
- Replace source tarball with _service file