From 955d86e2729ad78118c7b0ed345fe08f8bbfde7a Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 26 Jan 2025 22:55:13 +0300 Subject: [PATCH] import rust-gix-protocol-0.48.0-1.el10 --- .gitignore | 2 +- .rust-gix-protocol.metadata | 2 +- SPECS/rust-gix-protocol.spec | 44 ++++++++++++++++-------------------- 3 files changed, 21 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index 7983062..d3ed066 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gix-protocol-0.45.3.crate +SOURCES/gix-protocol-0.48.0.crate diff --git a/.rust-gix-protocol.metadata b/.rust-gix-protocol.metadata index d071a55..214b2f9 100644 --- a/.rust-gix-protocol.metadata +++ b/.rust-gix-protocol.metadata @@ -1 +1 @@ -ef8d82457436535f0f54bcfaa308890eceacc5da SOURCES/gix-protocol-0.45.3.crate +5bd080f2c792029eaca21e5fdb9e8c803d224146 SOURCES/gix-protocol-0.48.0.crate diff --git a/SPECS/rust-gix-protocol.spec b/SPECS/rust-gix-protocol.spec index 1ff2410..083e2b1 100644 --- a/SPECS/rust-gix-protocol.spec +++ b/SPECS/rust-gix-protocol.spec @@ -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,16 +8,16 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 26 +# Generated by rust2rpm 27 # * Deactivate tests because of a missing dev-dependency (gix-testtools) # * See https://github.com/Byron/gitoxide/discussions/900 for more information -%bcond_with check +%bcond check 0 %global debug_package %{nil} %global crate gix-protocol Name: rust-gix-protocol -Version: 0.45.3 +Version: 0.48.0 Release: %autorelease Summary: Git protocols implementation @@ -70,18 +70,6 @@ use the "async-client" feature of the "%{crate}" crate. %files -n %{name}+async-client-devel %ghost %{crate_instdir}/Cargo.toml -%package -n %{name}+async-trait-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+async-trait-devel %{_description} - -This package contains library source intended for building other packages which -use the "async-trait" feature of the "%{crate}" crate. - -%files -n %{name}+async-trait-devel -%ghost %{crate_instdir}/Cargo.toml - %package -n %{name}+blocking-client-devel Summary: %{summary} BuildArch: noarch @@ -106,28 +94,28 @@ use the "document-features" feature of the "%{crate}" crate. %files -n %{name}+document-features-devel %ghost %{crate_instdir}/Cargo.toml -%package -n %{name}+futures-io-devel +%package -n %{name}+fetch-devel Summary: %{summary} BuildArch: noarch -%description -n %{name}+futures-io-devel %{_description} +%description -n %{name}+fetch-devel %{_description} This package contains library source intended for building other packages which -use the "futures-io" feature of the "%{crate}" crate. +use the "fetch" feature of the "%{crate}" crate. -%files -n %{name}+futures-io-devel +%files -n %{name}+fetch-devel %ghost %{crate_instdir}/Cargo.toml -%package -n %{name}+futures-lite-devel +%package -n %{name}+handshake-devel Summary: %{summary} BuildArch: noarch -%description -n %{name}+futures-lite-devel %{_description} +%description -n %{name}+handshake-devel %{_description} This package contains library source intended for building other packages which -use the "futures-lite" feature of the "%{crate}" crate. +use the "handshake" feature of the "%{crate}" crate. -%files -n %{name}+futures-lite-devel +%files -n %{name}+handshake-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde-devel @@ -161,10 +149,16 @@ use the "serde" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Wed Jan 22 2025 blinxen - 0.48.0-1 +- Update to version 0.48.0 (rhbz#2321176) + +* Sun Jan 19 2025 Fedora Release Engineering - 0.45.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.45.3-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Tue Sep 10 2024 blinxen - 0.45.3-1 - Update to version 0.45.3 (rhbz#2307397)