From 0850261b3dfc2e1a2c22c40623893c89517680be Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Nov 28 2021 10:15:17 +0000 Subject: Regenerate Signed-off-by: Igor Raits --- diff --git a/changelog b/changelog new file mode 100644 index 0000000..3697073 --- /dev/null +++ b/changelog @@ -0,0 +1,71 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Apr 29 2021 Fabio Valentini - 0.5.1-1 +- Update to version 0.5.1. +- Fixes RHBZ#1948206 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Nov 12 2020 Fabio Valentini - 0.5.0-1 +- Update to version 0.5.0. +- Fixes RHBZ#1887297 + +* Mon Sep 21 2020 Fabio Valentini - 0.4.4-1 +- Update to version 0.4.4. + +* Sat Aug 01 2020 Fedora Release Engineering - 0.4.3-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 22 2020 Josh Stone - 0.4.3-1 +- Update to 0.4.3 + +* Sun Feb 23 11:25:39 CET 2020 Igor Raits - 0.4.2-1 +- Update to 0.4.2 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Nov 19 11:22:46 CET 2019 Igor Gnatenko - 0.4.0-1 +- Update to 0.4.0 + +* Sun Jul 28 20:39:15 CEST 2019 Igor Gnatenko - 0.3.9-1 +- Update to 0.3.9 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.3.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 20 11:30:26 CEST 2019 Igor Gnatenko - 0.3.8-5 +- Regenerate + +* Sun Jun 09 00:00:41 CEST 2019 Igor Gnatenko - 0.3.8-4 +- Regenerate + +* Sun Feb 10 2019 Igor Gnatenko - 0.3.8-3 +- Run tests in infrastructure + +* Sat Feb 02 2019 Fedora Release Engineering - 0.3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jan 29 2019 Josh Stone - 0.3.8-1 +- Update to 0.3.8 + +* Mon Jan 28 2019 Josh Stone - 0.3.7-1 +- Update to 0.3.7 + +* Tue Jan 08 2019 Josh Stone - 0.3.6-1 +- Update to 0.3.6 + +* Sat Dec 15 2018 Igor Gnatenko - 0.3.3-1 +- Update to 0.3.3 + +* Sun Oct 28 2018 Igor Gnatenko - 0.2.6-1 +- Update to 0.2.6 + +* Sat Sep 08 2018 Igor Gnatenko - 0.2.4-1 +- Initial package diff --git a/rust-crossbeam-channel.spec b/rust-crossbeam-channel.spec index ae8a23e..b2b3ed2 100644 --- a/rust-crossbeam-channel.spec +++ b/rust-crossbeam-channel.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: 0.5.1 -Release: 2%{?dist} +Release: %autorelease Summary: Multi-producer multi-consumer channels for message passing # Upstream license specification: MIT OR Apache-2.0 @@ -32,12 +32,12 @@ 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-THIRD-PARTY -%doc README.md CHANGELOG.md +%license LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY +%doc CHANGELOG.md README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel @@ -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}+crossbeam-utils-devel %{_description} -This package contains library source intended for building other packages -which use "crossbeam-utils" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the crossbeam-utils" feature of the "%{crate}" crate. %files -n %{name}+crossbeam-utils-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 @@ -97,74 +97,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Apr 29 2021 Fabio Valentini - 0.5.1-1 -- Update to version 0.5.1. -- Fixes RHBZ#1948206 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.5.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Nov 12 2020 Fabio Valentini - 0.5.0-1 -- Update to version 0.5.0. -- Fixes RHBZ#1887297 - -* Mon Sep 21 2020 Fabio Valentini - 0.4.4-1 -- Update to version 0.4.4. - -* Sat Aug 01 2020 Fedora Release Engineering - 0.4.3-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.4.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 22 2020 Josh Stone - 0.4.3-1 -- Update to 0.4.3 - -* Sun Feb 23 11:25:39 CET 2020 Igor Raits - 0.4.2-1 -- Update to 0.4.2 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Nov 19 11:22:46 CET 2019 Igor Gnatenko - 0.4.0-1 -- Update to 0.4.0 - -* Sun Jul 28 20:39:15 CEST 2019 Igor Gnatenko - 0.3.9-1 -- Update to 0.3.9 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.3.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 20 11:30:26 CEST 2019 Igor Gnatenko - 0.3.8-5 -- Regenerate - -* Sun Jun 09 00:00:41 CEST 2019 Igor Gnatenko - 0.3.8-4 -- Regenerate - -* Sun Feb 10 2019 Igor Gnatenko - 0.3.8-3 -- Run tests in infrastructure - -* Sat Feb 02 2019 Fedora Release Engineering - 0.3.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jan 29 2019 Josh Stone - 0.3.8-1 -- Update to 0.3.8 - -* Mon Jan 28 2019 Josh Stone - 0.3.7-1 -- Update to 0.3.7 - -* Tue Jan 08 2019 Josh Stone - 0.3.6-1 -- Update to 0.3.6 - -* Sat Dec 15 2018 Igor Gnatenko - 0.3.3-1 -- Update to 0.3.3 - -* Sun Oct 28 2018 Igor Gnatenko - 0.2.6-1 -- Update to 0.2.6 - -* Sat Sep 08 2018 Igor Gnatenko - 0.2.4-1 -- Initial package +%autochangelog