From 68e1b00fa994113ce2aeaf0286ed8995225570ff Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 3 Feb 2022 14:56:12 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 17 +++++++++++++++++ rust-io-lifetimes.spec | 20 ++------------------ 2 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..1f92cc4 --- /dev/null +++ b/changelog @@ -0,0 +1,17 @@ +* Fri Jan 21 2022 Fedora Release Engineering - 0.4.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Nov 29 2021 Olivier Lemasle - 0.4.3-2 +- Downgrade "mio" and "os_pipe", to fix installation issues + +* Sun Nov 28 2021 Olivier Lemasle - 0.4.3-1 +- Update to upstream 0.4.3 (fixes rhbz#2019950) + +* Wed Sep 22 2021 Olivier Lemasle - 0.3.1-1 +- Update to upstream 0.3.1 (rhbz#1991767) + +* Fri Jul 23 2021 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 25 17:23:36 CEST 2021 Olivier Lemasle - 0.2.0-1 +- Initial package diff --git a/rust-io-lifetimes.spec b/rust-io-lifetimes.spec index 7db966d..18f2232 100644 --- a/rust-io-lifetimes.spec +++ b/rust-io-lifetimes.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.3 -Release: 3%{?dist} +Release: %autorelease Summary: Low-level I/O ownership and borrowing library # Upstream license specification: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT @@ -161,20 +161,4 @@ which use "tokio" feature of "%{crate}" crate. %endif %changelog -* Fri Jan 21 2022 Fedora Release Engineering - 0.4.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Mon Nov 29 2021 Olivier Lemasle - 0.4.3-2 -- Downgrade "mio" and "os_pipe", to fix installation issues - -* Sun Nov 28 2021 Olivier Lemasle - 0.4.3-1 -- Update to upstream 0.4.3 (fixes rhbz#2019950) - -* Wed Sep 22 2021 Olivier Lemasle - 0.3.1-1 -- Update to upstream 0.3.1 (rhbz#1991767) - -* Fri Jul 23 2021 Fedora Release Engineering - 0.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 25 17:23:36 CEST 2021 Olivier Lemasle - 0.2.0-1 -- Initial package +%autochangelog