Drop internal features

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent b31246949b
commit 03b093556e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,12 @@
--- hyper-0.12.25/Cargo.toml 1969-12-31T16:00:00-08:00
+++ hyper-0.12.25/Cargo.toml 2019-03-01T15:35:58.088898-08:00
@@ -219,8 +219,5 @@
--- hyper-0.12.26/Cargo.toml 1970-01-01T00:00:00+00:00
+++ hyper-0.12.26/Cargo.toml 2019-04-10T08:43:57.295039+00:00
@@ -219,8 +219,6 @@
version = "0.2"
[features]
-__internal_flaky_tests = []
-__internal_happy_eyeballs_tests = []
-default = ["__internal_flaky_tests", "runtime"]
-nightly = []
+default = ["runtime"]
nightly = []
runtime = ["futures-cpupool", "net2", "tokio", "tokio-executor", "tokio-reactor", "tokio-tcp", "tokio-threadpool", "tokio-timer"]

@ -7,12 +7,15 @@
Name: rust-%{crate}
Version: 0.12.26
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Fast and correct HTTP library
License: MIT
URL: https://crates.io/crates/hyper
Source: %{crates_source}
# Initial patched metadata
# * Drop internal features
Patch0: hyper-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -205,6 +208,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 10 10:43:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.26-2
- Drop internal features
* Wed Apr 10 07:37:59 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.26-1
- Update to 0.12.26

Loading…
Cancel
Save