|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.0)
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
@ -7,14 +8,14 @@
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate crossbeam
|
|
|
|
|
|
|
|
|
|
Name: rust-crossbeam
|
|
|
|
|
Version: 0.8.2
|
|
|
|
|
Version: 0.8.3
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Tools for concurrent programming
|
|
|
|
|
|
|
|
|
@ -22,9 +23,7 @@ License: MIT OR Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/crossbeam
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Tools for concurrent programming.}
|
|
|
|
@ -144,7 +143,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
|
|
|
|
@ -162,10 +161,22 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 13 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.8.2-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
* Sat Jan 13 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.8.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-1
|
|
|
|
|
- Update to version 0.8.3; Fixes RHBZ#2255738
|
|
|
|
|
|
|
|
|
|
* Sat Oct 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.2-4
|
|
|
|
|
- Regenerate with rust2rpm v25
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 27 2022 Fabio Valentini <decathorpe@gmail.com> 0.8.2-1
|
|
|
|
|
* Wed Jul 27 2022 Fabio Valentini <decathorpe@gmail.com> - 0.8.2-1
|
|
|
|
|
- Update to version 0.8.2; Fixes RHBZ#2110070
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
|
|
|
|
|