From 688e82fb66f789db7ff18a4272674d2c26adaa1e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 6 Jan 2022 22:09:42 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 11 +++++++++++ rust-ring.spec | 14 ++------------ 2 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..181d8cc --- /dev/null +++ b/changelog @@ -0,0 +1,11 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.16.19-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.16.19-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Jan 03 15:05:55 CET 2021 Igor Raits - 0.16.19-1 +- Update to 0.16.19 + +* Thu Jul 30 2020 Peter Robinson - 0.16.15-1 +- Initial package diff --git a/rust-ring.spec b/rust-ring.spec index 18b87a8..cfe33d0 100644 --- a/rust-ring.spec +++ b/rust-ring.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.16.19 -Release: 3%{?dist} +Release: %autorelease Summary: Safe, fast, small crypto using Rust # https://github.com/briansmith/ring/issues/902 @@ -172,14 +172,4 @@ which use "wasm32_c" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.16.19-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.16.19-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Jan 03 15:05:55 CET 2021 Igor Raits - 0.16.19-1 -- Update to 0.16.19 - -* Thu Jul 30 2020 Peter Robinson - 0.16.15-1 -- Initial package +%autochangelog