diff --git a/changelog b/changelog new file mode 100644 index 0000000..7f15b57 --- /dev/null +++ b/changelog @@ -0,0 +1,34 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun May 23 2021 Fabio Valentini - 0.1.13-1 +- Update to version 0.1.13. +- Fixes RHBZ#1963458 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Nov 20 2020 Fabio Valentini - 0.1.12-1 +- Update to version 0.1.12. +- Fixes RHBZ#1897798 + +* Wed Aug 26 2020 Josh Stone - 0.1.11-1 +- Update to 0.1.11 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Josh Stone - 0.1.10-1 +- Update to 0.1.10 + +* Fri Jun 19 2020 Josh Stone - 0.1.9-1 +- Update to 0.1.9 + +* Thu May 07 2020 Josh Stone - 0.1.8-1 +- Update to 0.1.8 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Dec 16 15:14:15 PST 2019 Josh Stone - 0.1.6-1 +- Initial package diff --git a/rust-psm.spec b/rust-psm.spec index 8e12689..f5e850f 100644 --- a/rust-psm.spec +++ b/rust-psm.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.13 -Release: 2%{?dist} +Release: %autorelease Summary: Portable Stack Manipulation: stack manipulation and introspection routines # Upstream license specification: MIT/Apache-2.0 @@ -71,37 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.1.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun May 23 2021 Fabio Valentini - 0.1.13-1 -- Update to version 0.1.13. -- Fixes RHBZ#1963458 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.1.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Nov 20 2020 Fabio Valentini - 0.1.12-1 -- Update to version 0.1.12. -- Fixes RHBZ#1897798 - -* Wed Aug 26 2020 Josh Stone - 0.1.11-1 -- Update to 0.1.11 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.1.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jul 10 2020 Josh Stone - 0.1.10-1 -- Update to 0.1.10 - -* Fri Jun 19 2020 Josh Stone - 0.1.9-1 -- Update to 0.1.9 - -* Thu May 07 2020 Josh Stone - 0.1.8-1 -- Update to 0.1.8 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.1.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Dec 16 15:14:15 PST 2019 Josh Stone - 0.1.6-1 -- Initial package +%autochangelog