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

rust-rbspy-devel-0.17.0-2.fc37 RPM for noarch

From Fedora 37 updates for x86_64 / Packages / r

Name: rust-rbspy-devel Distribution: Fedora Project
Version: 0.17.0 Vendor: Fedora Project
Release: 2.fc37 Build date: Sat Jul 15 22:47:33 2023
Group: Unspecified Build host: buildvm-x86-27.iad2.fedoraproject.org
Size: 344123 Source RPM: rust-rbspy-0.17.0-2.fc37.src.rpm
Packager: Fedora Project
Url: https://crates.io/crates/rbspy
Summary: Sampling CPU profiler for Ruby
Sampling CPU profiler for Ruby.

This package contains library source intended for building other packages which
use the "rbspy" crate.

Provides

Requires

License

MIT

Changelog

* Sat Jul 15 2023 Fabio Valentini <decathorpe@gmail.com> - 0.17.0-2
  - Adapt to changes in clap exposed by inferno 0.11.15 update
* Thu May 18 2023 Davide Cavalca <dcavalca@fedoraproject.org> - 0.17.0-1
  - Update to 0.17.0; Fixes: RHBZ#2139409
* Sat Feb 04 2023 Fabio Valentini <decathorpe@gmail.com> - 0.12.1-3
  - Rebuild for fixed frame pointer compiler flags in Rust RPM macros
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 29 2022 Fabio Valentini <decathorpe@gmail.com> - 0.12.1-1
  - Update to version 0.12.1; Fixes RHBZ#2058869
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Nov 18 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.8.1-3
  - Build for EPEL8 and fix tests
* Thu Nov 18 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.8.1-2
  - Gate out tests on s390x for now
* Thu Nov 18 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.8.1-1
  - Initial import; Fixes: RHBZ#2023856

Files

/usr/share/cargo/registry/rbspy-0.17.0
/usr/share/cargo/registry/rbspy-0.17.0/.cargo-checksum.json
/usr/share/cargo/registry/rbspy-0.17.0/ARCHITECTURE.md
/usr/share/cargo/registry/rbspy-0.17.0/CODE_OF_CONDUCT.md
/usr/share/cargo/registry/rbspy-0.17.0/CONTRIBUTORS.md
/usr/share/cargo/registry/rbspy-0.17.0/Cargo.toml
/usr/share/cargo/registry/rbspy-0.17.0/LICENSE.dependencies
/usr/share/cargo/registry/rbspy-0.17.0/License.md
/usr/share/cargo/registry/rbspy-0.17.0/NEW_RUBY_VERSION_CHECKLIST.md
/usr/share/cargo/registry/rbspy-0.17.0/README.md
/usr/share/cargo/registry/rbspy-0.17.0/RELEASE_CHECKLIST.md
/usr/share/cargo/registry/rbspy-0.17.0/examples
/usr/share/cargo/registry/rbspy-0.17.0/examples/include
/usr/share/cargo/registry/rbspy-0.17.0/examples/include/mod.rs
/usr/share/cargo/registry/rbspy-0.17.0/examples/record.rs
/usr/share/cargo/registry/rbspy-0.17.0/examples/report.rs
/usr/share/cargo/registry/rbspy-0.17.0/examples/snapshot.rs
/usr/share/cargo/registry/rbspy-0.17.0/logo
/usr/share/cargo/registry/rbspy-0.17.0/logo/rbspy.png
/usr/share/cargo/registry/rbspy-0.17.0/src
/usr/share/cargo/registry/rbspy-0.17.0/src/core
/usr/share/cargo/registry/rbspy-0.17.0/src/core/address_finder.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/core/initialize.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/core/mod.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/core/process.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/core/ruby_spy.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/core/ruby_version.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/core/types.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/lib.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/main.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/recorder
/usr/share/cargo/registry/rbspy-0.17.0/src/recorder/mod.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/recorder/record.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/recorder/snapshot.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/sampler
/usr/share/cargo/registry/rbspy-0.17.0/src/sampler/mod.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/storage
/usr/share/cargo/registry/rbspy-0.17.0/src/storage/mod.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/storage/v0.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/storage/v1.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/storage/v2.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/ui
/usr/share/cargo/registry/rbspy-0.17.0/src/ui/callgrind.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/ui/flamegraph.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/ui/mod.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/ui/output.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/ui/perftools.profiles.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/ui/pprof.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/ui/speedscope.rs
/usr/share/cargo/registry/rbspy-0.17.0/src/ui/summary.rs


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 18:23:28 2024