From e8a3437f8fea1fe628c216b3527942da69bffb80 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 27 Nov 2021 21:18:09 +0100 Subject: [PATCH] Regenerate Signed-off-by: Igor Raits --- changelog | 48 ++++++++++++++++++++++ rust-stable_deref_trait.spec | 78 +++++++----------------------------- 2 files changed, 63 insertions(+), 63 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..8344bf8 --- /dev/null +++ b/changelog @@ -0,0 +1,48 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 01 2020 Fedora Release Engineering - 1.2.0-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 14 2020 Josh Stone - 1.2.0-1 +- Update to 1.2.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 1.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 1.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Oct 27 2018 Igor Gnatenko - 1.1.1-3 +- Adapt to new packaging + +* Sun Oct 07 2018 Igor Gnatenko - 1.1.1-2 +- Run tests in infrastructure + +* Sat Aug 04 2018 Josh Stone - 1.1.1-1 +- Update to 1.1.1 + +* Sat Jul 14 2018 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Jun 11 2018 Igor Gnatenko - 1.1.0-1 +- Update to 1.1.0 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 1.0.0-2 +- Rebuild for rust-packaging v5 + +* Fri Dec 01 2017 Igor Gnatenko - 1.0.0-1 +- Initial package diff --git a/rust-stable_deref_trait.spec b/rust-stable_deref_trait.spec index 191e991..9178fcf 100644 --- a/rust-stable_deref_trait.spec +++ b/rust-stable_deref_trait.spec @@ -1,14 +1,13 @@ -# Generated by rust2rpm 13 -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 19 +%bcond_without check %global debug_package %{nil} %global crate stable_deref_trait Name: rust-%{crate} Version: 1.2.0 -Release: 5%{?dist} -Summary: Unsafe marker trait that dereference to a stable address even when moved +Release: %autorelease +Summary: Unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 @@ -23,7 +22,7 @@ BuildArch: noarch BuildRequires: rust-packaging %global _description %{expand: -An unsafe marker trait for types like Box and Rc that dereference to a stable +Unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.} @@ -35,11 +34,11 @@ 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-MIT LICENSE-APACHE +%license LICENSE-APACHE LICENSE-MIT %doc README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ @@ -49,8 +48,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 +60,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 @@ -73,8 +72,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 @@ -98,51 +97,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.2.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 1.2.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Aug 01 2020 Fedora Release Engineering - 1.2.0-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jul 14 2020 Josh Stone - 1.2.0-1 -- Update to 1.2.0 - -* Thu Jan 30 2020 Fedora Release Engineering - 1.1.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jul 26 2019 Fedora Release Engineering - 1.1.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Feb 02 2019 Fedora Release Engineering - 1.1.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Oct 27 2018 Igor Gnatenko - 1.1.1-3 -- Adapt to new packaging - -* Sun Oct 07 2018 Igor Gnatenko - 1.1.1-2 -- Run tests in infrastructure - -* Sat Aug 04 2018 Josh Stone - 1.1.1-1 -- Update to 1.1.1 - -* Sat Jul 14 2018 Fedora Release Engineering - 1.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Jun 11 2018 Igor Gnatenko - 1.1.0-1 -- Update to 1.1.0 - -* Fri Feb 09 2018 Fedora Release Engineering - 1.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Jan 08 2018 Igor Gnatenko - 1.0.0-2 -- Rebuild for rust-packaging v5 - -* Fri Dec 01 2017 Igor Gnatenko - 1.0.0-1 -- Initial package +%autochangelog