|
|
@ -2,20 +2,20 @@
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
release_number = 2;
|
|
|
|
release_number = 1;
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
%bcond_without check
|
|
|
|
%bcond check 1
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate reqwest
|
|
|
|
%global crate reqwest
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-reqwest
|
|
|
|
Name: rust-reqwest
|
|
|
|
Version: 0.12.9
|
|
|
|
Version: 0.12.12
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Higher level HTTP client library
|
|
|
|
Summary: Higher level HTTP client library
|
|
|
|
|
|
|
|
|
|
|
@ -442,17 +442,23 @@ rm tests/brotli.rs
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# * run tests single-threaded to avoid clobbered environment variables:
|
|
|
|
|
|
|
|
# https://github.com/seanmonstar/reqwest/issues/2468
|
|
|
|
|
|
|
|
# * skip tests which require internet access
|
|
|
|
# * skip tests which require internet access
|
|
|
|
%cargo_test -- -- --test-threads 1 --exact --skip test_allowed_methods --skip test_badssl_modern --skip test_badssl_self_signed --skip test_tls_info
|
|
|
|
%{cargo_test -- -- --exact %{shrink:
|
|
|
|
|
|
|
|
--skip test_allowed_methods
|
|
|
|
|
|
|
|
--skip test_badssl_modern
|
|
|
|
|
|
|
|
--skip test_badssl_self_signed
|
|
|
|
|
|
|
|
--skip test_tls_info
|
|
|
|
|
|
|
|
}}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Sat Jan 04 2025 Fabio Valentini <decathorpe@gmail.com> - 0.12.12-1
|
|
|
|
|
|
|
|
- Update to version 0.12.12; Fixes RHBZ#2334233
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.12.9-2
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.12.9-2
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Mon Nov 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.12.9-2
|
|
|
|
* Mon Nov 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.12.9-2
|
|
|
|
- Run tests single-threaded to avoid clobbered environment variables
|
|
|
|
- Run tests single-threaded to avoid clobbered environment variables
|
|
|
|
|
|
|
|
|
|
|
|