From ab2ff3a4adc8d76849292de8cf23d53ac1a8476e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Tue, 6 Jul 2021 13:35:11 -0400 Subject: [PATCH] bump --- rust-safe_arch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-safe_arch.spec b/rust-safe_arch.spec index a378d1f..a8c13f5 100644 --- a/rust-safe_arch.spec +++ b/rust-safe_arch.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Crate that exposes `core::arch` safely via `#[cfg()]` # Upstream license specification: Zlib OR Apache-2.0 OR MIT @@ -83,5 +83,8 @@ which use "bytemuck" feature of "%{crate}" crate. %endif %changelog +* Tue Jun 06 13:34:31 EDT 2021 Rémi Lauzier - 0.6.0-2 +- Bump dist release to evade failed build due to disconnection + * Wed Jun 23 13:26:55 EDT 2021 Rémi Lauzier - 0.6.0-1 - Initial package