import rust-reqwest-0.11.23-1.el9

i9ce changed/i9ce/rust-reqwest-0.11.23-1.el9
MSVSphere Packaging Team 1 year ago
parent a660a65699
commit 2e71fa5353

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/reqwest-0.11.23.crate

@ -0,0 +1 @@
fb0805dc94698216d048edbe274186350d3a1ba6 SOURCES/reqwest-0.11.23.crate

Binary file not shown.

@ -1,5 +1,5 @@
--- reqwest-0.11.22/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.22/Cargo.toml 2023-11-06T11:15:47.342691+00:00
--- reqwest-0.11.23/Cargo.toml 1970-01-01T00:00:01+00:00
+++ reqwest-0.11.23/Cargo.toml 2024-01-11T20:28:26.120472+00:00
@@ -221,7 +221,6 @@
stream = [
"tokio/fs",

@ -0,0 +1,15 @@
[features]
hide = [
"native-tls-vendored",
]
[tests]
skip = [
"test_allowed_methods",
"test_badssl_modern",
"test_badssl_self_signed",
"test_tls_info",
]
skip-exact = true
comments = ["skip tests which require internet access"]

@ -2,7 +2,7 @@
## (rpmautospec version 0.3.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 3;
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}}
@ -15,7 +15,7 @@
%global crate reqwest
Name: rust-reqwest
Version: 0.11.22
Version: 0.11.23
Release: %autorelease
Summary: Higher level HTTP client library
@ -584,9 +584,12 @@ use the "webpki-roots" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.11.22-3
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.11.23-1
- Rebuilt for MSVSphere 9.3
* Sun Jan 14 2024 Fabio Valentini <decathorpe@gmail.com> - 0.11.23-1
- Update to version 0.11.23; Fixes RHBZ#2255151
* Mon Nov 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.11.22-3
- Enable features for HTTP/3 (QUIC) support

Loading…
Cancel
Save