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

babeltrace2-2.1.0-1.1 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: babeltrace2 Distribution: openSUSE Tumbleweed
Version: 2.1.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Jan 30 11:42:35 2025
Group: Unspecified Build host: reproducible
Size: 3813094 Source RPM: babeltrace2-2.1.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://babeltrace.org/
Summary: Common Trace Format Babel Tower
This project provides trace read and write libraries, as well as a
trace converter. A plugin can be created for any trace format to
allow its conversion to/from another trace format.

The main format expected to be converted to/from is the
Common Trace Format (CTF).

Provides

Requires

License

GPL-2.0-only AND MIT

Changelog

* Thu Jan 30 2025 Ana Guerrero <ana.guerrero@suse.com>
  - Update to 2.1.0
    Changelog changed to a verbose format, see ChangeLog file or
    https://babeltrace.org/docs/release-notes/babeltrace-2.1.0-release-notes.html
* Wed Jan 22 2025 Ana Guerrero <ana.guerrero@suse.com>
  - Update to 2.0.6:
    * bt2: disable some warnings for `native_bt.c`
    * bt2: compile `native_bt.c` with `-Wno-undef`
    * Fix: src.ctf.lttng-live: expect NEW_STREAM/METADATA for inactive streams
    * Fix: `babeltrace2 convert`: don't consider the `--plugin-path` opt.
    * include/babeltrace2/plugin/plugin-dev.h: "define" -> "definition
    * Fix: doc: escape double quote in bt_p alias
    * Fix: bt2: pass _TraceClassConst to destruction listeners
    * fix: 'load_module()' deprecated in Python 3.12
    * tests: retry os.rename on PermissionError failure in lttng_live_server.py
    * doc: fix uptream -> upstream typos
    * fix: test_message_iterator.py hangs on Python 3.12
    * plugin-dev: mark symbols meant to be public with __attribute__((visibility("default")))
    * Silence -Wunused-but-set-variable error with clang
    * Fix: Windows DLL path lookup with Python >= 3.8
    * doc/man: make default values of boolean init. params. clearer
    * RFC: docs: fix: Match stated automake requirement
    * fix: make flake8 6.x happy
    * fix: running black on python 3.11
    * bt_query_executor_create_with_method_data(): fix docs note
    * Fix: ctf-writer: null dereference in bt_ctf_trace_common_add_stream_class
    * Update working version to Babeltrace v2.0.6
* Thu Aug 03 2023 Matthias Eliasson <elimat@opensuse.org>
  - Update to 2.0.5:
    * bt2: honor build system compiler/linker preferences
    * Fix: clear_string_field(): set first character to 0
    * Fix: src.ctf.fs: Not resolving event common ctx
    * debug-info: fix -Wenum-int-mismatch problem in copy_field_class_content_internal
    * fix: pass exec-prefix to python bindings install
    * fix: document proper Bison version requirement
    * cli: use return value of g_string_free
    * babeltrace2-query(1): erroneous parameter used in example
    * Fix: tests: print real values in a fixed format
    * Fix: bt2: autodisc: remove thread error while inserting status in map
    * tests: src.ctf.fs: add test for metadata with invalid syntax
    * tests: shorten names of session-rotation trace
    * bt2: ignore -Wredundant-decls warning
    * ctf: fix -Wformat-overflow error in ctf-meta-resolve.cpp
    * ctf-writer: fix -Wformat-overflow errors in resolve.c
    * Fix: src.text.details: use write_uint_prop_value to handle unsigned values in write_int_range
    * Add dev-requirements.txt for pip
    * Fix: src.ctf.lttng-live: consider empty metadata packet as retry
    * Fix: ctf: wrongfully requiring CTF metadata signature for every section
    * Fix: src.ctf.lttng-live: session closed before any metadata is received
    * fix: obsolete warnings with autoconf >= 2.71
    * fix: explicitly disable '-Wsuggest-attribute=format'
    * fix: set stable branch in gitreview config
    * Fix: ctf-writer: list of reserved keywords
    * compiler warning cleanup: is_signed_type: compare -1 to 1
    * Update working version to Babeltrace 2.0.5
* Sun Apr 18 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to 2.0.4:
    * Fix: macro name for "get supported mip versions method"
      attribute descriptor
    * Fix: disable deprecation warnings for SWIG generated code
    * Fix: sink.ctf.fs: fix logic of make_unique_stream_file_name
    * Fix: sink.ctf.fs: remove spurious directory level when using assume-single-trace
    * Fix: bt2: _trim_docstring(): docstring can have 0 or 1 line
    * Fix: `ctf` plugin: use element FC's alignment as array/seq. FC alignment
    * Fix: source.ctf.lttng-live: muxing failure on clear (unit conversion)
    * Fix: src.ctf.lttng-live: incomplete metadata packet is an error
    * Fix: source.ctf.lttng-live: muxing failure on clear
    * Fix: source.ctf.fs: 0-length packet index length causes SIGFPE
* Mon Aug 31 2020 Andreas Schwab <schwab@suse.de>
  - Add riscv64 to ExclusiveArch
* Tue Aug 18 2020 Dirk Mueller <dmueller@suse.com>
  - update to 2.0.3:
    * Fix: lib: use appropriate format specifier to print message iterator class
    * Fix: sink.text.pretty: check that port is connected before creating message iterator
    * Add initial Python bindings documentation
    * Fix: bt2: read properties on _DiscardedEventsMessage
    * tests: add tests for discarded events/packets creation
    * Fix: bt2: add precond. check, for stream class supporting discarded msgs with clock snapshot without clock class
    * Fix: flt-utils.muxer: reference leak in muxer_msg_iter_add_upstream_msg_iter error path
    * Fix: sink.text.details: goto error when failing to add input port
    * Fix: src.text.dmesg: add missing assignment of `status` on error path
    * Revert "bt2: _EventConst.__getitem__(): use a single temporary variable"
    * Fix: src.ctf.fs: initialize the other_entry variable
    * bt2: _EventConst.__getitem__(): use a single temporary variable
    * Fix: _EventConst.__getitem__(): check if event has a packet
    * doc: bt_field_class...get_mapping_labels...(): clarify RV's validity
    * doc/api/libbabeltrace2/style.css: make font weight of `.intertd` normal
    * common: cast arguments to character classification functions to unsigned char
    * flt.utils.muxer: initialize variable to silence -Wmaybe-uninitialized warning
    * Fix: configure.ac: silently accepting invalid Python configuration
    * Cleanup: configure.ac: remove redundant `AC_ARG_ENABLE` parameters
    * Fix: plugin-dev.h: Disable address sanitizer on pointer array section variables
    * Fix: cli: use BT_CLI_LOGE_APPEND_CAUSE instead of printf to print errors
    * tests: improve flt.utils.trimmer/test_trimming to test streams without packets
    * Fix: flt-utils.trimmer: accept streams without packet support
    * Fix: lib: don't assume that streams have packets in auto seek
    * Fix: correct typo in README
* Wed Feb 26 2020 Alexei Sorokin <sor.alexei@meowr.ru>
  - Initial package.

Files

/usr/bin/babeltrace2
/usr/lib/babeltrace2
/usr/lib/babeltrace2/plugins
/usr/lib/babeltrace2/plugins/babeltrace-plugin-ctf.so
/usr/lib/babeltrace2/plugins/babeltrace-plugin-lttng-utils.so
/usr/lib/babeltrace2/plugins/babeltrace-plugin-text.so
/usr/lib/babeltrace2/plugins/babeltrace-plugin-utils.so
/usr/lib/libbabeltrace2-ctf-writer.so.0
/usr/lib/libbabeltrace2-ctf-writer.so.0.0.0
/usr/lib/libbabeltrace2.so.0
/usr/lib/libbabeltrace2.so.0.0.0
/usr/share/doc/packages/babeltrace2
/usr/share/doc/packages/babeltrace2/CONTRIBUTING.adoc
/usr/share/doc/packages/babeltrace2/ChangeLog
/usr/share/doc/packages/babeltrace2/README.adoc
/usr/share/licenses/babeltrace2
/usr/share/licenses/babeltrace2/Autoconf-exception-2.0.txt
/usr/share/licenses/babeltrace2/BSD-2-Clause.txt
/usr/share/licenses/babeltrace2/BSD-4-Clause.txt
/usr/share/licenses/babeltrace2/BSL-1.0.txt
/usr/share/licenses/babeltrace2/CC-BY-SA-4.0.txt
/usr/share/licenses/babeltrace2/CC0-1.0.txt
/usr/share/licenses/babeltrace2/FSFAP.txt
/usr/share/licenses/babeltrace2/FSFULLR.txt
/usr/share/licenses/babeltrace2/GPL-2.0-only.txt
/usr/share/licenses/babeltrace2/GPL-2.0-or-later.txt
/usr/share/licenses/babeltrace2/GPL-3.0-or-later.txt
/usr/share/licenses/babeltrace2/LGPL-2.1-only.txt
/usr/share/licenses/babeltrace2/LICENSE
/usr/share/licenses/babeltrace2/LicenseRef-Autoconf-exception-macro.txt
/usr/share/licenses/babeltrace2/MIT.txt
/usr/share/licenses/babeltrace2/PSF-2.0.txt
/usr/share/man/man1/babeltrace2-convert.1.gz
/usr/share/man/man1/babeltrace2-help.1.gz
/usr/share/man/man1/babeltrace2-list-plugins.1.gz
/usr/share/man/man1/babeltrace2-query.1.gz
/usr/share/man/man1/babeltrace2-run.1.gz
/usr/share/man/man1/babeltrace2.1.gz
/usr/share/man/man7/babeltrace2-filter.lttng-utils.debug-info.7.gz
/usr/share/man/man7/babeltrace2-filter.utils.muxer.7.gz
/usr/share/man/man7/babeltrace2-filter.utils.trimmer.7.gz
/usr/share/man/man7/babeltrace2-intro.7.gz
/usr/share/man/man7/babeltrace2-plugin-ctf.7.gz
/usr/share/man/man7/babeltrace2-plugin-lttng-utils.7.gz
/usr/share/man/man7/babeltrace2-plugin-text.7.gz
/usr/share/man/man7/babeltrace2-plugin-utils.7.gz
/usr/share/man/man7/babeltrace2-query-babeltrace.support-info.7.gz
/usr/share/man/man7/babeltrace2-query-babeltrace.trace-infos.7.gz
/usr/share/man/man7/babeltrace2-sink.ctf.fs.7.gz
/usr/share/man/man7/babeltrace2-sink.text.details.7.gz
/usr/share/man/man7/babeltrace2-sink.text.pretty.7.gz
/usr/share/man/man7/babeltrace2-sink.utils.counter.7.gz
/usr/share/man/man7/babeltrace2-sink.utils.dummy.7.gz
/usr/share/man/man7/babeltrace2-source.ctf.fs.7.gz
/usr/share/man/man7/babeltrace2-source.ctf.lttng-live.7.gz
/usr/share/man/man7/babeltrace2-source.text.dmesg.7.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Feb 1 23:51:40 2025