Update to 0.8.5

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 121e177a74
commit a1108adbb8
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/bitstream-io-0.8.2.crate
/bitstream-io-0.8.3.crate
/bitstream-io-0.8.4.crate
/bitstream-io-0.8.5.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate bitstream-io
Name: rust-%{crate}
Version: 0.8.4
Release: 2%{?dist}
Version: 0.8.5
Release: 1%{?dist}
Summary: Library for reading/writing un-aligned values from/to streams
# Upstream license specification: MIT/Apache-2.0
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%doc README.md
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 17 16:49:12 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.5-1
- Update to 0.8.5
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (bitstream-io-0.8.4.crate) = 398d059b1ea521134cdb71ae2202800780a5cad9737d0e539db0f425228d2d21b759cb3bd6ae65bbd4eb497513b82561ba98af01da691dabb2a2612730f0bd33
SHA512 (bitstream-io-0.8.5.crate) = 79d87a9b3780e6bf38000d435a2fe7579ce88bbbf50cc2fe4b3eaeb1b7812813216682adf968de369fa6f749f75958a47e6232d3a5154cdd2c8bbc69a616e3ca

Loading…
Cancel
Save