Update to version 1.6.0; Fixes RHBZ#2143721

epel9
Fabio Valentini 2 years ago
parent 404a308196
commit 2fa67113e8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/bitstream-io-1.2.0.crate
/bitstream-io-1.3.0.crate
/bitstream-io-1.5.0.crate
/bitstream-io-1.6.0.crate

@ -1,21 +1,19 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate bitstream-io
Name: rust-%{crate}
Version: 1.5.0
Name: rust-bitstream-io
Version: 1.6.0
Release: %autorelease
Summary: Library for reading/writing un-aligned values from/to streams
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/bitstream-io
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (bitstream-io-1.5.0.crate) = 53125e3006b74cb0b8952dd4badf80786cd5459fb835aaa998c876335c8587e8dadcb86ebe3efac58683e735d94cf831ed2c3d925f216fd103f2363faccc10eb
SHA512 (bitstream-io-1.6.0.crate) = 7b530eb34351f822b6b114d55d33bd9f5ae618d56e336ef84e78f991aa07e901918895e1815a7049460f5167dbd9b73104450715b2c2a18d73b509e71813827c

Loading…
Cancel
Save