|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|