import rust-bitstream-io-1.8.0-1.el9

i9ce changed/i9ce/rust-bitstream-io-1.8.0-1.el9
Arkady L. Shane 1 year ago
parent f79a1b10cb
commit 1ea9bcd78b
Signed by: tigro
GPG Key ID: 8D1597B4AD3AFAA0

Binary file not shown.

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bitstream-io %global crate bitstream-io
Name: rust-bitstream-io Name: rust-bitstream-io
Version: 1.7.0 Version: 1.8.0
Release: %autorelease Release: %autorelease
Summary: Library for reading/writing un-aligned values from/to streams 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 URL: https://crates.io/crates/bitstream-io
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Library for reading/writing un-aligned values from/to streams in big- 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 %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -78,9 +78,15 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %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 - 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 * Wed Jul 05 2023 Fabio Valentini <decathorpe@gmail.com> - 1.7.0-1
- Update to version 1.7.0; Fixes RHBZ#2219889 - Update to version 1.7.0; Fixes RHBZ#2219889

Loading…
Cancel
Save