From 5ea17945ab150047f6821e026db0efa8641790b5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 7 Sep 2021 15:43:10 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 70 +++++++++++++++++++++++++++++++++++++++++++ rust-hashbrown.spec | 73 ++------------------------------------------- 2 files changed, 72 insertions(+), 71 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..3de9fa6 --- /dev/null +++ b/changelog @@ -0,0 +1,70 @@ +* Tue Jul 27 2021 Fedora Release Engineering - 0.9.1-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.9.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Nov 09 2020 Fabio Valentini - 0.9.1-2 +- Drop dependencies on compiler internals. + +* Mon Sep 28 2020 Fabio Valentini - 0.9.1-1 +- Update to version 0.9.1. + +* Tue Aug 11 2020 Josh Stone - 0.8.2-1 +- Update to 0.8.2 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jul 16 2020 Josh Stone - 0.8.1-1 +- Update to 0.8.1 + +* Fri Jul 10 2020 Josh Stone - 0.8.0-1 +- Update to 0.8.0 + +* Wed Apr 29 2020 Josh Stone - 0.7.2-1 +- Update to 0.7.2 + +* Tue Mar 17 2020 Josh Stone - 0.7.1-1 +- Update to 0.7.1 + +* Tue Feb 11 2020 Josh Stone - 0.7.0-1 +- Update to 0.7.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.6.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 27 2020 Josh Stone - 0.6.3-3 +- Bump to ahash 0.3.2 and rand 0.7.3 +- Prune unstable features + +* Wed Jan 15 2020 Josh Stone - 0.6.3-2 +- Bump to autocfg 1 + +* Fri Dec 20 19:23:00 CET 2019 Igor Gnatenko - 0.6.3-1 +- Update to 0.6.3 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Jun 18 08:46:31 CEST 2019 Igor Gnatenko - 0.5.0-1 +- Update to 0.5.0 + +* Thu May 09 14:16:35 CEST 2019 Igor Gnatenko - 0.3.0-1 +- Update to 0.3.0 + +* Tue Apr 16 2019 Josh Stone - 0.2.2-1 +- Update to 0.2.2 + +* Mon Apr 15 2019 Josh Stone - 0.2.1-1 +- Update to 0.2.1 + +* Thu Apr 04 08:09:30 CEST 2019 Igor Gnatenko - 0.2.0-1 +- Update to 0.2.0 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jan 14 2019 Josh Stone - 0.1.8-1 +- Initial package diff --git a/rust-hashbrown.spec b/rust-hashbrown.spec index dfe4dde..fee6ef2 100644 --- a/rust-hashbrown.spec +++ b/rust-hashbrown.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.9.1 -Release: 4%{?dist} +Release: %autorelease Summary: Rust port of Google's SwissTable hash map # Upstream license specification: Apache-2.0/MIT @@ -147,73 +147,4 @@ which use "serde" feature of "%{crate}" crate. %endif %changelog -* Tue Jul 27 2021 Fedora Release Engineering - 0.9.1-4 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.9.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Nov 09 2020 Fabio Valentini - 0.9.1-2 -- Drop dependencies on compiler internals. - -* Mon Sep 28 2020 Fabio Valentini - 0.9.1-1 -- Update to version 0.9.1. - -* Tue Aug 11 2020 Josh Stone - 0.8.2-1 -- Update to 0.8.2 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.8.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 16 2020 Josh Stone - 0.8.1-1 -- Update to 0.8.1 - -* Fri Jul 10 2020 Josh Stone - 0.8.0-1 -- Update to 0.8.0 - -* Wed Apr 29 2020 Josh Stone - 0.7.2-1 -- Update to 0.7.2 - -* Tue Mar 17 2020 Josh Stone - 0.7.1-1 -- Update to 0.7.1 - -* Tue Feb 11 2020 Josh Stone - 0.7.0-1 -- Update to 0.7.0 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.6.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Jan 27 2020 Josh Stone - 0.6.3-3 -- Bump to ahash 0.3.2 and rand 0.7.3 -- Prune unstable features - -* Wed Jan 15 2020 Josh Stone - 0.6.3-2 -- Bump to autocfg 1 - -* Fri Dec 20 19:23:00 CET 2019 Igor Gnatenko - 0.6.3-1 -- Update to 0.6.3 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.5.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jun 18 08:46:31 CEST 2019 Igor Gnatenko - 0.5.0-1 -- Update to 0.5.0 - -* Thu May 09 14:16:35 CEST 2019 Igor Gnatenko - 0.3.0-1 -- Update to 0.3.0 - -* Tue Apr 16 2019 Josh Stone - 0.2.2-1 -- Update to 0.2.2 - -* Mon Apr 15 2019 Josh Stone - 0.2.1-1 -- Update to 0.2.1 - -* Thu Apr 04 08:09:30 CEST 2019 Igor Gnatenko - 0.2.0-1 -- Update to 0.2.0 - -* Sat Feb 02 2019 Fedora Release Engineering - 0.1.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Jan 14 2019 Josh Stone - 0.1.8-1 -- Initial package +%autochangelog