Update to 1.0.0

epel9
Peter Robinson 2 years ago
parent 6aeb4d3797
commit e1fad56d8a

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate serial_test_derive %global crate serial_test_derive
Name: rust-serial_test_derive Name: rust-serial_test_derive
Version: 0.9.0 Version: 1.0.0
Release: %autorelease Release: %autorelease
Summary: Helper crate for serial_test Summary: Helper crate for serial_test
@ -46,6 +46,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+async-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+async-devel %{_description}
This package contains library source intended for building other packages which
use the "async" feature of the "%{crate}" crate.
%files -n %{name}+async-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (serial_test_derive-0.9.0.crate) = 030dcad9d972866254e2faacb5039d949e2f8f515e7879f6a93c8546f2787bfbb6e6ce0bbe2e76f0eae6225392a1fe2ac0d76c692fdfc4e9bd2e49621ef8967a SHA512 (serial_test_derive-1.0.0.crate) = 775de93d886128b4be6fcf4f0fa460933df23cc53a6006090d8aec54483beb5fef549d0bbb8efbba26ba6ba1554c7ef4154531de075ad3db2f201479dcc176c8

Loading…
Cancel
Save