From 7566f779f90a29222602be93db0816457e210a5d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 6 Oct 2021 01:30:53 +0000 Subject: [PATCH] Rebuild for llvm soname bump --- mlir.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mlir.spec b/mlir.spec index ad69ae2..4a67e97 100644 --- a/mlir.spec +++ b/mlir.spec @@ -7,7 +7,7 @@ Name: mlir Version: %{mlir_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Multi-Level Intermediate Representation Overview License: ASL 2.0 with exceptions @@ -109,6 +109,9 @@ export LD_LIBRARY_PATH=%{_builddir}/%{mlir_srcdir}/%{name}/%{_build}/%{_lib} %{_libdir}/cmake/mlir %changelog +* Wed Oct 06 2021 Tom Stellard - 13.0.0-2 +- Rebuild for llvm soname bump + * Fri Oct 01 2021 Tom Stellard - 13.0.0-1 - 13.0.0 Release