Update to version 0.1.10; Fixes RHBZ#2309072

epel10 imports/epel10/rust-http-auth-0.1.10-1.el10
Fabio Valentini 4 months ago
parent 9e730b8602
commit c811ee0c14
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/http-auth-0.1.8.crate /http-auth-0.1.8.crate
/http-auth-0.1.9.crate /http-auth-0.1.9.crate
/http-auth-0.1.10.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate http-auth %global crate http-auth
Name: rust-http-auth Name: rust-http-auth
Version: 0.1.9 Version: 0.1.10
Release: %autorelease Release: %autorelease
Summary: HTTP authentication Summary: HTTP authentication
@ -111,18 +111,6 @@ use the "hex" feature of the "%{crate}" crate.
%files -n %{name}+hex-devel %files -n %{name}+hex-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+http-devel %{_description}
This package contains library source intended for building other packages which
use the "http" feature of the "%{crate}" crate.
%files -n %{name}+http-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http10-devel %package -n %{name}+http10-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1,3 +1,8 @@
[package] [package]
summary = "HTTP authentication" summary = "HTTP authentication"
[features]
hide = [
"http",
]

@ -1 +1 @@
SHA512 (http-auth-0.1.9.crate) = bb3154157db52908f2ead1e7a3b0296ee32061dd8be5d0a030b4fbfdc80bb590e8140476c9cdae9d3066fe54011da12c87a2a10409afe77c9f3f06f1ec69041e SHA512 (http-auth-0.1.10.crate) = cc76291849b29253f695335e32fe931d3c8c5fe48542b7d3da67d15e3c53e3f52a3a5123b1b14515ff302a7d7c54a2487a91cc242e4c54a017dd2aa3bfed9c05

Loading…
Cancel
Save