From 196d29ad01aa87be6f9c8dd95ab8e998a5f935f8 Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Mar 02 2016 08:51:21 +0000 Subject: Bump version --- diff --git a/julia.spec b/julia.spec index 1306d1b..c63286c 100644 --- a/julia.spec +++ b/julia.spec @@ -9,7 +9,7 @@ Name: julia Version: 0.4.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: High-level, high-performance dynamic language for technical computing Group: Development/Languages # Julia itself is MIT, with a few LGPLv2+ and GPLv2+ files @@ -273,6 +273,9 @@ exit 0 /usr/bin/gtk-update-icon-cache %{_datarootdir}/icons/hicolor &>/dev/null || : %changelog +* Wed Mar 2 2016 Milan Bouchet-Valat - 0.4.3-6 +- Fix missing PCRE2 dependency, use realpath -e to detect this problem. + * Tue Mar 1 2016 Milan Bouchet-Valat - 0.4.3-5 - Automate generation of library symlinks, and include them in the package instead of in %%post so that dependencies on specific library versions are detected.