chore(update): 0.8.1

epel9 imports/e9/rust-shadow-rs-0.8.1-1.el9
Artem Polishchuk 3 years ago
parent 263186688b
commit cab3f6c8dd

1
.gitignore vendored

@ -1,2 +1,3 @@
/shadow-rs-0.5.25.crate
/shadow-rs-0.6.3.crate
/shadow-rs-0.8.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate shadow-rs
Name: rust-%{crate}
Version: 0.6.3
Version: 0.8.1
Release: %autorelease
Summary: Build-time information stored in your rust project
@ -15,9 +15,6 @@ URL: https://crates.io/crates/shadow-rs
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,8 +29,8 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+git2-devel %{_description}
This package contains library source intended for building other packages
which use "git2" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "git2" feature of the "%{crate}" crate.
%files -n %{name}+git2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (shadow-rs-0.6.3.crate) = cebd9efbdb86a61bc6fc97fe0d2bd542e72eddc3ae799a7df94ad11ef3ada17ca1b3149e3e30d1c8fd0d4aa3a640eb3dd9d56f8f3ec2cebda4d056eb7b179141
SHA512 (shadow-rs-0.8.1.crate) = 36380be2e35c0911bffb37895fb2492219615d764e14730b206ec77730fc9726923a9c792e04b274ed7959fa5739bca58c27416075209ecbdac2dc83a6f1f1e2

Loading…
Cancel
Save