Update to version 1.6.0; Fixes RHBZ#2157190

epel9 imports/e9/rust-arc-swap-1.6.0-1.el9
Fabio Valentini 2 years ago
parent 4c36803c08
commit 0d52e3544a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/arc-swap-1.3.0.crate
/arc-swap-1.5.0.crate
/arc-swap-1.5.1.crate
/arc-swap-1.6.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
# * missing dev-dependency: adaptive-barrier
%bcond_with check
%global debug_package %{nil}
@ -6,17 +6,14 @@
%global crate arc-swap
Name: rust-arc-swap
Version: 1.5.1
Version: 1.6.0
Release: %autorelease
Summary: Atomically swappable Arc
# Upstream license specification: Apache-2.0/MIT
License: Apache-2.0 OR MIT
License: MIT OR Apache-2.0
URL: https://crates.io/crates/arc-swap
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (arc-swap-1.5.1.crate) = 8636149e92c068d5ff5352a19c9973e7bf2aba68b9363c783178903a8665f6edabbd30c25ad7992646635efe5830d67c958f8d41b44a4ed1fe5698628b41c074
SHA512 (arc-swap-1.6.0.crate) = 5e09cef9fa12d1204db24f3397158a3f45d12dd0fa61eadd691bba120a43fdaa916ab09997e7a63d61a3fb7dada4e3266181f4ef413850c4bc5e59d2c6c5b9df

Loading…
Cancel
Save