From 0ca1bc9a2a0eeaa54472c0a749214c8795b439db Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 28 Nov 2021 11:02:10 +0100 Subject: [PATCH] Regenerate Signed-off-by: Igor Raits --- changelog | 93 ++++++++++++++++++++++++++++++++ rust-once_cell.spec | 128 +++++++------------------------------------- 2 files changed, 111 insertions(+), 110 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..4366159 --- /dev/null +++ b/changelog @@ -0,0 +1,93 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jun 15 2021 Jan Staněk - 1.8.0-1 +- Update to version 1.8.0 + +* Wed Mar 03 2021 Fabio Valentini - 1.7.2-1 +- Update to version 1.7.2. +- Fixes RHBZ#1934173 + +* Tue Mar 02 2021 Jan Staněk - 1.7.1-1 +- Update to version 1.7.1 + +* Thu Feb 25 2021 Jan Staněk - 1.7.0-1 +- Update to version 1.7.0 +- Add subpackage for the "race" feature + +* Mon Feb 22 2021 Jan Staněk - 1.6.0-1 +- Update to version 1.6.0 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.5.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Nov 12 2020 Fabio Valentini - 1.5.2-1 +- Update to version 1.5.2. +- Fixes RHBZ#1897157 + +* Wed Nov 11 2020 Fabio Valentini - 1.5.1-1 +- Update to version 1.5.1. +- Fixes RHBZ#1896604 + +* Tue Aug 18 2020 Jan Staněk - 1.4.1-1 +- Update to 1.4.1 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu May 14 2020 Josh Stone - 1.4.0-1 +- Update to 1.4.0 + +* Wed Apr 01 2020 Josh Stone - 1.3.1-3 +- Bump to crossbeam-utils 0.7 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jan 17 2020 Josh Stone - 1.3.1-1 +- Update to 1.3.1 + +* Wed Jan 15 2020 Josh Stone - 1.3.0-1 +- Update to 1.3.0 + +* Mon Sep 23 07:53:58 CEST 2019 Igor Gnatenko - 1.2.0-1 +- Update to 1.2.0 + +* Fri Sep 06 20:59:00 CEST 2019 Igor Gnatenko - 1.1.0-1 +- Update to 1.1.0 + +* Mon Sep 02 2019 Jan Staněk - 1.0.2-1 +- Update to 1.0.2 + +* Mon Sep 02 2019 Jan Staněk - 1.0.1-1 +- Update to 1.0.1 + +* Mon Aug 19 2019 Jan Staněk - 0.2.6-1 +- Update to 0.2.6 + +* Sun Aug 04 15:41:31 CEST 2019 Igor Gnatenko - 0.2.4-1 +- Update to 0.2.4 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Jul 06 11:22:49 CEST 2019 Igor Gnatenko - 0.2.2-1 +- Update to 0.2.2 + +* Mon Jul 01 20:54:06 CEST 2019 Igor Gnatenko - 0.2.1-2 +- Regenerate + +* Thu Jun 06 2019 Josh Stone - 0.2.1-1 +- Update to 0.2.1 + +* Tue May 07 14:42:19 CEST 2019 Igor Gnatenko - 0.2.0-1 +- Update to 0.2.0 + +* Tue May 07 07:37:55 CEST 2019 Igor Gnatenko - 0.1.8-3 +- Update parking_lot to 0.8 + +* Tue Feb 12 2019 Igor Gnatenko - 0.1.8-2 +- Adapt to new packaging + +* Thu Feb 07 2019 Jan Stanek - 0.1.8-1 +- Initial package diff --git a/rust-once_cell.spec b/rust-once_cell.spec index 1716509..0c1b5ee 100644 --- a/rust-once_cell.spec +++ b/rust-once_cell.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: 1.8.0 -Release: 2%{?dist} +Release: %autorelease Summary: Single assignment cells and lazy values # 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-APACHE LICENSE-MIT -%doc README.md CHANGELOG.md +%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}+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}+parking_lot-devel %{_description} -This package contains library source intended for building other packages -which use "parking_lot" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the parking_lot" feature of the "%{crate}" crate. %files -n %{name}+parking_lot-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -82,8 +82,8 @@ BuildArch: noarch %description -n %{name}+race-devel %{_description} -This package contains library source intended for building other packages -which use "race" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the race" feature of the "%{crate}" crate. %files -n %{name}+race-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -94,8 +94,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 @@ -106,8 +106,8 @@ BuildArch: noarch %description -n %{name}+unstable-devel %{_description} -This package contains library source intended for building other packages -which use "unstable" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use "the unstable" feature of the "%{crate}" crate. %files -n %{name}+unstable-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -131,96 +131,4 @@ which use "unstable" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jun 15 2021 Jan Staněk - 1.8.0-1 -- Update to version 1.8.0 - -* Wed Mar 03 2021 Fabio Valentini - 1.7.2-1 -- Update to version 1.7.2. -- Fixes RHBZ#1934173 - -* Tue Mar 02 2021 Jan Staněk - 1.7.1-1 -- Update to version 1.7.1 - -* Thu Feb 25 2021 Jan Staněk - 1.7.0-1 -- Update to version 1.7.0 -- Add subpackage for the "race" feature - -* Mon Feb 22 2021 Jan Staněk - 1.6.0-1 -- Update to version 1.6.0 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.5.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Nov 12 2020 Fabio Valentini - 1.5.2-1 -- Update to version 1.5.2. -- Fixes RHBZ#1897157 - -* Wed Nov 11 2020 Fabio Valentini - 1.5.1-1 -- Update to version 1.5.1. -- Fixes RHBZ#1896604 - -* Tue Aug 18 2020 Jan Staněk - 1.4.1-1 -- Update to 1.4.1 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu May 14 2020 Josh Stone - 1.4.0-1 -- Update to 1.4.0 - -* Wed Apr 01 2020 Josh Stone - 1.3.1-3 -- Bump to crossbeam-utils 0.7 - -* Thu Jan 30 2020 Fedora Release Engineering - 1.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jan 17 2020 Josh Stone - 1.3.1-1 -- Update to 1.3.1 - -* Wed Jan 15 2020 Josh Stone - 1.3.0-1 -- Update to 1.3.0 - -* Mon Sep 23 07:53:58 CEST 2019 Igor Gnatenko - 1.2.0-1 -- Update to 1.2.0 - -* Fri Sep 06 20:59:00 CEST 2019 Igor Gnatenko - 1.1.0-1 -- Update to 1.1.0 - -* Mon Sep 02 2019 Jan Staněk - 1.0.2-1 -- Update to 1.0.2 - -* Mon Sep 02 2019 Jan Staněk - 1.0.1-1 -- Update to 1.0.1 - -* Mon Aug 19 2019 Jan Staněk - 0.2.6-1 -- Update to 0.2.6 - -* Sun Aug 04 15:41:31 CEST 2019 Igor Gnatenko - 0.2.4-1 -- Update to 0.2.4 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Jul 06 11:22:49 CEST 2019 Igor Gnatenko - 0.2.2-1 -- Update to 0.2.2 - -* Mon Jul 01 20:54:06 CEST 2019 Igor Gnatenko - 0.2.1-2 -- Regenerate - -* Thu Jun 06 2019 Josh Stone - 0.2.1-1 -- Update to 0.2.1 - -* Tue May 07 14:42:19 CEST 2019 Igor Gnatenko - 0.2.0-1 -- Update to 0.2.0 - -* Tue May 07 07:37:55 CEST 2019 Igor Gnatenko - 0.1.8-3 -- Update parking_lot to 0.8 - -* Tue Feb 12 2019 Igor Gnatenko - 0.1.8-2 -- Adapt to new packaging - -* Thu Feb 07 2019 Jan Stanek - 0.1.8-1 -- Initial package +%autochangelog