import rust-hyper-1.5.1-1.el10

i10ce changed/i10ce/rust-hyper-1.5.1-1.el10
MSVSphere Packaging Team 4 weeks ago
commit 820435207a
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/hyper-1.5.1.crate

@ -0,0 +1 @@
bd18c24bd652f9c01a5406a1f4eb264a15588c7c SOURCES/hyper-1.5.1.crate

@ -0,0 +1,9 @@
[features]
hide = [
"nightly",
]
[tests]
run = ["none"]
comments = ["examples and integration tests are not included in published crates"]

@ -0,0 +1,426 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 27
# * examples and integration tests are not included in published crates
%bcond check 0
%global debug_package %{nil}
%global crate hyper
Name: rust-hyper
Version: 1.5.1
Release: %autorelease
Summary: Protective and efficient HTTP library for all
License: MIT
URL: https://crates.io/crates/hyper
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A protective and efficient HTTP library for all.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+client-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+client-devel %{_description}
This package contains library source intended for building other packages which
use the "client" feature of the "%{crate}" crate.
%files -n %{name}+client-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ffi-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ffi-devel %{_description}
This package contains library source intended for building other packages which
use the "ffi" feature of the "%{crate}" crate.
%files -n %{name}+ffi-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+full-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+full-devel %{_description}
This package contains library source intended for building other packages which
use the "full" feature of the "%{crate}" crate.
%files -n %{name}+full-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http1-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+http1-devel %{_description}
This package contains library source intended for building other packages which
use the "http1" feature of the "%{crate}" crate.
%files -n %{name}+http1-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+http2-devel %{_description}
This package contains library source intended for building other packages which
use the "http2" feature of the "%{crate}" crate.
%files -n %{name}+http2-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+server-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+server-devel %{_description}
This package contains library source intended for building other packages which
use the "server" feature of the "%{crate}" crate.
%files -n %{name}+server-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tracing-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tracing-devel %{_description}
This package contains library source intended for building other packages which
use the "tracing" feature of the "%{crate}" crate.
%files -n %{name}+tracing-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.5.1-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Tue Nov 26 2024 Fabio Valentini <decathorpe@gmail.com> - 1.5.1-1
- Update to version 1.5.1; Fixes RHBZ#2327392
* Sun Oct 20 2024 Fabio Valentini <decathorpe@gmail.com> - 1.5.0-1
- Update to version 1.5.0; Fixes RHBZ#2318829
* Fri Aug 09 2024 Fabio Valentini <decathorpe@gmail.com> - 1.4.1-1
- Update to version 1.4.1; Fixes RHBZ#2296632
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jul 06 2024 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-1
- Update to version 1.4.0; Fixes RHBZ#2295507
* Tue Apr 16 2024 Fabio Valentini <decathorpe@gmail.com> - 1.3.1-1
- Update to version 1.3.1; Fixes RHBZ#2275286
* Mon Apr 15 2024 Fabio Valentini <decathorpe@gmail.com> - 1.3.0-1
- Update to version 1.3.0; Fixes RHBZ#2275131
* Wed Apr 10 2024 Fabio Valentini <decathorpe@gmail.com> - 1.2.0-1
- Update to version 1.2.0; Fixes RHBZ#2249877
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.28-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* 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
- Update to version 0.14.27
* Fri Apr 14 2023 Fabio Valentini <decathorpe@gmail.com> - 0.14.26-1
- Update to version 0.14.26; Fixes RHBZ#2186626
* Fri Mar 10 2023 Fabio Valentini <decathorpe@gmail.com> - 0.14.25-1
- Update to version 0.14.25; Fixes RHBZ#2177303
* Fri Feb 03 2023 Fabio Valentini <decathorpe@gmail.com> - 0.14.24-1
- Update to version 0.14.24
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.23-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Nov 11 2022 Fabio Valentini <decathorpe@gmail.com> - 0.14.23-1
- Update to version 0.14.23
* Wed Nov 02 2022 Fabio Valentini <decathorpe@gmail.com> - 0.14.22-1
- Update to version 0.14.22
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.20-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jul 08 2022 Fabio Valentini <decathorpe@gmail.com> - 0.14.20-1
- Update to version 0.14.20; Fixes RHBZ#2105103
* Mon May 30 2022 Fabio Valentini <decathorpe@gmail.com> - 0.14.19-1
- Update to version 0.14.19; Fixes RHBZ#2091203
* Tue Mar 29 2022 Fabio Valentini <decathorpe@gmail.com> - 0.14.18-1
- Update to version 0.14.18; Fixes RHBZ#2066968
* Fri Feb 18 2022 Fabio Valentini <decathorpe@gmail.com> - 0.14.17-1
- Update to version 0.14.17; Fixes RHBZ#2053293
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Dec 20 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.16-1
- Update to version 0.14.16; Fixes RHBZ#2030818
* Wed Nov 17 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.15-1
- Update to version 0.14.15; Fixes RHBZ#2023954
* Fri Nov 05 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.14-1
- Update to version 0.14.14; Fixes RHBZ#2016688
* Mon Sep 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.13-1
- Update to version 0.14.13; Fixes RHBZ#2005092
* Sat Aug 28 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.12-1
- Update to version 0.14.12; Fixes RHBZ#1997322
* Wed Jul 28 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.11-1
- Update to version 0.14.11; Fixes RHBZ#1984697
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jul 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.10-1
- Update to version 0.14.10; Fixes RHBZ#1980108
* Tue Jun 22 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.9-1
- Update to version 0.14.9.
- Fixes RHBZ#1964495
* Tue May 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.7-1
- Update to version 0.14.7.
- Fixes RHBZ#1952281
* Tue Mar 30 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.5-1
- Update to version 0.14.5.
- Fixes RHBZ#1943681
* Sat Mar 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.14.4-1
- Update to version 0.14.4.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Nov 04 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.9-1
- Update to version 0.13.9.
- Fixes RHBZ#1893917
* Sun Sep 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.8-1
- Update to version 0.13.8.
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.13.7-1
- Update to 0.13.7
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jun 25 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.6-2
- Enable running unit tests.
* Sat May 30 2020 Josh Stone <jistone@redhat.com> - 0.13.6-1
- Update to 0.13.6
* Fri Apr 17 2020 Josh Stone <jistone@redhat.com> - 0.13.5-1
- Update to 0.13.5
* Sat Mar 21 07:25:29 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.4-1
- Update to 0.13.4
* Wed Mar 04 2020 Josh Stone <jistone@redhat.com> - 0.13.3-1
- Update to 0.13.3
* Tue Feb 11 10:57:12 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.2-1
- Update to 0.13.2
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.35-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 0.12.35-1
- Update to 0.12.35
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Jul 13 11:22:33 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.32-1
- Update to 0.12.32
* Thu Jun 27 08:14:30 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.31-4
- Regenerate
* Fri Jun 21 21:49:45 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.30-3
- Update want to 0.2
* Fri Jun 21 18:36:23 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.30-2
- Regenerate
* Fri Jun 14 2019 Josh Stone <jistone@redhat.com> - 0.12.30-1
- Update to 0.12.30
* Sun Jun 02 13:53:51 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.29-1
- Update to 0.12.29
* 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
* 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
* Fri Mar 01 2019 Josh Stone <jistone@redhat.com> - 0.12.25-1
- Update to 0.12.25
* 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
* Thu Jan 24 2019 Josh Stone <jistone@redhat.com> - 0.12.23-1
- Update to 0.12.23
* Wed Jan 23 2019 Josh Stone <jistone@redhat.com> - 0.12.22-1
- Update to 0.12.22
* Tue Jan 15 2019 Josh Stone <jistone@redhat.com> - 0.12.21-1
- Update to 0.12.21
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.12.20-1
- Update to 0.12.20
* Wed Dec 12 2018 Josh Stone <jistone@redhat.com> - 0.12.18-1
- Update to 0.12.18
* Thu Dec 06 2018 Josh Stone <jistone@redhat.com> - 0.12.17-1
- Update to 0.12.17
* Mon Nov 26 2018 Josh Stone <jistone@redhat.com> - 0.12.16-1
- Update to 0.12.16
* Sun Nov 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.14-1
- Update to 0.12.14
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 0.12.12-1
- Update to 0.12.12
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.12.11-1
- Update to 0.12.11
* Mon Sep 17 2018 Josh Stone <jistone@redhat.com> - 0.12.10-1
- Update to 0.12.10
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 0.12.9-1
- Update to 0.12.9
* Sat Aug 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.8-1
- Update to 0.12.8
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.7-2
- Rebuild to trigger tests
* Tue Jul 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.7-1
- Update to 0.12.7
* Fri Jul 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.6-1
- Update to 0.12.6
* Wed Jul 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.5-1
- Update to 0.12.5
* Sun May 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.26-1
- Update to 0.11.26
* Thu Apr 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.25-1
- Update to 0.11.25
* Fri Mar 23 2018 Josh Stone <jistone@redhat.com> - 0.11.24-1
- Update to 0.11.24
* Thu Mar 22 2018 Josh Stone <jistone@redhat.com> - 0.11.23-1
- Update to 0.11.23
* Fri Mar 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.22-1
- Initial package
## END: Generated by rpmautospec
Loading…
Cancel
Save