From 1024abc668e582f948d244ffb440395a98a67564 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 26 May 2021 22:29:21 +0000 Subject: [PATCH] Rebuild for LLVM 12.0.0-final --- rust-bindgen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-bindgen.spec b/rust-bindgen.spec index 6f9d846..ec25e45 100644 --- a/rust-bindgen.spec +++ b/rust-bindgen.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 0.57.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automatically generates Rust FFI bindings to C and C++ libraries # Upstream license specification: BSD-3-Clause @@ -258,6 +258,9 @@ which use "which-rustfmt" feature of "%{crate}" crate. %endif %changelog +* Wed May 26 2021 Tom Stellard - 0.57.0-2 +- Rebuild for LLVM 12.0.0-final + * Wed Mar 31 16:16:57 CEST 2021 Robert-André Mauchin - 0.57.0-1 - Update to 0.57.0 - Close: rhbz#1923131