Update to 0.4.1

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/hyper-tls-0.3.0.crate
/hyper-tls-0.3.1.crate
/hyper-tls-0.3.2.crate
/hyper-tls-0.4.1.crate

@ -0,0 +1,7 @@
--- hyper-tls-0.4.1/Cargo.toml 2020-01-09T20:35:35+00:00
+++ hyper-tls-0.4.1/Cargo.toml 2020-02-11T10:12:01.781531+00:00
@@ -42,4 +42,3 @@
features = ["io-std", "macros"]
[features]
-vendored = ["native-tls/vendored"]

@ -1,18 +1,21 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate hyper-tls
Name: rust-%{crate}
Version: 0.3.2
Release: 4%{?dist}
Version: 0.4.1
Release: 1%{?dist}
Summary: Default TLS implementation for use with hyper
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/hyper-tls
Source: %{crates_source}
# Initial patched metadata
# * No vendored feature
Patch0: hyper-tls-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -38,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +53,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
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Feb 11 11:12:01 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.1-1
- Update to 0.4.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (hyper-tls-0.3.2.crate) = 9179878b95e8e390b17d45bb02c24219066405f671fddc4e044ecac0a00646e9ae03e7cda31b0f6f7beddd8fbccfc873d28d52e6b46aab2d252a2472302a483c
SHA512 (hyper-tls-0.4.1.crate) = acae463feff83342d4c867bf9055e066223591cdc18f995e56ec9377c6c5dbe37864743899be3b79104a629c4a3247dbf5fc257f420f3e1acb2e28d09d46398f

Loading…
Cancel
Save