Update to version 0.1.9; Fixes RHBZ#2256100

epel10
Fabio Valentini 12 months ago
parent 9e00752e26
commit 0bec26aaa6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -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-auth %global crate http-auth
Name: rust-http-auth Name: rust-http-auth
Version: 0.1.8 Version: 0.1.9
Release: %autorelease Release: %autorelease
Summary: HTTP authentication Summary: HTTP authentication
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/http-auth URL: https://crates.io/crates/http-auth
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
HTTP authentication: parse challenge lists, respond to Basic and Digest HTTP authentication: parse challenge lists, respond to Basic and Digest
@ -123,6 +123,18 @@ use the "http" feature of the "%{crate}" crate.
%files -n %{name}+http-devel %files -n %{name}+http-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http10-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+http10-devel %{_description}
This package contains library source intended for building other packages which
use the "http10" feature of the "%{crate}" crate.
%files -n %{name}+http10-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+log-devel %package -n %{name}+log-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -184,7 +196,7 @@ use the "trace" 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

@ -0,0 +1,3 @@
[package]
summary = "HTTP authentication"

@ -1 +1 @@
SHA512 (http-auth-0.1.8.crate) = 509313647380a98c2fede816ea90d04f85f6bfeb1ae4112767a0ad9fdd29d9169a30f4359d845ec0ee9ddcdd93921d970ea68199edc50a1c7b8e29aa6f664fd0 SHA512 (http-auth-0.1.9.crate) = bb3154157db52908f2ead1e7a3b0296ee32061dd8be5d0a030b4fbfdc80bb590e8140476c9cdae9d3066fe54011da12c87a2a10409afe77c9f3f06f1ec69041e

Loading…
Cancel
Save