Compare commits

...

5 Commits

Author SHA1 Message Date
Fedora Release Engineering 2a7929b692 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
blinxen 4a1b635516 Update to version 1.7.1; Fixes RHBZ#2271179
10 months ago
Fabio Valentini f557e0678b
Update to version 1.7.0; Fixes RHBZ#2267546
11 months ago
Fedora Release Engineering b323f9f117 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering e59035de70 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -17,3 +17,5 @@
/arc-swap-1.5.0.crate
/arc-swap-1.5.1.crate
/arc-swap-1.6.0.crate
/arc-swap-1.7.0.crate
/arc-swap-1.7.1.crate

@ -1,3 +0,0 @@
# rust-arc-swap
The rust-arc-swap package

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 26
# * missing dev-dependency: adaptive-barrier
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate arc-swap
Name: rust-arc-swap
Version: 1.6.0
Version: 1.7.1
Release: %autorelease
Summary: Atomically swappable Arc
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/arc-swap
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Atomically swappable Arc.}
@ -62,6 +62,18 @@ use the "experimental-strategies" feature of the "%{crate}" crate.
%files -n %{name}+experimental-strategies-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+experimental-thread-local-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+experimental-thread-local-devel %{_description}
This package contains library source intended for building other packages which
use the "experimental-thread-local" feature of the "%{crate}" crate.
%files -n %{name}+experimental-thread-local-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+internal-test-strategies-devel
Summary: %{summary}
BuildArch: noarch
@ -99,7 +111,7 @@ use the "weak" 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

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["missing dev-dependency: adaptive-barrier"]

@ -1 +1 @@
SHA512 (arc-swap-1.6.0.crate) = 5e09cef9fa12d1204db24f3397158a3f45d12dd0fa61eadd691bba120a43fdaa916ab09997e7a63d61a3fb7dada4e3266181f4ef413850c4bc5e59d2c6c5b9df
SHA512 (arc-swap-1.7.1.crate) = 070fa8dd17b380b6d7d72f6f45c84e591de9a9770b9662351e7a41af03798bf5e34d185a5fcb948f4d8ac5e210a33acd465c39eff6097662c2442b34ee3dbdff

Loading…
Cancel
Save