From 483e78b26d0062a92984d68fe0c8c053b593b29a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 13:26:23 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- rust-byteorder.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-byteorder.spec b/rust-byteorder.spec index 3305452..eb9abad 100644 --- a/rust-byteorder.spec +++ b/rust-byteorder.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for reading/writing numbers in big-endian and little-endian # Upstream license specification: Unlicense OR MIT @@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Mar 26 2021 Fabio Valentini - 1.4.3-1 - Update to version 1.4.3. - Fixes RHBZ#1914348