Revert "Update to 0.9.24"

This reverts commit 45d225c44b.
epel9
Robert-André Mauchin 5 years ago
parent 45d225c44b
commit b88628507e

1
.gitignore vendored

@ -3,4 +3,3 @@
/reqwest-0.9.11.crate
/reqwest-0.9.12.crate
/reqwest-0.9.13.crate
/reqwest-0.9.24.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 12
%bcond_without check
# Generated by rust2rpm 10
# * Tests require network
%bcond_with check
%global debug_package %{nil}
%global crate reqwest
Name: rust-%{crate}
Version: 0.9.24
Release: 1%{?dist}
Version: 0.9.13
Release: 3%{?dist}
Summary: Higher level HTTP client library
# Upstream license specification: MIT/Apache-2.0
@ -38,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +51,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_no_tilde}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+default-tls-devel
Summary: %{summary}
@ -62,55 +63,7 @@ This package contains library source intended for building other packages
which use "default-tls" feature of "%{crate}" crate.
%files -n %{name}+default-tls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+default-tls-vendored-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-tls-vendored-devel %{_description}
This package contains library source intended for building other packages
which use "default-tls-vendored" feature of "%{crate}" crate.
%files -n %{name}+default-tls-vendored-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+hyper-011-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+hyper-011-devel %{_description}
This package contains library source intended for building other packages
which use "hyper-011" feature of "%{crate}" crate.
%files -n %{name}+hyper-011-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+hyper-old-types-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+hyper-old-types-devel %{_description}
This package contains library source intended for building other packages
which use "hyper-old-types" feature of "%{crate}" crate.
%files -n %{name}+hyper-old-types-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+hyper-rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+hyper-rustls-devel %{_description}
This package contains library source intended for building other packages
which use "hyper-rustls" feature of "%{crate}" crate.
%files -n %{name}+hyper-rustls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+hyper-tls-devel
Summary: %{summary}
@ -122,7 +75,7 @@ This package contains library source intended for building other packages
which use "hyper-tls" feature of "%{crate}" crate.
%files -n %{name}+hyper-tls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+native-tls-devel
Summary: %{summary}
@ -134,43 +87,7 @@ This package contains library source intended for building other packages
which use "native-tls" feature of "%{crate}" crate.
%files -n %{name}+native-tls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustls-devel %{_description}
This package contains library source intended for building other packages
which use "rustls" feature of "%{crate}" crate.
%files -n %{name}+rustls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rustls-tls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustls-tls-devel %{_description}
This package contains library source intended for building other packages
which use "rustls-tls" feature of "%{crate}" crate.
%files -n %{name}+rustls-tls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+socks-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+socks-devel %{_description}
This package contains library source intended for building other packages
which use "socks" feature of "%{crate}" crate.
%files -n %{name}+socks-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+tls-devel
Summary: %{summary}
@ -182,19 +99,7 @@ This package contains library source intended for building other packages
which use "tls" feature of "%{crate}" crate.
%files -n %{name}+tls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-rustls-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-rustls" feature of "%{crate}" crate.
%files -n %{name}+tokio-rustls-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+trust-dns-devel
Summary: %{summary}
@ -206,7 +111,7 @@ This package contains library source intended for building other packages
which use "trust-dns" feature of "%{crate}" crate.
%files -n %{name}+trust-dns-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+trust-dns-resolver-devel
Summary: %{summary}
@ -218,19 +123,7 @@ This package contains library source intended for building other packages
which use "trust-dns-resolver" feature of "%{crate}" crate.
%files -n %{name}+trust-dns-resolver-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+webpki-roots-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+webpki-roots-devel %{_description}
This package contains library source intended for building other packages
which use "webpki-roots" feature of "%{crate}" crate.
%files -n %{name}+webpki-roots-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -251,9 +144,6 @@ which use "webpki-roots" feature of "%{crate}" crate.
%endif
%changelog
* Tue Dec 17 20:02:06 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.9.24-1
- Update to 0.9.24
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (reqwest-0.9.24.crate) = 3e486eeb02bda662ec70ad8c987611f8fb4c4c6c0ac6454e0e0dad66a73c6a6667512e1c89e786d1fed4a7e077a09e3026bd19d7ec087008daeee6c1d3c2b09e
SHA512 (reqwest-0.9.13.crate) = ac3dc04ae1138c3b78be545798a88b01e66c82966f0ddb3abc9691b64f4bf4a94dc590d86e8814fbc0d995cad632dcfb57b760365c7fe0564f66a48277ea7f80

Loading…
Cancel
Save