diff --git a/changelog b/changelog new file mode 100644 index 0000000..85b5102 --- /dev/null +++ b/changelog @@ -0,0 +1,23 @@ +* Fri Jul 30 2021 Fabio Valentini - 0.1.18-3 +- Skip test that fails since Rust 1.52.1 but is not reproducible upstream. + +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed May 05 2021 Fabio Valentini - 0.1.18-1 +- Update to version 0.1.18. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Oct 01 2020 Fabio Valentini - 0.1.17-1 +- Update to version 0.1.17. + +* Wed Sep 09 2020 Josh Stone - 0.1.16-1 +- Update to 0.1.16 + +* Tue Aug 25 2020 Josh Stone - 0.1.15-1 +- Update to 0.1.15 + +* Thu Jul 23 2020 Josh Stone - 0.1.11-1 +- Initial package diff --git a/rust-tracing-core.spec b/rust-tracing-core.spec index 613533a..0b4cd48 100644 --- a/rust-tracing-core.spec +++ b/rust-tracing-core.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.18 -Release: 3%{?dist} +Release: %autorelease Summary: Core primitives for application-level tracing # Upstream license specification: MIT @@ -103,26 +103,4 @@ cp -p src/spin/LICENSE LICENSE-spin %endif %changelog -* Fri Jul 30 2021 Fabio Valentini - 0.1.18-3 -- Skip test that fails since Rust 1.52.1 but is not reproducible upstream. - -* Fri Jul 23 2021 Fedora Release Engineering - 0.1.18-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed May 05 2021 Fabio Valentini - 0.1.18-1 -- Update to version 0.1.18. - -* Wed Jan 27 2021 Fedora Release Engineering - 0.1.17-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Oct 01 2020 Fabio Valentini - 0.1.17-1 -- Update to version 0.1.17. - -* Wed Sep 09 2020 Josh Stone - 0.1.16-1 -- Update to 0.1.16 - -* Tue Aug 25 2020 Josh Stone - 0.1.15-1 -- Update to 0.1.15 - -* Thu Jul 23 2020 Josh Stone - 0.1.11-1 -- Initial package +%autochangelog