Compare commits

..

2 Commits

Author SHA1 Message Date
Fabio Valentini 2fe768e8c0
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 360929b290
Rebuild
3 years ago

2
.gitignore vendored

@ -10,5 +10,3 @@
/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

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

@ -1,23 +1,26 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot
Name: rust-parking_lot
Version: 0.12.3
Name: rust-%{crate}
Version: 0.12.1
Release: %autorelease
Summary: More compact and efficient implementations of the standard synchronization primitives
Summary: Compact and efficient implementations of standard synchronization primitives
License: MIT OR Apache-2.0
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/parking_lot
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%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}
@ -134,7 +137,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (parking_lot-0.12.3.crate) = 368c17203fb5b9e4ecfd4857e3b1ab96b86da3770b8f21be392818c845952f72dde1072a10265760a62aa8a1dd65332bfd585667444e5fbb9dbe3280b5862703
SHA512 (parking_lot-0.12.1.crate) = 07327d3b737a913508dffb66023766348ce7f9d555c224a099cabb05baefd16a28e15fec638e3a148a5169dbd980c4541b0f8820ae9d06dfe0704482838fbd5c

Loading…
Cancel
Save