Update to version 1.8.0; Fixes RHBZ#2247675

epel9
Fabio Valentini 1 year ago
parent eaeb584208
commit 738f03c4ee
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/bitstream-io-1.5.0.crate
/bitstream-io-1.6.0.crate
/bitstream-io-1.7.0.crate
/bitstream-io-1.8.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate bitstream-io
Name: rust-bitstream-io
Version: 1.7.0
Version: 1.8.0
Release: %autorelease
Summary: Library for reading/writing un-aligned values from/to streams
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/bitstream-io
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Library for reading/writing un-aligned values from/to streams in big-
@ -50,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,4 @@
[package]
summary = "Library for reading/writing un-aligned values from/to streams"

@ -1 +1 @@
SHA512 (bitstream-io-1.7.0.crate) = a5f78549951474b08fddaba2c245838868993ebf32c5f821406e399297ff0ed88804bce6fb1c269ecb73b209718f47d12066f718ff7393f68ce1217d54e89d1a
SHA512 (bitstream-io-1.8.0.crate) = 505b35b5f01f251614ea2f9abd742e2f2aaa8851e4c3b4954d87a7fbc0bed768a7c562718173b802dc4556b699a81953c481485bff218a13a605803b117e65e7

Loading…
Cancel
Save