Update to 0.3.1

epel9
Josh Stone 6 years ago
parent 9ff69d1763
commit cc26ec8522

1
.gitignore vendored

@ -1 +1,2 @@
/hyper-tls-0.3.0.crate
/hyper-tls-0.3.1.crate

@ -0,0 +1,9 @@
--- hyper-tls-0.3.1/Cargo.toml 1969-12-31T16:00:00-08:00
+++ hyper-tls-0.3.1/Cargo.toml 2018-10-02T12:38:27.761610-07:00
@@ -36,6 +36,3 @@
version = "0.1"
[dev-dependencies.tokio]
version = "0.1.5"
-
-[features]
-vendored = ["native-tls/vendored"]

@ -5,13 +5,17 @@
%global crate hyper-tls
Name: rust-%{crate}
Version: 0.3.0
Version: 0.3.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
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No "vendored" feature
Patch0: hyper-tls-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -61,5 +65,8 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Oct 02 2018 Josh Stone <jistone@redhat.com> - 0.3.1-1
- Update to 0.3.1
* Sun Jul 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Initial package

@ -1 +1 @@
SHA512 (hyper-tls-0.3.0.crate) = 3680a6f5b7e2b5f5b7533fe689a0c73b81c0c93e82f533490c476aa001f98fcc8d3e40c2b93f065f947a40ea39779529209d1ef7b336ae8a0c6a7a90eba41b64
SHA512 (hyper-tls-0.3.1.crate) = 3094057eadabd596ce7909c45aa24f6ed5a5dbbce4773fc20293ddf95c712234065253d38422a17e24c3fe674ff94d0bffb95e4034a97dfc46d4402b9add396c

Loading…
Cancel
Save