Update to 0.13.2

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 6290d28557
commit fc921d1607
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -29,3 +29,4 @@
/hyper-0.12.31.crate
/hyper-0.12.32.crate
/hyper-0.12.35.crate
/hyper-0.13.2.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 10
# * futures-timer was removed, needs to be added back
# Generated by rust2rpm 13
# * tower-util is not packaged
%bcond_with check
%global debug_package %{nil}
%global crate hyper
Name: rust-%{crate}
Version: 0.12.35
Release: 2%{?dist}
Version: 0.13.2
Release: 1%{?dist}
Summary: Fast and correct HTTP library
# Upstream license specification: MIT
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,19 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+__internal_flaky_tests-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+__internal_flaky_tests-devel %{_description}
This package contains library source intended for building other packages
which use "__internal_flaky_tests" feature of "%{crate}" crate.
%files -n %{name}+__internal_flaky_tests-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+__internal_happy_eyeballs_tests-devel
Summary: %{summary}
@ -74,19 +62,7 @@ This package contains library source intended for building other packages
which use "__internal_happy_eyeballs_tests" feature of "%{crate}" crate.
%files -n %{name}+__internal_happy_eyeballs_tests-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+futures-cpupool-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+futures-cpupool-devel %{_description}
This package contains library source intended for building other packages
which use "futures-cpupool" feature of "%{crate}" crate.
%files -n %{name}+futures-cpupool-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+net2-devel
Summary: %{summary}
@ -98,7 +74,7 @@ This package contains library source intended for building other packages
which use "net2" feature of "%{crate}" crate.
%files -n %{name}+net2-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
@ -110,7 +86,7 @@ This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+runtime-devel
Summary: %{summary}
@ -122,79 +98,31 @@ This package contains library source intended for building other packages
which use "runtime" feature of "%{crate}" crate.
%files -n %{name}+runtime-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-devel
%package -n %{name}+stream-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-devel %{_description}
%description -n %{name}+stream-devel %{_description}
This package contains library source intended for building other packages
which use "tokio" feature of "%{crate}" crate.
which use "stream" feature of "%{crate}" crate.
%files -n %{name}+tokio-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%files -n %{name}+stream-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-executor-devel
%package -n %{name}+tcp-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-executor-devel %{_description}
%description -n %{name}+tcp-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-executor" feature of "%{crate}" crate.
which use "tcp" feature of "%{crate}" crate.
%files -n %{name}+tokio-executor-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+tokio-reactor-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-reactor-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-reactor" feature of "%{crate}" crate.
%files -n %{name}+tokio-reactor-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+tokio-tcp-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-tcp-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-tcp" feature of "%{crate}" crate.
%files -n %{name}+tokio-tcp-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+tokio-threadpool-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-threadpool-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-threadpool" feature of "%{crate}" crate.
%files -n %{name}+tokio-threadpool-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+tokio-timer-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-timer-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-timer" feature of "%{crate}" crate.
%files -n %{name}+tokio-timer-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%files -n %{name}+tcp-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -216,6 +144,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
%endif
%changelog
* Tue Feb 11 10:57:12 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.2-1
- Update to 0.13.2
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.35-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (hyper-0.12.35.crate) = 40f3285b4de23ac8404b191a44a78399ed3186d9e6abf77d759615cc4678292411df798cbe4c2d5405677cd5c108468c015d6b42fd8d833484f8ca9c1128f68c
SHA512 (hyper-0.13.2.crate) = fe6a8f81dbd44a78fee495a41477bb3d8de875154db8b1be61ad672fe599a2d4e65ff65a30933cd1a3d722b5262e6eb9c6e4895ea7c5da13e68c1163236f5874

Loading…
Cancel
Save