From 4723c69b216b4fc645ac5bc9cd04db4251d27502 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 27 Nov 2021 20:00:29 +0100 Subject: [PATCH] Regenerate Signed-off-by: Igor Raits --- changelog | 74 +++++++++++++++++++++++++++++++++ rust-serde_bytes.spec | 97 ++++++------------------------------------- 2 files changed, 86 insertions(+), 85 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..cc79e14 --- /dev/null +++ b/changelog @@ -0,0 +1,74 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.11.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.11.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.11.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jun 11 2020 Josh Stone - 0.11.5-1 +- Update to 0.11.5 + +* Tue May 05 2020 Josh Stone - 0.11.4-1 +- Update to 0.11.4 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.11.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Dec 05 10:17:12 CET 2019 Igor Gnatenko - 0.11.3-1 +- Update to 0.11.3 + +* Sat Nov 23 2019 Josh Stone - 0.11.2-1 +- Update to 0.11.2 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.11.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 20 16:54:49 CEST 2019 Igor Gnatenko - 0.11.1-2 +- Regenerate + +* Thu May 09 14:32:23 CEST 2019 Igor Gnatenko - 0.11.1-1 +- Update to 0.11.1 + +* Tue Feb 26 2019 Josh Stone - 0.10.5-1 +- Update to 0.10.5 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.10.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Nov 10 2018 Igor Gnatenko - 0.10.4-6 +- Fix description + +* Fri Nov 09 2018 Robert-André Mauchin - 0.10.4-5 +- Adapt to new packaging + +* Sat Jul 28 2018 Igor Gnatenko - 0.10.4-4 +- Rebuild to trigger tests + +* Sat Jul 21 2018 Igor Gnatenko - 0.10.4-3 +- Run tests in infrastructure + +* Sat Jul 14 2018 Fedora Release Engineering - 0.10.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Apr 02 2018 Igor Gnatenko - 0.10.4-1 +- Update to 0.10.4 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.10.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 0.10.3-2 +- Rebuild for rust-packaging v5 + +* Wed Dec 20 2017 Igor Gnatenko - 0.10.3-1 +- Update to 0.10.3 + +* Mon Nov 13 2017 Igor Gnatenko - 0.10.2-1 +- Update to 0.10.2 + +* Sat Jul 01 2017 Igor Gnatenko - 0.10.1-1 +- Update to 0.10.1 + +* Thu Jun 15 2017 Igor Gnatenko - 0.10.0-1 +- Initial package diff --git a/rust-serde_bytes.spec b/rust-serde_bytes.spec index 789dcc3..d95a1a9 100644 --- a/rust-serde_bytes.spec +++ b/rust-serde_bytes.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 19 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.11.5 -Release: 4%{?dist} +Release: %autorelease Summary: Optimized handling of `&[u8]` and `Vec` for Serde # Upstream license specification: MIT OR Apache-2.0 @@ -32,11 +32,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}/ @@ -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 @@ -58,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 @@ -70,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 @@ -95,77 +95,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.11.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.11.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.11.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jun 11 2020 Josh Stone - 0.11.5-1 -- Update to 0.11.5 - -* Tue May 05 2020 Josh Stone - 0.11.4-1 -- Update to 0.11.4 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.11.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Dec 05 10:17:12 CET 2019 Igor Gnatenko - 0.11.3-1 -- Update to 0.11.3 - -* Sat Nov 23 2019 Josh Stone - 0.11.2-1 -- Update to 0.11.2 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.11.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 20 16:54:49 CEST 2019 Igor Gnatenko - 0.11.1-2 -- Regenerate - -* Thu May 09 14:32:23 CEST 2019 Igor Gnatenko - 0.11.1-1 -- Update to 0.11.1 - -* Tue Feb 26 2019 Josh Stone - 0.10.5-1 -- Update to 0.10.5 - -* Sat Feb 02 2019 Fedora Release Engineering - 0.10.4-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Nov 10 2018 Igor Gnatenko - 0.10.4-6 -- Fix description - -* Fri Nov 09 2018 Robert-André Mauchin - 0.10.4-5 -- Adapt to new packaging - -* Sat Jul 28 2018 Igor Gnatenko - 0.10.4-4 -- Rebuild to trigger tests - -* Sat Jul 21 2018 Igor Gnatenko - 0.10.4-3 -- Run tests in infrastructure - -* Sat Jul 14 2018 Fedora Release Engineering - 0.10.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Apr 02 2018 Igor Gnatenko - 0.10.4-1 -- Update to 0.10.4 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.10.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Jan 08 2018 Igor Gnatenko - 0.10.3-2 -- Rebuild for rust-packaging v5 - -* Wed Dec 20 2017 Igor Gnatenko - 0.10.3-1 -- Update to 0.10.3 - -* Mon Nov 13 2017 Igor Gnatenko - 0.10.2-1 -- Update to 0.10.2 - -* Sat Jul 01 2017 Igor Gnatenko - 0.10.1-1 -- Update to 0.10.1 - -* Thu Jun 15 2017 Igor Gnatenko - 0.10.0-1 -- Initial package +%autochangelog