Compare commits

..

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

2
.gitignore vendored

@ -6,5 +6,3 @@
/http-body-0.4.3.crate /http-body-0.4.3.crate
/http-body-0.4.4.crate /http-body-0.4.4.crate
/http-body-0.4.5.crate /http-body-0.4.5.crate
/http-body-1.0.0.crate
/http-body-1.0.1.crate

@ -0,0 +1,3 @@
# rust-http-body
The rust-http-body package

@ -1,23 +1,25 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate http-body %global crate http-body
Name: rust-http-body Name: rust-%{crate}
Version: 1.0.1 Version: 0.4.5
Release: %autorelease Release: %autorelease
Summary: Trait representing an asynchronous, streaming, HTTP request or response body Summary: Trait representing an asynchronous, streaming, HTTP request or response body
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/http-body URL: https://crates.io/crates/http-body
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Trait representing an asynchronous, streaming, HTTP request or response Trait representing an asynchronous, streaming, HTTP request or response body.}
body.}
%description %{_description} %description %{_description}
@ -49,7 +51,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (http-body-1.0.1.crate) = 3d9a711619e5b14d2188fa42bbd43653dceeeb7e172cbd96d36fdf37846fa2c1efa0fad019395a4fa6da2e139875934aa56caf7332dc40546095b0a774ca39bd SHA512 (http-body-0.4.5.crate) = d01de0747155283331086f2849d1dccc0387feda576f60d84cdd1bc8817ac82ae131c294b5cf9ddabb7ac91bfdef67bc2ea5fcbbb04f41b473d4c5f5b2ac13d5

Loading…
Cancel
Save