diff --git a/SOURCES/bitstream-io-1.8.0.crate b/SOURCES/bitstream-io-1.8.0.crate new file mode 100644 index 0000000..8b3a21d Binary files /dev/null and b/SOURCES/bitstream-io-1.8.0.crate differ diff --git a/SPECS/rust-bitstream-io.spec b/SPECS/rust-bitstream-io.spec index f2b6d2b..1b073ea 100644 --- a/SPECS/rust-bitstream-io.spec +++ b/SPECS/rust-bitstream-io.spec @@ -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 - 1.7.0-1 +* Sun Nov 19 2023 Arkady L. Shane - 1.8.0-1 - Rebuilt for MSVSphere 9.2 +* Thu Nov 09 2023 Fabio Valentini - 1.8.0-1 +- Update to version 1.8.0; Fixes RHBZ#2247675 + +* Fri Jul 21 2023 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jul 05 2023 Fabio Valentini - 1.7.0-1 - Update to version 1.7.0; Fixes RHBZ#2219889