diff --git a/changelog b/changelog new file mode 100644 index 0000000..31e30d6 --- /dev/null +++ b/changelog @@ -0,0 +1,15 @@ +* Mon Jul 19 2021 Rémi Lauzier - 0.6.0-1 +- Update to version 0.6.0. +- Fixes RHBZ#1981483 + +* Mon Jun 28 2021 Fabio Valentini - 0.5.0-4 +- Bump approx from 0.3 to 0.5. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.5.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 28 13:31:41 CET 2020 Igor Raits - 0.5.0-2 +- Rebuild + +* Sat Sep 19 2020 Fabio Valentini - 0.5.0-1 +- Initial package diff --git a/rust-palette.spec b/rust-palette.spec index ec04a9d..878b639 100644 --- a/rust-palette.spec +++ b/rust-palette.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.6.0 -Release: 1%{?dist} +Release: %autorelease Summary: Convert and manage colors with a focus on correctness, flexibility and ease of use # Upstream license specification: MIT OR Apache-2.0 @@ -204,18 +204,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Mon Jul 19 2021 Rémi Lauzier - 0.6.0-1 -- Update to version 0.6.0. -- Fixes RHBZ#1981483 - -* Mon Jun 28 2021 Fabio Valentini - 0.5.0-4 -- Bump approx from 0.3 to 0.5. - -* Wed Jan 27 2021 Fedora Release Engineering - 0.5.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Dec 28 13:31:41 CET 2020 Igor Raits - 0.5.0-2 -- Rebuild - -* Sat Sep 19 2020 Fabio Valentini - 0.5.0-1 -- Initial package +%autochangelog