Compare commits

...

13 Commits

Author SHA1 Message Date
Fabio Valentini 66c951a2ad
Update to version 1.20.2; Fixes RHBZ#2316716
3 months ago
Fabio Valentini a68b71dc65
Update to version 1.20.1; Fixes RHBZ#2315558
4 months ago
Fabio Valentini c46cb6f2a0
Update to version 1.20.0; Fixes RHBZ#2312318
5 months ago
Fedora Release Engineering 89c3a10ac3 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering eaccd23f79 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Jan Staněk 8d434637b4
Update to version 1.19.0 (rhbz#2253436)
1 year ago
Fedora Release Engineering 2a4e96a44e Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 8a5b0f2cba
Update to version 1.18.0; Fixes RHBZ#2212161
2 years ago
Jan Staněk b7232aeac0
Update to version 1.17.2
2 years ago
Fabio Valentini 9fdc90e5bc
Update to version 1.17.1; Fixes RHBZ#2169769
2 years ago
Fabio Valentini cdfc264681
Update to version 1.17.0; Fixes RHBZ#2156952
2 years ago
Fedora Release Engineering abe558d409 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini fdd1522500
Update to version 1.16.0; Fixes RHBZ#2138517
2 years ago

9
.gitignore vendored

@ -26,3 +26,12 @@
/once_cell-1.13.1.crate
/once_cell-1.14.0.crate
/once_cell-1.15.0.crate
/once_cell-1.16.0.crate
/once_cell-1.17.0.crate
/once_cell-1.17.1.crate
/once_cell-1.17.2.crate
/once_cell-1.18.0.crate
/once_cell-1.19.0.crate
/once_cell-1.20.0.crate
/once_cell-1.20.1.crate
/once_cell-1.20.2.crate

@ -1,7 +0,0 @@
# rust-once_cell
Single assignment cells and lazy static values without macros.
- Upstream repository: https://github.com/matklad/once_cell
- Upstream documentation: https://docs.rs/once_cell/
- crates.io releases: https://crates.io/crates/once_cell

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate once_cell
Name: rust-once_cell
Version: 1.15.0
Version: 1.20.2
Release: %autorelease
Summary: Single assignment cells and lazy values
@ -13,9 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/once_cell
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Single assignment cells and lazy values.}
@ -62,6 +60,30 @@ use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+atomic-polyfill-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+atomic-polyfill-devel %{_description}
This package contains library source intended for building other packages which
use the "atomic-polyfill" feature of the "%{crate}" crate.
%files -n %{name}+atomic-polyfill-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+critical-section-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+critical-section-devel %{_description}
This package contains library source intended for building other packages which
use the "critical-section" feature of the "%{crate}" crate.
%files -n %{name}+critical-section-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+parking_lot-devel
Summary: %{summary}
BuildArch: noarch
@ -74,16 +96,16 @@ use the "parking_lot" feature of the "%{crate}" crate.
%files -n %{name}+parking_lot-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+parking_lot_core-devel
%package -n %{name}+portable-atomic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+parking_lot_core-devel %{_description}
%description -n %{name}+portable-atomic-devel %{_description}
This package contains library source intended for building other packages which
use the "parking_lot_core" feature of the "%{crate}" crate.
use the "portable-atomic" feature of the "%{crate}" crate.
%files -n %{name}+parking_lot_core-devel
%files -n %{name}+portable-atomic-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+race-devel
@ -123,7 +145,7 @@ use the "unstable" 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

@ -1,3 +0,0 @@
[DEFAULT]
unwanted-features =
atomic-polyfill

@ -1 +1 @@
SHA512 (once_cell-1.15.0.crate) = 934a7c3631e9ca4fa78d9577b6672ca0b2f926a8d6c3be9542b906c5968033446f98f76ae6f368a1a5b92ab9064c31a57d74ab6d2097108029a7ea951541ff7e
SHA512 (once_cell-1.20.2.crate) = bc6005bdab7a154c01e2203fb553a68695727475a9a882cf906d49c054ce886ad92cb491d380b6b9fe71a81b2fd690ce91c9a6cf8dfa8508470ac9acfc8a31c8

Loading…
Cancel
Save