From b8b6f20430d6880589a790824155883304d9bfb0 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 27 Nov 2021 21:37:38 +0100 Subject: [PATCH] Regenerate Signed-off-by: Igor Raits --- changelog | 38 ++++++++++++++++++++++++ rust-erased-serde.spec | 66 +++++++++--------------------------------- 2 files changed, 52 insertions(+), 52 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..b9a00b6 --- /dev/null +++ b/changelog @@ -0,0 +1,38 @@ +* Tue Jul 27 2021 Fedora Release Engineering - 0.3.16-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jun 19 2021 Fabio Valentini - 0.3.16-1 +- Update to version 0.3.16. +- Fixes RHBZ#1973713 + +* Tue May 25 2021 Fabio Valentini - 0.3.15-1 +- Update to version 0.3.15. +- Fixes RHBZ#1964135 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 28 11:02:30 CET 2020 Igor Raits - 0.3.13-1 +- Update to 0.3.13 (Fixes: RHBZ#1911137) + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Josh Stone - 0.3.12-1 +- Update to 0.3.12 + +* Sat Mar 28 07:14:16 CET 2020 Igor Raits - 0.3.11-1 +- Update to 0.3.11 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.3.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Jan 07 2020 Josh Stone - 0.3.10-1 +- Update to 0.3.10 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.3.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Feb 11 2019 Sayan Chowdhury - 0.3.9-1 +- Initial package diff --git a/rust-erased-serde.spec b/rust-erased-serde.spec index 0899dcd..cd79d11 100644 --- a/rust-erased-serde.spec +++ b/rust-erased-serde.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm 17 -# * tests require files which are not shipped with published crates -%bcond_with check +# Generated by rust2rpm 19 +%bcond_without check %global debug_package %{nil} %global crate erased-serde Name: rust-%{crate} Version: 0.3.16 -Release: 2%{?dist} +Release: %autorelease Summary: Type-erased Serialize and Serializer traits # Upstream license specification: MIT OR Apache-2.0 @@ -33,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-APACHE LICENSE-MIT @@ -47,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 @@ -59,8 +58,8 @@ BuildArch: noarch %description -n %{name}+alloc-devel %{_description} -This package contains library source intended for building other packages -which use "alloc" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the alloc" feature of the "%{crate}" crate. %files -n %{name}+alloc-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -71,8 +70,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 @@ -83,8 +82,8 @@ BuildArch: noarch %description -n %{name}+unstable-debug-devel %{_description} -This package contains library source intended for building other packages -which use "unstable-debug" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the unstable-debug" feature of the "%{crate}" crate. %files -n %{name}+unstable-debug-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -108,41 +107,4 @@ which use "unstable-debug" feature of "%{crate}" crate. %endif %changelog -* Tue Jul 27 2021 Fedora Release Engineering - 0.3.16-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Jun 19 2021 Fabio Valentini - 0.3.16-1 -- Update to version 0.3.16. -- Fixes RHBZ#1973713 - -* Tue May 25 2021 Fabio Valentini - 0.3.15-1 -- Update to version 0.3.15. -- Fixes RHBZ#1964135 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.3.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Dec 28 11:02:30 CET 2020 Igor Raits - 0.3.13-1 -- Update to 0.3.13 (Fixes: RHBZ#1911137) - -* Wed Jul 29 2020 Fedora Release Engineering - 0.3.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 26 2020 Josh Stone - 0.3.12-1 -- Update to 0.3.12 - -* Sat Mar 28 07:14:16 CET 2020 Igor Raits - 0.3.11-1 -- Update to 0.3.11 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.3.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Jan 07 2020 Josh Stone - 0.3.10-1 -- Update to 0.3.10 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.3.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Feb 11 2019 Sayan Chowdhury - 0.3.9-1 -- Initial package +%autochangelog