Compare commits

...

7 Commits

Author SHA1 Message Date
Fedora Release Engineering 5c8028ca52 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 35eab3727f
Update to version 0.12.3; Fixes RHBZ#2283154
8 months ago
Fabio Valentini d51dadb70b
Update to version 0.12.2; Fixes RHBZ#2277251
9 months ago
Fedora Release Engineering a617b90311 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 352d83530c
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering 3b2a0bda80 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering de21d4eb64 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -10,3 +10,5 @@
/parking_lot-0.11.2.crate
/parking_lot-0.12.0.crate
/parking_lot-0.12.1.crate
/parking_lot-0.12.2.crate
/parking_lot-0.12.3.crate

@ -1,3 +0,0 @@
# rust-parking_lot
The rust-parking_lot package

@ -1,26 +1,23 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot
Name: rust-%{crate}
Version: 0.12.1
Name: rust-parking_lot
Version: 0.12.3
Release: %autorelease
Summary: Compact and efficient implementations of standard synchronization primitives
Summary: More compact and efficient implementations of the standard synchronization primitives
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/parking_lot
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
More compact and efficient implementations of the standard synchronization
primitives.}
More compact and efficient implementations of the standard
synchronization primitives.}
%description %{_description}
@ -137,7 +134,7 @@ use the "serde" 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 +1 @@
SHA512 (parking_lot-0.12.1.crate) = 07327d3b737a913508dffb66023766348ce7f9d555c224a099cabb05baefd16a28e15fec638e3a148a5169dbd980c4541b0f8820ae9d06dfe0704482838fbd5c
SHA512 (parking_lot-0.12.3.crate) = 368c17203fb5b9e4ecfd4857e3b1ab96b86da3770b8f21be392818c845952f72dde1072a10265760a62aa8a1dd65332bfd585667444e5fbb9dbe3280b5862703

Loading…
Cancel
Save