import rust-gix-transport-0.45.0-1.el10

i10ce changed/i10ce/rust-gix-transport-0.45.0-1.el10
MSVSphere Packaging Team 5 days ago
parent 00d9976d05
commit 0dfa1e39c2
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/gix-transport-0.42.3.crate
SOURCES/gix-transport-0.45.0.crate

@ -1 +1 @@
cd92a79e218af0a9be1889afd393bac3ab0d5121 SOURCES/gix-transport-0.42.3.crate
e6cdcc56367e543d7eb64111cc466b6cd075f15e SOURCES/gix-transport-0.45.0.crate

@ -1,10 +1,12 @@
--- gix-transport-0.42.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-transport-0.42.3/Cargo.toml 2024-09-07T15:58:14.606709+00:00
@@ -110,7 +110,6 @@
--- gix-transport-0.45.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-transport-0.45.0/Cargo.toml 2025-01-19T23:36:04.167931+00:00
@@ -109,8 +109,7 @@
features = [
"blocking",
"charset",
"http2",
- "http2",
- "macos-system-configuration",
"blocking",
+ "http2"
]
optional = true
default-features = false

@ -1,5 +1,5 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate gix-transport
Name: rust-gix-transport
Version: 0.42.3
Version: 0.45.0
Release: %autorelease
Summary: Implementation of the git transport layer used by gix
@ -307,10 +307,16 @@ use the "serde" feature of the "%{crate}" crate.
%endif
%changelog
## START: Generated by rpmautospec
* Wed Jan 22 2025 blinxen <h-k-81@hotmail.com> - 0.45.0-1
- Update to version 0.45.0 (rhbz#2321186)
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.42.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.42.3-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Tue Sep 10 2024 blinxen <h-k-81@hotmail.com> - 0.42.3-1
- Update to version 0.42.3 (rhbz#2307403)

Loading…
Cancel
Save