Update to version 3.1.0; Fixes RHBZ#2150084

epel9 imports/e9/rust-shellexpand-3.1.0-1.el9
Kalev Lember 2 years ago
parent fa3dc819f2
commit 7164340bc3

1
.gitignore vendored

@ -1,3 +1,4 @@
/shellexpand-2.0.0.crate
/shellexpand-2.1.0.crate
/shellexpand-2.1.2.crate
/shellexpand-3.1.0.crate

@ -5,7 +5,7 @@
%global crate shellexpand
Name: rust-shellexpand
Version: 2.1.2
Version: 3.1.0
Release: %autorelease
Summary: Shell-like expansions in strings
@ -48,6 +48,114 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+base-0-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+base-0-devel %{_description}
This package contains library source intended for building other packages which
use the "base-0" feature of the "%{crate}" crate.
%files -n %{name}+base-0-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bstr-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bstr-devel %{_description}
This package contains library source intended for building other packages which
use the "bstr" feature of the "%{crate}" crate.
%files -n %{name}+bstr-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dirs-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dirs-devel %{_description}
This package contains library source intended for building other packages which
use the "dirs" feature of the "%{crate}" crate.
%files -n %{name}+dirs-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+full-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+full-devel %{_description}
This package contains library source intended for building other packages which
use the "full" feature of the "%{crate}" crate.
%files -n %{name}+full-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+full-msrv-1-31-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+full-msrv-1-31-devel %{_description}
This package contains library source intended for building other packages which
use the "full-msrv-1-31" feature of the "%{crate}" crate.
%files -n %{name}+full-msrv-1-31-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+full-msrv-1-51-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+full-msrv-1-51-devel %{_description}
This package contains library source intended for building other packages which
use the "full-msrv-1-51" feature of the "%{crate}" crate.
%files -n %{name}+full-msrv-1-51-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+os_str_bytes-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+os_str_bytes-devel %{_description}
This package contains library source intended for building other packages which
use the "os_str_bytes" feature of the "%{crate}" crate.
%files -n %{name}+os_str_bytes-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+path-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+path-devel %{_description}
This package contains library source intended for building other packages which
use the "path" feature of the "%{crate}" crate.
%files -n %{name}+path-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tilde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tilde-devel %{_description}
This package contains library source intended for building other packages which
use the "tilde" feature of the "%{crate}" crate.
%files -n %{name}+tilde-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (shellexpand-2.1.2.crate) = 80242e9f39140b3406c604ddc771f6df93b98f34a67f8f7a1c08f78b463bf46dfde365759a0e8082b1da2704b96c71cb9341c4b789a238195cbb2db1cdcc7581
SHA512 (shellexpand-3.1.0.crate) = 9b20074425db359cf92f29c52be91a3a58a91e6f3116b210913f24dc31b5371ef9d77fe46e7da39e42eac87fa4ccb8ebf9175d7bd5fe6b520d12b9d3b31cc65e

Loading…
Cancel
Save