From 2490ac1737431d4c0c23448a522c8fab39968f8e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 6 Aug 2021 16:42:56 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 5 +++++ rust-lalrpop.spec | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..e578bdb --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.19.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Apr 08 2021 Fabio Valentini - 0.19.5-1 +- Initial package diff --git a/rust-lalrpop.spec b/rust-lalrpop.spec index 345e0b5..bfaeedb 100644 --- a/rust-lalrpop.spec +++ b/rust-lalrpop.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 0.19.5 -Release: 2%{?dist} +Release: %autorelease Summary: Convenient LR(1) parser generator # Upstream license specification: Apache-2.0/MIT @@ -125,8 +125,4 @@ which use "test" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.19.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Apr 08 2021 Fabio Valentini - 0.19.5-1 -- Initial package +%autochangelog