From 94ed7a7df50efa5bc580d74a19b9572af1ba1188 Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Jun 27 2015 12:45:32 +0000 Subject: New upstream release 0.3.10 --- diff --git a/julia.spec b/julia.spec index b8f7348..cfc2f63 100644 --- a/julia.spec +++ b/julia.spec @@ -7,7 +7,7 @@ %global Rmathversion 3.0.1 Name: julia -Version: 0.3.9 +Version: 0.3.10 Release: 1%{dist} Summary: High-level, high-performance dynamic language for technical computing Group: Development/Languages @@ -22,6 +22,7 @@ Source1: https://github.com/JuliaLang/libuv/archive/%{uvcommit}/archive/l # Julia currently uses a custom version of Rmath, called Rmath-julia, with a custom RNG system (temporary) Source2: https://github.com/JuliaLang/Rmath/archive/%{Rmathcommit}/archive/Rmath.tar.gz#/Rmath-%{Rmathcommit}.tar.gz Patch0: %{name}_juliadoc.patch +Patch1: julia_Fix-building-with-MCJIT-LLVM.patch Provides: bundled(libuv) = %{uvversion} Provides: bundled(Rmath) = %{Rmathversion} BuildRequires: arpack-devel @@ -117,6 +118,7 @@ Julia into external programs or debugging Julia itself. %prep %setup -qn %{name}-%{version} %patch0 -p 1 +%patch1 -p 1 # .gitignore files make rpmlint complain find . -name ".git*" -exec rm {} \; @@ -310,6 +312,9 @@ exit 0 /usr/bin/gtk-update-icon-cache %{_datarootdir}/icons/hicolor &>/dev/null || : %changelog +* Sat Jun 27 2015 Milan Bouchet-Valat - 0.3.10-1 +- New upstream release. + * Sat May 30 2015 Milan Bouchet-Valat - 0.3.9-1 - New upstream release.