Update to 0.12.28

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

1
.gitignore vendored

@ -23,3 +23,4 @@
/hyper-0.12.25.crate
/hyper-0.12.26.crate
/hyper-0.12.27.crate
/hyper-0.12.28.crate

@ -1,5 +1,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
--- hyper-0.12.28/Cargo.toml 1970-01-01T00:00:00+00:00
+++ hyper-0.12.28/Cargo.toml 2019-04-30T06:32:49.789994+00:00
@@ -219,8 +219,6 @@
version = "0.2"

@ -1,12 +1,11 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
%bcond_with check
%global debug_package %{nil}
%global crate hyper
Name: rust-%{crate}
Version: 0.12.27
Version: 0.12.28
Release: 1%{?dist}
Summary: Fast and correct HTTP library
@ -107,6 +106,18 @@ which use "net2" feature of "%{crate}" crate.
%files -n %{name}+net2-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+nightly-devel %{_description}
This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+runtime-devel
Summary: %{summary}
BuildArch: noarch
@ -208,6 +219,9 @@ which use "tokio-timer" feature of "%{crate}" crate.
%endif
%changelog
* Tue Apr 30 08:30:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.28-1
- Update to 0.12.28
* Sat Apr 13 2019 Josh Stone <jistone@redhat.com> - 0.12.27-1
- Update to 0.12.27

@ -1 +1 @@
SHA512 (hyper-0.12.27.crate) = a7f79681b4d773fc0217728d262aedc1a59c7c75f7dcc65fabf9e84231932ef7e8ddea186847f0d5119987ad475e82515d3e0c3538709a58e642eca6bbac4452
SHA512 (hyper-0.12.28.crate) = acdb970e267a86f8acfdff3d53c483a0bf07fed077fd3846b15f176eb9fe6c183202396caa2dc558d952139dfc85e228c53d0559243a24c3ba9636ccb4c9693c

Loading…
Cancel
Save