From 0bfcd736614c5183f40ea66c0d3e2c4aaf974267 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 28 Nov 2021 09:43:49 +0100 Subject: [PATCH] Regenerate Signed-off-by: Igor Raits --- changelog | 12 ++++++++++++ rust-serial_test.spec | 25 +++++++------------------ 2 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..6b72ca3 --- /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:43:47 CET 2020 Igor Raits - 0.5.1-1 +- Update to 0.5.1 + +* Tue Oct 27 17:16:37 CET 2020 Javier Martinez Canillas - 0.5.0-1 +- Initial package + Resolves: rhbz#1886463 diff --git a/rust-serial_test.spec b/rust-serial_test.spec index b865862..b4d01de 100644 --- a/rust-serial_test.spec +++ b/rust-serial_test.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: Allows for the creation of serialised Rust tests # 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:43:47 CET 2020 Igor Raits - 0.5.1-1 -- Update to 0.5.1 - -* Tue Oct 27 17:16:37 CET 2020 Javier Martinez Canillas - 0.5.0-1 -- Initial package - Resolves: rhbz#1886463 +%autochangelog