|
|
|
@ -8,14 +8,14 @@
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
@ -24,7 +24,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-
|
|
|
|
@ -60,7 +60,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
|
|
|
|
@ -78,9 +78,15 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 13 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.7.0-1
|
|
|
|
|
* Sun Nov 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.8.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Thu Nov 09 2023 Fabio Valentini <decathorpe@gmail.com> - 1.8.0-1
|
|
|
|
|
- Update to version 1.8.0; Fixes RHBZ#2247675
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 05 2023 Fabio Valentini <decathorpe@gmail.com> - 1.7.0-1
|
|
|
|
|
- Update to version 1.7.0; Fixes RHBZ#2219889
|
|
|
|
|
|
|
|
|
|