From 081d7fa9cfb356cc0412c381a3151b30ce89a405 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 27 Nov 2021 20:54:19 +0100 Subject: [PATCH] Regenerate Signed-off-by: Igor Raits --- changelog | 5 +++++ rust-serde_fmt.spec | 22 +++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..6bb8c61 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon May 10 2021 Fabio Valentini - 1.0.1-1 +- Initial package diff --git a/rust-serde_fmt.spec b/rust-serde_fmt.spec index e7de6eb..1b8652c 100644 --- a/rust-serde_fmt.spec +++ b/rust-serde_fmt.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 17 +# Generated by rust2rpm 19 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.1 -Release: 2%{?dist} +Release: %autorelease Summary: Write any serde::Serialize using the standard formatting APIs # Upstream license specification: Apache-2.0 OR MIT @@ -35,8 +35,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-APACHE LICENSE-MIT @@ -49,8 +49,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 @@ -61,8 +61,8 @@ BuildArch: noarch %description -n %{name}+std-devel %{_description} -This package contains library source intended for building other packages -which use "std" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -86,8 +86,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon May 10 2021 Fabio Valentini - 1.0.1-1 -- Initial package +%autochangelog