Compare commits

..

4 Commits

Author SHA1 Message Date
Fabio Valentini a9e32c5359
Update to version 2.0.0; Fixes RHBZ#2183044
2 years ago
Michel Alexandre Salim b95e72ac4d Merge branch 'rawhide' into epel9
2 years ago
Fabio Valentini 76bc130c65
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits b81b27e061
Rebuild
3 years ago

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate serial_test_derive
Name: rust-serial_test_derive
Version: 3.2.0
Version: 2.0.0
Release: %autorelease
Summary: Helper crate for serial_test
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/serial_test_derive
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Helper crate for serial_test.}
@ -58,20 +58,8 @@ 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
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (serial_test_derive-3.2.0.crate) = b3f03f51e1bc880c0b3f1ae5ad5be18dbbb708c43ddba1aa14a29f62d712da031dba7223eab850289464862f1b575d77d00501bf00668d83443cbc385aec11b8
SHA512 (serial_test_derive-2.0.0.crate) = 3cbab9f93c1b966e0827d9ee9f41e4cead47c2de8b8da80a3f9402549d01c9f28042d084abfb6f1037bd31c751de8e4139131014da7c80a165444bc3db804be3

Loading…
Cancel
Save