Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

trace-cmd-python3-3.2-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: trace-cmd-python3 Distribution: openSUSE Tumbleweed
Version: 3.2 Vendor: openSUSE
Release: 1.1 Build date: Sun Jun 18 15:56:32 2023
Group: Development/Libraries/Python Build host: old-cirrus3
Size: 389261 Source RPM: trace-cmd-3.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git
Summary: Python plugin support for trace-cmd
Python plugin support for trace-cmd

Provides

Requires

License

GPL-2.0-only

Changelog

* Thu Jun 15 2023 Tony Jones <tonyj@suse.com>
  - Add explicit thread dependency for older versions of meson (i.e SLE-15-SP5)
    New patch: libtracecmd-add-explicit-meson-thread-dependency.patch
    New patch: tracecmd-add-explicit-meson-thread-dependency.patch
* Thu Jun 15 2023 Tony Jones <tonyj@suse.com>
  - Update to version 3.2
    * Add trace-attach.c to meson build
    * Add initial support for meson
    * Quiet valgrind from reporting forked children
    * Close handle after opening
    * Fix memory leaks of followers
    * Add Makefile target for memory test
    * Update the version to the development
    * Add new command "attach"
    * Add tracecmd_get_tsc2nsec() API
    * Unlock records in tracecmd_iterate_events()
    * Add "IP" to -N argument in help message
    * Remove redundant check of instance in allocate_instance()
    * Free buf_from in error path of tracecmd_compress_copy_from()
    * Update v7 trace.dat documentation to clarify the strings section
    * Do not destroy existing instances
    * Do not extract top level unless told to
    * Fix tracecmd_compress_copy_from() write size return
    * Document filter scope
    * Support global filters
    * Ensure filter is applied to single input file
    * Open code execvp routine to avoid multiple execve syscalls
  - Drop patches (upstream):
    * 0001-libtracecmd-Add-initial-support-for-meson.patch
    * 0002-trace-cmd-Add-initial-support-for-meson.patch
* Tue Feb 07 2023 Daniel Wagner <daniel.wagner@suse.com>
  - Update to latest upstream version (3.1.6)
    * Make sure 32 bit stat works on large files
    * Fix usage of temp file in trace-cmd stream
    * Do not block when stopping trace-cmd stream threads
    * Fix flushing issue with trace-cmd stream
    * Set default sleep of trace-cmd stream to 1/2 second
    * Remove calls to lseek64() and friends in lieu of defining _FILE_OFFSET_BITS=64
  - Sync meson build patch with latest upstream version
    * Documentation is build via extra build target
* Tue Dec 27 2022 Daniel Wagner <daniel.wagner@suse.com>
  - Update to latest upstream version (3.1.5)
    - Let subcommand "convert" automatically compress if possible
    - Fix calculation of pipe_size (which defaulted to just page size)
  - Build project with Meson
    * add 0001-libtracecmd-Add-initial-support-for-meson.patch
    * add 0002-trace-cmd-Add-initial-support-for-meson.patch
    * remove 0001-build-Only-consider-trace-cmd-documentation.patch
    * remove 0002-build-Obey-package-guidelines-for-bash-completions.patch
* Wed Aug 24 2022 Daniel Wagner <daniel.wagner@suse.com>
  - Update to latest upstream version (3.1.2)
    Splitted libtracecmd into a seperate project as it has
    a different release cycle and doesn't align with the
    trace-cmd frontend.
    - Drop 0001-libtracecmd-use-major-version-as-SONAME.patch
    - Drop 0002-trace-cmd-Remove-last-elements-of-local-libtracefs-a.patch
    - Add 0001-build-Only-consider-trace-cmd-documentation.patch
    - Rename makefile-bash.patch to 0002-build-Obey-package-guidelines-for-bash-completions.patch
* Tue Feb 22 2022 olaf@aepfle.de
  - Force correct pkgconfig_dir location to fix build
  - Force python3 during build
* Thu Jan 20 2022 Dario Faggioli <dfaggioli@suse.com>
  - New package, with python plugins
    - Add 0002-trace-cmd-Remove-last-elements-of-local-libtracefs-a.patch
* Thu Jan 20 2022 Dario Faggioli <dfaggioli@suse.com>
  - Update to latest upstream version (2.9.6)
    - Drop makefile-lib64.patch (not necessary any longer)
  - Depend on libtraceevent and libtracefs own package, instead
    of building (a copy of, at least potentially) them ourselves
  - Build libtracecmd (and -devel) as separate package
    - Add 0001-libtracecmd-use-major-version-as-SONAME.patch
    - Drop trace-cmd-rpmlintrc (no more lint errors)
  - Some spec file cleanup, e.g.:
    - %setup --> %autosetup
    - make --> %make_build
* Thu Sep 24 2020 Dario Faggioli <dfaggioli@suse.com>
  - Upgrade to version 2.9.1
    - Drop 0001-trace-cmd-fix-multiple-definition-compiler-errors.patch
    - Patch is upstream, no backport needed any longer
    - Update plugins location (trace-cmd --> traceevent)
    - No need to explicitly remove kernelshark and its docs
    - They're no longer build with trace-cmd
* Mon Jun 08 2020 Mel Gorman <mgorman@suse.de>
  - Add 0001-trace-cmd-fix-multiple-definition-compiler-errors.patch
    - Backport fix for a multiple definition error triggered by gcc 10
* Tue Aug 20 2019 Mel Gorman <mgorman@suse.com>
  - Clean spec file using spec-cleaner
* Thu Aug 08 2019 Mel Gorman <mgorman@suse.com>
  - Add makefile-bash.patch
    - Installs bash completes as per openSUSE packaging guidelines
  - Delete revert-trace-cmd-if-event-fork-exists-use-it-instead-of-ptrace.patch
    - Patch merged upstream
  - Delete trace-cmd-asciidoc-fix.patch
    - Patch merged upstream
* Wed Aug 07 2019 Mel Gorman <mgorman@suse.com>
  - Remove building of kernelshark package
    - Upstream has separate versioning now for trace-cmd and kernelshark
    - Version tags no longer correspond to the same source
  - Upgrade to version 2.8.3
    - Install headers dependencies to correct locations
    - SET SONAME on shared libraries
    - Python3 support
  - Upgrade to version 2.8.2
    - Fix a potential issue with buffer run due to non-terminating string
      returned by readlink()
  - Upgrade to version 2.8.1
    - Split out kernelshark in preparation for major rewrite.
    - Code refactoring related to the kernelshark split
    - Split out event handling into a separate library
    - Fix memory handling errors, NULL handling, use-after-free, leaks
  - Upgrade to version 2.7
    - Memory leak fixes
    - Multiple bug fixes on how splice() is handled to avoid data loss
    - Fix various build warnings
    - Documentation updates for missing options, clarifications on usage
    - Update bash competion handlers for sub-commands
  - Upgrade to version 2.6.2
    - Fix memory handling errors, NULL handling, use-after-free
    - Fix filter syntax for make_pid_filter
    - Documentation updates
    - Add bash competion handlers for sub-commands

Files

/usr/lib64/python3.11/site-packages/trace-cmd
/usr/lib64/python3.11/site-packages/trace-cmd/_ctracecmd.cpython-311-riscv64-linux-gnu.so
/usr/lib64/python3.11/site-packages/trace-cmd/ctracecmd.py
/usr/share/doc/packages/trace-cmd-python3
/usr/share/doc/packages/trace-cmd-python3/README.PythonPlugin


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:58:22 2024