Update to version 1.7.0; Fixes RHBZ#2219889

epel9
Fabio Valentini 2 years ago
parent 7996e98c42
commit 7e0354a681
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/bitstream-io-1.3.0.crate
/bitstream-io-1.5.0.crate
/bitstream-io-1.6.0.crate
/bitstream-io-1.7.0.crate

@ -1,3 +0,0 @@
# rust-bitstream-io
The rust-bitstream-io package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate bitstream-io
Name: rust-bitstream-io
Version: 1.6.0
Version: 1.7.0
Release: %autorelease
Summary: Library for reading/writing un-aligned values from/to streams
@ -17,8 +17,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Library for reading/writing un-aligned values from/to streams in big-endian and
little-endian formats.}
Library for reading/writing un-aligned values from/to streams in big-
endian and little-endian formats.}
%description %{_description}

@ -1 +1 @@
SHA512 (bitstream-io-1.6.0.crate) = 7b530eb34351f822b6b114d55d33bd9f5ae618d56e336ef84e78f991aa07e901918895e1815a7049460f5167dbd9b73104450715b2c2a18d73b509e71813827c
SHA512 (bitstream-io-1.7.0.crate) = a5f78549951474b08fddaba2c245838868993ebf32c5f821406e399297ff0ed88804bce6fb1c269ecb73b209718f47d12066f718ff7393f68ce1217d54e89d1a

Loading…
Cancel
Save