From 783e8516bb285f5d2f37a174b584c53de3bedaf2 Mon Sep 17 00:00:00 2001
From: Igor Raits <ignatenkobrain@fedoraproject.org>
Date: Sun, 28 Nov 2021 17:54:57 +0100
Subject: [PATCH] Switch to rpmautospec

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
---
 changelog         | 5 +++++
 rust-crunchy.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..49da03b
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Sat Feb 27 19:56:14 CET 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.2-1
+- Initial package
diff --git a/rust-crunchy.spec b/rust-crunchy.spec
index 361ec8e..7e5b778 100644
--- a/rust-crunchy.spec
+++ b/rust-crunchy.spec
@@ -6,7 +6,7 @@
 
 Name:           rust-%{crate}
 Version:        0.2.2
-Release:        2%{?dist}
+Release:        %autorelease
 Summary:        Crunchy unroller: deterministically unroll constant loops
 
 # Upstream license specification: MIT
@@ -155,8 +155,4 @@ which use "std" feature of "%{crate}" crate.
 %endif
 
 %changelog
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Sat Feb 27 19:56:14 CET 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.2-1
-- Initial package
+%autochangelog