From 4c3289d7ebe56d3e0f311ae7274289c4a46344c1 Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Jun 14 2020 17:46:11 +0000 Subject: Fix error on startup due to incorrect libLLVM name The fix was applied twice on 1.4.2 since it has been backported. --- diff --git a/julia.spec b/julia.spec index f47cde5..53c04e2 100644 --- a/julia.spec +++ b/julia.spec @@ -16,7 +16,7 @@ Name: julia Version: 1.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: High-level, high-performance dynamic language for technical computing # Julia itself is MIT, with a few LGPLv2+ and GPLv2+ files # libuv is MIT @@ -118,9 +118,6 @@ Julia into external programs or debugging Julia itself. %prep %setup -q -# Until https://github.com/JuliaLang/julia/pull/35273 -sed -i s/libLLVM-8/libLLVM-8jl/ Makefile - %patch0 -p1 %if 0%{?__isa_bits} == 64 @@ -366,6 +363,9 @@ rm -f %{buildroot}%{_datarootdir}/icons/hicolor/icon-theme.cache exit 0 %changelog +* Sun Jun 14 2020 Milan Bouchet-Valat - 1.4.2-2 +- Fix error on startup due to incorrect libLLVM name. + * Sat May 30 2020 Milan Bouchet-Valat - 1.4.2-1 - New upstream release.