Update to 0.3.3

epel9
Josh Stone 5 years ago
parent a4c7cf8c9f
commit e10f50592c

1
.gitignore vendored

@ -1,3 +1,4 @@
/futures-util-0.2.1.crate /futures-util-0.2.1.crate
/futures-util-0.2.2.crate /futures-util-0.2.2.crate
/futures-util-0.3.1.crate /futures-util-0.3.1.crate
/futures-util-0.3.3.crate

@ -6,8 +6,8 @@
%global crate futures-util %global crate futures-util
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.3.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: Common utilities and extension traits for the futures-rs library Summary: Common utilities and extension traits for the futures-rs library
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -100,18 +100,6 @@ which use "bilock" feature of "%{crate}" crate.
%files -n %{name}+bilock-devel %files -n %{name}+bilock-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+cfg-target-has-atomic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+cfg-target-has-atomic-devel %{_description}
This package contains library source intended for building other packages
which use "cfg-target-has-atomic" feature of "%{crate}" crate.
%files -n %{name}+cfg-target-has-atomic-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+channel-devel %package -n %{name}+channel-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -316,18 +304,6 @@ which use "tokio-io" feature of "%{crate}" crate.
%files -n %{name}+tokio-io-devel %files -n %{name}+tokio-io-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unstable-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages
which use "unstable" feature of "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -347,6 +323,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Feb 06 2020 Josh Stone <jistone@redhat.com> - 0.3.3-1
- Update to 0.3.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-util-0.3.1.crate) = 1f3582175b741679a870bf9c9b174a6a4b9bdf07c93bf6e191765e54421cfba310a053e11caef58a2a129aa8e981787ffc2a5682c329a943240cda4010ffa0e7 SHA512 (futures-util-0.3.3.crate) = 94caf5b3a52f2f063a7f5ebcb2e31745bed98a8e18322dd002f7c14179f89faf31dca8fd53b7233e7f9bd2ef027741631a709a73235e834e769934db645afe6e

Loading…
Cancel
Save