|
|
@ -8,7 +8,7 @@
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# * examples and integration tests are not included in published crates
|
|
|
|
# * examples and integration tests are not included in published crates
|
|
|
|
# * tower dev-dependency is not packaged
|
|
|
|
# * tower dev-dependency is not packaged
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
%global crate hyper
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-hyper
|
|
|
|
Name: rust-hyper
|
|
|
|
Version: 0.14.27
|
|
|
|
Version: 0.14.28
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
|
|
@ -25,7 +25,7 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/hyper
|
|
|
|
URL: https://crates.io/crates/hyper
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
A fast and correct HTTP library.}
|
|
|
|
A fast and correct HTTP library.}
|
|
|
@ -227,7 +227,7 @@ use the "tcp" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
@ -245,9 +245,15 @@ use the "tcp" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.14.27-1
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.14.28-1
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.14.28-1
|
|
|
|
|
|
|
|
- Update to version 0.14.28
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.27-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 26 2023 Fabio Valentini <decathorpe@gmail.com> - 0.14.27-1
|
|
|
|
* Mon Jun 26 2023 Fabio Valentini <decathorpe@gmail.com> - 0.14.27-1
|
|
|
|
- Update to version 0.14.27
|
|
|
|
- Update to version 0.14.27
|
|
|
|
|
|
|
|
|
|
|
|