diff --git a/changelog b/changelog new file mode 100644 index 0000000..004024b --- /dev/null +++ b/changelog @@ -0,0 +1,12 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Dec 27 14:42:42 CET 2020 Igor Raits - 0.5.1-1 +- Update to 0.5.1 + +* Wed Oct 21 13:19:11 CEST 2020 Javier Martinez Canillas - 0.5.0-1 +- Initial package + Resolves: rhbz#1886458 diff --git a/rust-serial_test_derive.spec b/rust-serial_test_derive.spec index e521b0a..ef83adf 100644 --- a/rust-serial_test_derive.spec +++ b/rust-serial_test_derive.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 16 +# Generated by rust2rpm 19 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.5.1 -Release: 3%{?dist} +Release: %autorelease Summary: Helper crate for serial_test # Upstream license specification: MIT @@ -32,8 +32,8 @@ BuildArch: noarch %description devel %{_description} -This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use "%{crate}" crate. %files devel %license LICENSE @@ -46,8 +46,8 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} -This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -71,15 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.5.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Dec 27 14:42:42 CET 2020 Igor Raits - 0.5.1-1 -- Update to 0.5.1 - -* Wed Oct 21 13:19:11 CEST 2020 Javier Martinez Canillas - 0.5.0-1 -- Initial package - Resolves: rhbz#1886458 +%autochangelog