Bug 1783681 (rust-brotli-decompressor) - Review Request: rust-brotli-decompressor - Brotli decompressor that with an interface avoiding the rust stdlib
Summary: Review Request: rust-brotli-decompressor - Brotli decompressor that with an i...
Keywords:
Status: CLOSED RAWHIDE
Alias: rust-brotli-decompressor
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Robert-André Mauchin 🐧
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-12-14 16:50 UTC by Igor Raits
Modified: 2019-12-14 18:46 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-12-14 18:46:51 UTC
Type: ---
Embargoed:
eclipseo: fedora-review+


Attachments (Terms of Use)

Description Igor Raits 2019-12-14 16:50:52 UTC
Spec URL: https://ignatenkobrain.fedorapeople.org/for-review/rust-brotli-decompressor.spec
SRPM URL: https://ignatenkobrain.fedorapeople.org/for-review/rust-brotli-decompressor-2.3.0-1.fc32.src.rpm
Description:
Brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli.
Fedora Account System Username: ignatenkobrain

Comment 1 Robert-André Mauchin 🐧 2019-12-14 16:53:42 UTC
 - License ok
 - Latest version packaged
 - Builds in mock
 - No rpmlint errors
 - Conforms to Packaging Guidelines

Package approved.

Comment 2 Igor Raits 2019-12-14 17:02:33 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-brotli-decompressor


Note You need to log in before you can comment on or make changes to this bug.