From f05a1d59226a72617db528851b92f00099c94ef3 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Nov 28 2021 06:18:05 +0000 Subject: Regenerate Signed-off-by: Igor Raits --- diff --git a/changelog b/changelog new file mode 100644 index 0000000..ce4f8ad --- /dev/null +++ b/changelog @@ -0,0 +1,90 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.5.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.5.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 28 11:20:53 CET 2020 Igor Raits - 0.5.8-1 +- Update to 0.5.8 (Fixes: RHBZ#1909264) + +* Mon Nov 09 2020 Fabio Valentini - 0.5.7-1 +- Update to version 0.5.7. +- Fixes RHBZ#1887199 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.5.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 0.5.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 16 2020 Josh Stone - 0.5.6-1 +- Update to 0.5.6 + +* Tue Nov 19 10:02:25 CET 2019 Igor Gnatenko - 0.5.5-1 +- Update to 0.5.5 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 20 11:13:42 CEST 2019 Igor Gnatenko - 0.5.1-2 +- Regenerate + +* Sat Jun 01 2019 Josh Stone - 0.5.1-1 +- Update to 0.5.1 + +* Sat Mar 16 18:10:18 CET 2019 Igor Gnatenko - 0.5.0-1 +- Update to 0.5.0 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.4.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Dec 06 2018 Josh Stone - 0.4.10-1 +- Update to 0.4.10 + +* Mon Nov 26 2018 Josh Stone - 0.4.9-1 +- Update to 0.4.9 + +* Tue Oct 30 2018 Igor Gnatenko - 0.4.8-2 +- Adapt to new packaging + +* Mon Oct 01 2018 Josh Stone - 0.4.8-1 +- Update to 0.4.8 + +* Fri Sep 28 2018 Josh Stone - 0.4.7-1 +- Update to 0.4.7 + +* Sat Jul 28 2018 Igor Gnatenko - 0.4.6-4 +- Rebuild to trigger tests + +* Sat Jul 28 2018 Igor Gnatenko - 0.4.6-3 +- Rebuild to trigger tests + +* Sat Jul 14 2018 Fedora Release Engineering - 0.4.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Apr 05 2018 Igor Gnatenko - 0.4.6-1 +- Update to 0.4.6 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.4.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 0.4.5-2 +- Rebuild for rust-packaging v5 + +* Fri Sep 22 2017 Igor Gnatenko - 0.4.5-1 +- Update to 0.4.5 + +* Sun Jun 25 2017 Igor Gnatenko - 0.4.2-1 +- Update to 0.4.2 + +* Thu Jun 15 2017 Igor Gnatenko - 0.4.1-1 +- Update to 0.4.1 + +* Wed Jun 14 2017 Igor Gnatenko - 0.3.1-2 +- Port to use rust-packaging + +* Tue Feb 28 2017 Igor Gnatenko - 0.3.1-1 +- Update to 0.3.1 + +* Sun Feb 26 2017 Igor Gnatenko - 0.3.0-1 +- Initial package diff --git a/rust-toml.spec b/rust-toml.spec index fc7bff0..a66a899 100644 --- a/rust-toml.spec +++ b/rust-toml.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.8 -Release: 3%{?dist} +Release: %autorelease Summary: Native Rust encoder and decoder of TOML-formatted files and streams # Upstream license specification: MIT/Apache-2.0 @@ -34,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}/ @@ -48,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 @@ -60,8 +60,8 @@ BuildArch: noarch %description -n %{name}+indexmap-devel %{_description} -This package contains library source intended for building other packages -which use "indexmap" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the indexmap" feature of the "%{crate}" crate. %files -n %{name}+indexmap-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -72,8 +72,8 @@ BuildArch: noarch %description -n %{name}+preserve_order-devel %{_description} -This package contains library source intended for building other packages -which use "preserve_order" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the preserve_order" feature of the "%{crate}" crate. %files -n %{name}+preserve_order-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -97,93 +97,4 @@ which use "preserve_order" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.5.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.5.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Dec 28 11:20:53 CET 2020 Igor Raits - 0.5.8-1 -- Update to 0.5.8 (Fixes: RHBZ#1909264) - -* Mon Nov 09 2020 Fabio Valentini - 0.5.7-1 -- Update to version 0.5.7. -- Fixes RHBZ#1887199 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.5.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jan 30 2020 Fedora Release Engineering - 0.5.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jan 16 2020 Josh Stone - 0.5.6-1 -- Update to 0.5.6 - -* Tue Nov 19 10:02:25 CET 2019 Igor Gnatenko - 0.5.5-1 -- Update to 0.5.5 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.5.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 20 11:13:42 CEST 2019 Igor Gnatenko - 0.5.1-2 -- Regenerate - -* Sat Jun 01 2019 Josh Stone - 0.5.1-1 -- Update to 0.5.1 - -* Sat Mar 16 18:10:18 CET 2019 Igor Gnatenko - 0.5.0-1 -- Update to 0.5.0 - -* Sat Feb 02 2019 Fedora Release Engineering - 0.4.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Dec 06 2018 Josh Stone - 0.4.10-1 -- Update to 0.4.10 - -* Mon Nov 26 2018 Josh Stone - 0.4.9-1 -- Update to 0.4.9 - -* Tue Oct 30 2018 Igor Gnatenko - 0.4.8-2 -- Adapt to new packaging - -* Mon Oct 01 2018 Josh Stone - 0.4.8-1 -- Update to 0.4.8 - -* Fri Sep 28 2018 Josh Stone - 0.4.7-1 -- Update to 0.4.7 - -* Sat Jul 28 2018 Igor Gnatenko - 0.4.6-4 -- Rebuild to trigger tests - -* Sat Jul 28 2018 Igor Gnatenko - 0.4.6-3 -- Rebuild to trigger tests - -* Sat Jul 14 2018 Fedora Release Engineering - 0.4.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Apr 05 2018 Igor Gnatenko - 0.4.6-1 -- Update to 0.4.6 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.4.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Jan 08 2018 Igor Gnatenko - 0.4.5-2 -- Rebuild for rust-packaging v5 - -* Fri Sep 22 2017 Igor Gnatenko - 0.4.5-1 -- Update to 0.4.5 - -* Sun Jun 25 2017 Igor Gnatenko - 0.4.2-1 -- Update to 0.4.2 - -* Thu Jun 15 2017 Igor Gnatenko - 0.4.1-1 -- Update to 0.4.1 - -* Wed Jun 14 2017 Igor Gnatenko - 0.3.1-2 -- Port to use rust-packaging - -* Tue Feb 28 2017 Igor Gnatenko - 0.3.1-1 -- Update to 0.3.1 - -* Sun Feb 26 2017 Igor Gnatenko - 0.3.0-1 -- Initial package +%autochangelog