diff --git a/changelog b/changelog new file mode 100644 index 0000000..280f562 --- /dev/null +++ b/changelog @@ -0,0 +1,40 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 3.0.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat May 01 2021 Fabio Valentini - 3.0.12-1 +- Update to version 3.0.12. +- Fixes RHBZ#1952304 + +* Thu Mar 25 2021 Fabio Valentini - 3.0.8-1 +- Update to version 3.0.8. +- Fixes RHBZ#1937767 + +* Wed Jan 27 2021 Fedora Release Engineering - 3.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Josh Stone - 3.0.7-1 +- Update to 3.0.7 + +* Wed Jul 29 2020 Fedora Release Engineering - 3.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Jun 21 09:05:59 CEST 2020 Igor Raits - 3.0.0-1 +- Update to 3.0.0 + +* Thu May 28 2020 Igor Raits - 2.0.5-1 +- Update to 2.0.5 + +* Thu May 28 2020 Josh Stone - 2.0.4-1 +- Update to 2.0.4 + +* Wed May 27 12:10:47 CEST 2020 Igor Raits - 2.0.3-1 +- Update to 2.0.3 + +* Wed May 27 07:19:20 CEST 2020 Igor Raits - 2.0.2-1 +- Update to 2.0.2 + +* Tue May 26 07:45:06 CEST 2020 Igor Raits - 1.2.4-1 +- Update to 1.2.4 + +* Mon May 25 19:45:58 CEST 2020 Igor Raits - 1.2.2-1 +- Initial package diff --git a/rust-path-dedot.spec b/rust-path-dedot.spec index 187fe1a..c14025f 100644 --- a/rust-path-dedot.spec +++ b/rust-path-dedot.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 3.0.12 -Release: 2%{?dist} +Release: %autorelease Summary: Parse path with dots in Path and PathBuf # Upstream license specification: MIT @@ -120,43 +120,4 @@ which use "unsafe_cache" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 3.0.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat May 01 2021 Fabio Valentini - 3.0.12-1 -- Update to version 3.0.12. -- Fixes RHBZ#1952304 - -* Thu Mar 25 2021 Fabio Valentini - 3.0.8-1 -- Update to version 3.0.8. -- Fixes RHBZ#1937767 - -* Wed Jan 27 2021 Fedora Release Engineering - 3.0.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Josh Stone - 3.0.7-1 -- Update to 3.0.7 - -* Wed Jul 29 2020 Fedora Release Engineering - 3.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun Jun 21 09:05:59 CEST 2020 Igor Raits - 3.0.0-1 -- Update to 3.0.0 - -* Thu May 28 2020 Igor Raits - 2.0.5-1 -- Update to 2.0.5 - -* Thu May 28 2020 Josh Stone - 2.0.4-1 -- Update to 2.0.4 - -* Wed May 27 12:10:47 CEST 2020 Igor Raits - 2.0.3-1 -- Update to 2.0.3 - -* Wed May 27 07:19:20 CEST 2020 Igor Raits - 2.0.2-1 -- Update to 2.0.2 - -* Tue May 26 07:45:06 CEST 2020 Igor Raits - 1.2.4-1 -- Update to 1.2.4 - -* Mon May 25 19:45:58 CEST 2020 Igor Raits - 1.2.2-1 -- Initial package +%autochangelog