From f6195f8824f1cffb69293d3dd135b901bd5db30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Fri, 9 Jul 2021 18:18:17 -0400 Subject: [PATCH] Convert to rpmautospec --- changelog | 2 ++ rust-fallible_collections.spec | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..df2c36b --- /dev/null +++ b/changelog @@ -0,0 +1,2 @@ +* Fri Jun 25 2021 Rémi Lauzier - 0.4.2-1 +- Initial package diff --git a/rust-fallible_collections.spec b/rust-fallible_collections.spec index e386f84..d3ae456 100644 --- a/rust-fallible_collections.spec +++ b/rust-fallible_collections.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.2 -Release: 1%{?dist} +Release: %autorelease Summary: Crate which adds fallible allocation api to std collections # Upstream license specification: MIT/Apache-2.0 @@ -95,5 +95,4 @@ which use "unstable" feature of "%{crate}" crate. %endif %changelog -* Fri Jun 25 01:13:51 EDT 2021 Rémi Lauzier - 0.4.2-1 -- Initial package +%autochangelog