From 2f69e5033c11659e2a23634e59e75d21f2316a86 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 15 Sep 2022 12:06:37 +0200 Subject: [PATCH] Rebuild The mlir update was incorrectly merged independently from the rest of the side tag, see: https://pagure.io/fedora-infrastructure/issue/10900 Rebuild it, so that the side tag update can proceed. --- mlir.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mlir.spec b/mlir.spec index 4286151..8a61bd6 100644 --- a/mlir.spec +++ b/mlir.spec @@ -7,7 +7,7 @@ Name: mlir Version: %{mlir_version}%{?rc_ver:~rc%{rc_ver}} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Multi-Level Intermediate Representation Overview License: Apache-2.0 WITH LLVM-exception @@ -119,6 +119,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir} %{_libdir}/cmake/mlir %changelog +* Thu Sep 15 2022 Nikita Popov - 15.0.0-4 +- Rebuild + * Wed Sep 14 2022 Nikita Popov - 15.0.0-3 - Run tests during the build