Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate http-auth
Name: rust-http-auth
Version: 0.1.10
Version: 0.1.8
Release: %autorelease
Summary: HTTP authentication
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/http-auth
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
HTTP authentication: parse challenge lists, respond to Basic and Digest
@ -111,16 +111,16 @@ use the "hex" feature of the "%{crate}" crate.
%files -n %{name}+hex-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+http10-devel
%package -n %{name}+http-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+http10-devel %{_description}
%description -n %{name}+http-devel %{_description}
This package contains library source intended for building other packages which
use the "http10" feature of the "%{crate}" crate.
use the "http" feature of the "%{crate}" crate.
%files -n %{name}+http10-devel
%files -n %{name}+http-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+log-devel
@ -184,7 +184,7 @@ use the "trace" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

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

@ -1 +1 @@
SHA512 (http-auth-0.1.10.crate) = cc76291849b29253f695335e32fe931d3c8c5fe48542b7d3da67d15e3c53e3f52a3a5123b1b14515ff302a7d7c54a2487a91cc242e4c54a017dd2aa3bfed9c05
SHA512 (http-auth-0.1.8.crate) = 509313647380a98c2fede816ea90d04f85f6bfeb1ae4112767a0ad9fdd29d9169a30f4359d845ec0ee9ddcdd93921d970ea68199edc50a1c7b8e29aa6f664fd0

Loading…
Cancel
Save