Update to 0.9.24

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent e50310b464
commit 45d225c44b

1
.gitignore vendored

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

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

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

Loading…
Cancel
Save