Update to version 0.2.10; Fixes RHBZ#2249082

epel9
Fabio Valentini 1 year ago
parent aa80000989
commit 7ab3b5a2f4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -24,3 +24,4 @@
/http-0.2.7.crate /http-0.2.7.crate
/http-0.2.8.crate /http-0.2.8.crate
/http-0.2.9.crate /http-0.2.9.crate
/http-0.2.10.crate

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

@ -1,5 +1,5 @@
--- http-0.2.9/Cargo.toml 1970-01-01T00:00:01+00:00 --- http-0.2.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ http-0.2.9/Cargo.toml 2023-02-19T21:22:10.182469+00:00 +++ http-0.2.10/Cargo.toml 2023-11-10T16:27:53.204477+00:00
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
version = "0.3" version = "0.3"

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate http %global crate http
Name: rust-http Name: rust-http
Version: 0.2.9 Version: 0.2.10
Release: %autorelease Release: %autorelease
Summary: Set of types for representing HTTP requests and responses Summary: Set of types for representing HTTP requests and responses
@ -16,7 +16,7 @@ Source: %{crates_source}
# * relax indexmap dev-dependency from <=1.8 to ^1 # * relax indexmap dev-dependency from <=1.8 to ^1
Patch: http-fix-metadata.diff Patch: http-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A set of types for representing HTTP requests and responses.} A set of types for representing HTTP requests and responses.}
@ -52,7 +52,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-0.2.9.crate) = 17bbc886d34f5aa4b56d82a605a54e920a244988085d06e70bc416f8e0edfa3356544f29082b3fbf3dcea18e741ade374375dd82ebe2276fd9a9508735a1e03a SHA512 (http-0.2.10.crate) = 7d0108fd1c6f7e0945be1694e068d655c420fc502941dfe6890f71dc3c9826444ad1041caf826e74cf436ba37d9c12b5ac676d7a038287843ebf65d691d39800

Loading…
Cancel
Save