Update to version 1.0.0; Fixes RHBZ#2249516

epel9 imports/e9/rust-http-1.0.0-1.el9
Fabio Valentini 1 year ago
parent 7ab3b5a2f4
commit 2bc51d6fd0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -25,3 +25,4 @@
/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 /http-0.2.10.crate
/http-1.0.0.crate

@ -1,5 +1,5 @@
--- http-0.2.10/Cargo.toml 1970-01-01T00:00:01+00:00 --- http-1.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ http-0.2.10/Cargo.toml 2023-11-10T16:27:53.204477+00:00 +++ http-1.0.0/Cargo.toml 2024-01-08T16:08:36.347776+00:00
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
version = "0.3" version = "0.3"

@ -5,7 +5,7 @@
%global crate http %global crate http
Name: rust-http Name: rust-http
Version: 0.2.10 Version: 1.0.0
Release: %autorelease Release: %autorelease
Summary: Set of types for representing HTTP requests and responses Summary: Set of types for representing HTTP requests and responses
@ -51,6 +51,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (http-0.2.10.crate) = 7d0108fd1c6f7e0945be1694e068d655c420fc502941dfe6890f71dc3c9826444ad1041caf826e74cf436ba37d9c12b5ac676d7a038287843ebf65d691d39800 SHA512 (http-1.0.0.crate) = bfac8a984ff0decfe7c75d89e3847d2af150b6b5f852d715e78f00210b7b2394527e98cb1198dcf7a534fad5e0dcaacd6538020d7424d4daeadfa88b481a583b

Loading…
Cancel
Save