Update to 0.12.24

epel9
Josh Stone 6 years ago
parent 9f709aa903
commit 7c63e55bd7

1
.gitignore vendored

@ -19,3 +19,4 @@
/hyper-0.12.21.crate
/hyper-0.12.22.crate
/hyper-0.12.23.crate
/hyper-0.12.24.crate

@ -6,13 +6,13 @@
%global crate hyper
Name: rust-%{crate}
Version: 0.12.23
Release: 2%{?dist}
Version: 0.12.24
Release: 1%{?dist}
Summary: Fast and correct HTTP library
License: MIT
URL: https://crates.io/crates/hyper
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
# Initial patched metadata
# * Remove internal and nightly features
Patch0: hyper-fix-metadata.diff
@ -191,7 +191,7 @@ which use "tokio-timer" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -207,6 +207,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
%endif
%changelog
* Mon Feb 11 2019 Josh Stone <jistone@redhat.com> - 0.12.24-1
- Update to 0.12.24
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.23-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (hyper-0.12.23.crate) = cdaaa6bf0a95eda6c0a550b61e9f93754caaaf3375b6748d39a5d96ee293d820fe385554ff0e64982a453bd1388fd77f096acc4c8adc60942a1560fdfc72fa0d
SHA512 (hyper-0.12.24.crate) = df97429098cb0791a9a582e3c631945d65a37410226bddd94f05e755118945a77adaa51fd1f357bc5c27546ad018e8998d82ae48f209d40c27643d6f4c4312db

Loading…
Cancel
Save