From a5b691c881db37a73f6a3a699666f2241bf5a9e5 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 21 Jan 2025 22:46:55 +0300 Subject: [PATCH] import rust-fixedbitset-0.5.7-1.el10 --- .gitignore | 2 +- .rust-fixedbitset.metadata | 2 +- SPECS/rust-fixedbitset.spec | 23 ++++++++++++++--------- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 5a61169..87fa97b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/fixedbitset-0.4.2.crate +SOURCES/fixedbitset-0.5.7.crate diff --git a/.rust-fixedbitset.metadata b/.rust-fixedbitset.metadata index 6c6da1e..f58b4e4 100644 --- a/.rust-fixedbitset.metadata +++ b/.rust-fixedbitset.metadata @@ -1 +1 @@ -80b8666c9e8f1671fc9261aee7a276a3e4e54b20 SOURCES/fixedbitset-0.4.2.crate +f021085c48ec04bfb5fa70840270aad415381090 SOURCES/fixedbitset-0.5.7.crate diff --git a/SPECS/rust-fixedbitset.spec b/SPECS/rust-fixedbitset.spec index fa8200f..79cc038 100644 --- a/SPECS/rust-fixedbitset.spec +++ b/SPECS/rust-fixedbitset.spec @@ -1,30 +1,29 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.2) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 7; + release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate fixedbitset Name: rust-fixedbitset -Version: 0.4.2 +Version: 0.5.7 Release: %autorelease Summary: Simple bitset collection -# Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/fixedbitset Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: FixedBitSet is a simple bitset collection.} @@ -83,7 +82,7 @@ use the "std" 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 @@ -101,10 +100,16 @@ use the "std" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Mon Jan 20 2025 Benjamin A. Beasley - 0.5.7-1 +- Update to version 0.5.7; Fixes RHBZ#2266178 + +* Sun Jan 19 2025 Fedora Release Engineering - 0.4.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.4.2-7 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Fri Jul 19 2024 Fedora Release Engineering - 0.4.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild