Compare commits

...

7 Commits

Author SHA1 Message Date
Fabio Valentini 58ba37c209
Update to version 3.2.0; Fixes RHBZ#2324744
2 months ago
Fabio Valentini 46c19c7928
Update to version 3.1.1; Fixes RHBZ#2276318
6 months ago
Fedora Release Engineering 0922a4c707 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Michel Lind b2d65d044c
Update to 3.0.0 (rhbz#2257121)
10 months ago
Fedora Release Engineering 0ad19dd73b Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering 241d36d400 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 08f6d0ca4d
Update to version 2.0.0; Fixes RHBZ#2183044
2 years ago

@ -1,3 +0,0 @@
# rust-serial_test_derive
The rust-serial_test_derive package

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate serial_test_derive
Name: rust-serial_test_derive
Version: 1.0.0
Version: 3.2.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: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Helper crate for serial_test.}
@ -58,8 +58,20 @@ 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_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (serial_test_derive-1.0.0.crate) = 775de93d886128b4be6fcf4f0fa460933df23cc53a6006090d8aec54483beb5fef549d0bbb8efbba26ba6ba1554c7ef4154531de075ad3db2f201479dcc176c8
SHA512 (serial_test_derive-3.2.0.crate) = b3f03f51e1bc880c0b3f1ae5ad5be18dbbb708c43ddba1aa14a29f62d712da031dba7223eab850289464862f1b575d77d00501bf00668d83443cbc385aec11b8

Loading…
Cancel
Save