Update to version 3.1.1; Fixes RHBZ#2276318

epel10
Fabio Valentini 9 months ago
parent 0922a4c707
commit 46c19c7928
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -5,7 +5,7 @@
%global crate serial_test_derive
Name: rust-serial_test_derive
Version: 3.0.0
Version: 3.1.1
Release: %autorelease
Summary: Helper crate for serial_test
@ -58,6 +58,18 @@ use the "async" feature of the "%{crate}" crate.
%files -n %{name}+async-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+test_logging-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+test_logging-devel %{_description}
This package contains library source intended for building other packages which
use the "test_logging" feature of the "%{crate}" crate.
%files -n %{name}+test_logging-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (serial_test_derive-3.0.0.crate) = f1574b6eea36ff1d9592971f74de76ffc748b6a495c5c3b26e90baf6ec8bce61042072ebe50bc8e0d12720040d815552765ab092f6fe8e58e8d4b26a6298b3ee
SHA512 (serial_test_derive-3.1.1.crate) = 7ea928622fd1c8b0e9103815e181ef179a4bac91b1b7de8937b4c97d7f552b22615129df29598d7415e6d735ac08f5fdd7d09f4393861714354bf47bcd6dba09

Loading…
Cancel
Save