From 59cd56ee3773249f48090414f3db64744166164e Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 14 Sep 2021 19:14:06 +0200 Subject: [PATCH] Rebuilt with OpenSSL 3.0.0 --- rust.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 1f17237..cb83c2b 100644 --- a/rust.spec +++ b/rust.spec @@ -62,7 +62,7 @@ Name: rust Version: 1.55.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -831,6 +831,9 @@ end} %changelog +* Tue Sep 14 2021 Sahana Prasad - 1.55.0-2 +- Rebuilt with OpenSSL 3.0.0 + * Thu Sep 09 2021 Josh Stone - 1.55.0-1 - Update to 1.55.0. - Use llvm-ranlib for wasm rlibs; Fixes rhbz#2002612