Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

5
.gitignore vendored

@ -1,7 +1,2 @@
/gix-transport-0.36.1.crate
/gix-transport-0.38.0.crate
/gix-transport-0.41.2.crate
/gix-transport-0.42.1.crate
/gix-transport-0.42.2.crate
/gix-transport-0.42.3.crate
/gix-transport-0.45.0.crate

@ -1,12 +0,0 @@
--- 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",
- "macos-system-configuration",
+ "http2"
]
optional = true
default-features = false

@ -1,20 +1,17 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate gix-transport
Name: rust-gix-transport
Version: 0.45.0
Version: 0.38.0
Release: %autorelease
Summary: Implementation of the git transport layer used by gix
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-transport
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Patch out macos feature of reqwest
Patch: gix-transport-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
@ -36,6 +33,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -206,42 +204,6 @@ use the "http-client-reqwest" feature of the "%{crate}" crate.
%files -n %{name}+http-client-reqwest-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http-client-reqwest-native-tls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+http-client-reqwest-native-tls-devel %{_description}
This package contains library source intended for building other packages which
use the "http-client-reqwest-native-tls" feature of the "%{crate}" crate.
%files -n %{name}+http-client-reqwest-native-tls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http-client-reqwest-rust-tls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+http-client-reqwest-rust-tls-devel %{_description}
This package contains library source intended for building other packages which
use the "http-client-reqwest-rust-tls" feature of the "%{crate}" crate.
%files -n %{name}+http-client-reqwest-rust-tls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http-client-reqwest-rust-tls-trust-dns-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+http-client-reqwest-rust-tls-trust-dns-devel %{_description}
This package contains library source intended for building other packages which
use the "http-client-reqwest-rust-tls-trust-dns" feature of the "%{crate}" crate.
%files -n %{name}+http-client-reqwest-rust-tls-trust-dns-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pin-project-lite-devel
Summary: %{summary}
BuildArch: noarch

@ -1,10 +1,2 @@
[package]
summary = "Implementation of the git transport layer used by gix"
cargo-toml-patch-comments = [
"Patch out macos feature of reqwest"
]
[features]
hide = [
"http-client-curl-rust-tls"
]

@ -1 +1 @@
SHA512 (gix-transport-0.45.0.crate) = 183474ef03405bd964d2b403c52d491d6544aae4a25dbad35caf12384bc8a325e90e17b23346edcda4216377b025c9ee810451efa3ac174b4db71a29b4f299fb
SHA512 (gix-transport-0.38.0.crate) = afa47a6d9f104be4cd607b30e9a9ad10a886fd77babe0b9ffd674ac609fdf92eabb7406c956047244387c615565a61c11a4c94060c588c175eee21b60824285c

Loading…
Cancel
Save