Update to version 1.5.0; Fixes RHBZ#1996472

epel9
Fabio Valentini 3 years ago
parent 5fc6094f68
commit a2fa9c8ff0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/arc-swap-0.4.7.crate
/arc-swap-1.2.0.crate
/arc-swap-1.3.0.crate
/arc-swap-1.5.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
# * adaptive-barrier is not packaged yet
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate arc-swap
Name: rust-%{crate}
Version: 1.3.0
Version: 1.5.0
Release: %autorelease
Summary: Atomically swappable Arc
@ -77,6 +77,18 @@ which use "internal-test-strategies" feature of "%{crate}" crate.
%files -n %{name}+internal-test-strategies-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+weak-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (arc-swap-1.3.0.crate) = 750786c5e9044d92d6809a1b5b10dac4fe3408094f21cf87294e6716055e2f6ed42cb91d54af6803977099f63bec49a9524c9049e8425c77f5cf8703c252418d
SHA512 (arc-swap-1.5.0.crate) = b668a75b2ac77a9d2df3f29b70c8c22e5a961cd2478cd76b6d313e0e1ff809508887451b895f057d160860daa4b02cb74616ab8daa34d163ef3f42a009842031

Loading…
Cancel
Save