diff --git a/changelog b/changelog new file mode 100644 index 0000000..a96332d --- /dev/null +++ b/changelog @@ -0,0 +1,37 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu May 20 2021 Fabio Valentini - 1.0.1-1 +- Update to version 1.0.1. +- Fixes RHBZ#1962844 + +* Wed Apr 21 2021 Fabio Valentini - 1.0.0-1 +- Update to version 1.0.0. + +* Sun Feb 14 2021 Fabio Valentini - 0.4.7-1 +- Update to version 0.4.7. +- Fixes RHBZ#1888421 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.4.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Aug 25 2020 Josh Stone - 0.4.6-1 +- Update to 0.4.6 + +* Mon Aug 17 2020 Peter Robinson - 0.4.5-3 +- Disable check to remove optional derive_arbitrary buildreq + +* Wed Jul 29 2020 Fedora Release Engineering - 0.4.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 19 2020 Josh Stone - 0.4.5-1 +- Update to 0.4.5 + +* Mon May 18 10:26:58 CEST 2020 Igor Raits - 0.4.4-1 +- Update to 0.4.4 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 06 17:02:50 CET 2019 Robert-André Mauchin - 0.2.0-1 +- Initial package diff --git a/rust-arbitrary.spec b/rust-arbitrary.spec index c3eae40..0cfc431 100644 --- a/rust-arbitrary.spec +++ b/rust-arbitrary.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.1 -Release: 2%{?dist} +Release: %autorelease Summary: Trait for generating structured data from unstructured data # Upstream license specification: MIT/Apache-2.0 @@ -95,40 +95,4 @@ which use "derive_arbitrary" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu May 20 2021 Fabio Valentini - 1.0.1-1 -- Update to version 1.0.1. -- Fixes RHBZ#1962844 - -* Wed Apr 21 2021 Fabio Valentini - 1.0.0-1 -- Update to version 1.0.0. - -* Sun Feb 14 2021 Fabio Valentini - 0.4.7-1 -- Update to version 0.4.7. -- Fixes RHBZ#1888421 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.4.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Aug 25 2020 Josh Stone - 0.4.6-1 -- Update to 0.4.6 - -* Mon Aug 17 2020 Peter Robinson - 0.4.5-3 -- Disable check to remove optional derive_arbitrary buildreq - -* Wed Jul 29 2020 Fedora Release Engineering - 0.4.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 19 2020 Josh Stone - 0.4.5-1 -- Update to 0.4.5 - -* Mon May 18 10:26:58 CEST 2020 Igor Raits - 0.4.4-1 -- Update to 0.4.4 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Dec 06 17:02:50 CET 2019 Robert-André Mauchin - 0.2.0-1 -- Initial package +%autochangelog