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,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%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: 2.0.0 Version: 3.2.0
Release: %autorelease Release: %autorelease
Summary: Helper crate for serial_test Summary: Helper crate for serial_test
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/serial_test_derive URL: https://crates.io/crates/serial_test_derive
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Helper crate for serial_test.} Helper crate for serial_test.}
@ -58,8 +58,20 @@ use the "async" feature of the "%{crate}" crate.
%files -n %{name}+async-devel %files -n %{name}+async-devel
%ghost %{crate_instdir}/Cargo.toml %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 %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

Loading…
Cancel
Save