From 0b7eb921f23872743597616f6d468c9218ecdee7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Jul 23 2021 14:59:35 +0000 Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- diff --git a/rust-num-complex.spec b/rust-num-complex.spec index acfb67f..b1e0b93 100644 --- a/rust-num-complex.spec +++ b/rust-num-complex.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Complex numbers implementation for Rust # Upstream license specification: MIT OR Apache-2.0 @@ -119,6 +119,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon Jun 28 2021 Fabio Valentini - 0.4.0-1 - Update to version 0.4.0. - Fixes RHBZ#1936043