diff --git a/changelog b/changelog new file mode 100644 index 0000000..fa35667 --- /dev/null +++ b/changelog @@ -0,0 +1,17 @@ +* Thu Nov 04 2021 Christian Heimes - 0.13.0-1 +- Update to 0.13.0 (#2012623) + +* Thu Sep 30 2021 Christian Heimes - 0.12.0-1 +- Update to 0.12.0 (#2007661) + +* Thu Sep 30 2021 Christian Heimes - 0.11.1-1 +- Update to 0.11.1 (#2007661) + +* Wed Aug 18 2021 Christian Heimes - 0.10.1-1 +- Upstream release 0.10.1 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.9.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jun 02 12:07:44 CEST 2021 Christian Heimes - 0.9.3-1 +- Initial package diff --git a/rust-ouroboros.spec b/rust-ouroboros.spec index 329221e..7745417 100644 --- a/rust-ouroboros.spec +++ b/rust-ouroboros.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 17 +# Generated by rust2rpm 18 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.13.0 -Release: 1%{?dist} +Release: %autorelease Summary: Easy, safe self-referential struct generation # Upstream license specification: MIT OR Apache-2.0 @@ -37,7 +37,6 @@ which use "%{crate}" crate. %files devel # crate does neither include README nor LICENSE file -# %doc README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel @@ -71,20 +70,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Thu Nov 04 2021 Christian Heimes - 0.13.0-1 -- Update to 0.13.0 (#2012623) - -* Thu Sep 30 2021 Christian Heimes - 0.12.0-1 -- Update to 0.12.0 (#2007661) - -* Thu Sep 30 2021 Christian Heimes - 0.11.1-1 -- Update to 0.11.1 (#2007661) - -* Wed Aug 18 2021 Christian Heimes - 0.10.1-1 -- Upstream release 0.10.1 - -* Fri Jul 23 2021 Fedora Release Engineering - 0.9.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jun 02 12:07:44 CEST 2021 Christian Heimes - 0.9.3-1 -- Initial package +%autochangelog