Update to version 0.3.5; Fixes RHBZ#2037928

epel10
Rémi Lauzier 3 years ago
parent 59088c2c91
commit ca29597a62
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -1 +1,2 @@
/bitreader-0.3.4.crate
/bitreader-0.3.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate bitreader
Name: rust-%{crate}
Version: 0.3.4
Version: 0.3.5
Release: %autorelease
Summary: BitReader helps reading individual bits from a slice of bytes
@ -15,9 +15,6 @@ URL: https://crates.io/crates/bitreader
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -34,11 +31,11 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -48,8 +45,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -60,8 +57,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (bitreader-0.3.4.crate) = 22c0d03067d46464b1ca69e95be83893d1992ef54bc0ea1167a3972ba8abdc57f489386ca4bfbc5671b0e4fc181dec61c2595443323b8ad5ff4334128622245c
SHA512 (bitreader-0.3.5.crate) = a336cc5929d1449c09eed66be0c959be0301e1e9f929817df57e0a42d09ae73f393b32ab6ab43bb532db0e6bd7f9d4fb2f5c01854ae042a1b3c30dcee979f2ab

Loading…
Cancel
Save