Update to 0.4.7

epel9
Josh Stone 5 years ago
parent e3a18bd2a3
commit 4c356fa0fd

1
.gitignore vendored

@ -11,3 +11,4 @@
/arc-swap-0.4.4.crate /arc-swap-0.4.4.crate
/arc-swap-0.4.5.crate /arc-swap-0.4.5.crate
/arc-swap-0.4.6.crate /arc-swap-0.4.6.crate
/arc-swap-0.4.7.crate

@ -6,7 +6,7 @@
%global crate arc-swap %global crate arc-swap
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.6 Version: 0.4.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Atomically swappable Arc Summary: Atomically swappable Arc
@ -53,16 +53,16 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unstable-weak-devel %package -n %{name}+weak-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+unstable-weak-devel %{_description} %description -n %{name}+weak-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages
which use "unstable-weak" feature of "%{crate}" crate. which use "weak" feature of "%{crate}" crate.
%files -n %{name}+unstable-weak-devel %files -n %{name}+weak-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
@ -84,6 +84,9 @@ which use "unstable-weak" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jun 10 2020 Josh Stone <jistone@redhat.com> - 0.4.7-1
- Update to 0.4.7
* Tue Apr 21 2020 Josh Stone <jistone@redhat.com> - 0.4.6-1 * Tue Apr 21 2020 Josh Stone <jistone@redhat.com> - 0.4.6-1
- Update to 0.4.6 - Update to 0.4.6

@ -1 +1 @@
SHA512 (arc-swap-0.4.6.crate) = bc26f55054c4bd0a5d49a1ab3c00d84c6309604824b16b36d5323f5db06e0797ed0f1ad6fa4774472338e82a8d2f8c16d782b7ca32cf4ec6f38324998d772cbf SHA512 (arc-swap-0.4.7.crate) = 7d3f8ebaf16353b1534770ccf2424d4efc0a5c96e19fb15c167e6dc15586abe5a992105a4b534f3bc245478a6159c0e099d6f6c2e260d4f53b861b6d317e3a92

Loading…
Cancel
Save