Compare commits

..

7 Commits

Author SHA1 Message Date
Fabio Valentini fc537bf867
Update to version 1.0.1; Fixes RHBZ#2297866
6 months ago
Fedora Release Engineering 80247e7b30 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 2fbe12ad98
Update to version 1.0.0; Fixes RHBZ#2249876
10 months ago
Fedora Release Engineering f25469f457 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini d24b7e2033
Regenerate with rust2rpm v24
1 year ago
Fedora Release Engineering 2f28216e43 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering d04f6049fd Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -6,3 +6,5 @@
/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

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

@ -1,25 +1,23 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate http-body %global crate http-body
Name: rust-%{crate} Name: rust-http-body
Version: 0.4.5 Version: 1.0.1
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}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Trait representing an asynchronous, streaming, HTTP request or response body.} Trait representing an asynchronous, streaming, HTTP request or response
body.}
%description %{_description} %description %{_description}
@ -51,7 +49,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_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

Loading…
Cancel
Save