Update to version 0.12.2; Fixes RHBZ#2277251

epel10
Fabio Valentini 9 months ago
parent a617b90311
commit d51dadb70b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot
Name: rust-parking_lot
Version: 0.12.1
Version: 0.12.2
Release: %autorelease
Summary: More compact and efficient implementations of the standard synchronization primitives
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/parking_lot
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
More compact and efficient implementations of the standard
@ -134,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.2.crate) = 42794b06d410771d1ffdfdd4a9cab136cfb80cf95385876a580fc45739fa41f0769adfbf16be54a9a931632e02d2464278c5395092a1d6107703875e9ad112b2

Loading…
Cancel
Save