From be9c2c0855746b67feca68bed5929727c87e4f41 Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Sep 20 2016 08:59:35 +0000 Subject: New upstream release 0.5.0 Also remove obsolete hack on Makefiles. --- diff --git a/.gitignore b/.gitignore index 8ef40f6..dc2b29f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /julia-0.5.0-rc4.tar.gz /libuv-8d5131b6c1595920dd30644cd1435b4f344b46c8.tar.gz /libunwind-1.1-julia2.tar.gz +/julia-0.5.0.tar.gz diff --git a/julia.spec b/julia.spec index 5b9441e..080956a 100644 --- a/julia.spec +++ b/julia.spec @@ -3,18 +3,17 @@ %global unwindversion 1.1-julia2 %global llvmversion 3.7 -%global juliaversion 0.5.0-rc4 Name: julia Version: 0.5.0 -Release: 0.rc4%{?dist} +Release: 1%{?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 # libuv is MIT License: MIT and LGPLv2+ and GPLv2+ URL: http://julialang.org/ -Source0: https://github.com/JuliaLang/julia/releases/download/v%{juliaversion}/julia-%{juliaversion}.tar.gz +Source0: https://github.com/JuliaLang/julia/releases/download/v%{version}/julia-%{version}.tar.gz # Julia currently uses a custom version of libuv, patches are not yet upstream Source1: https://api.github.com/repos/JuliaLang/libuv/tarball/%{uvcommit}#/libuv-%{uvcommit}.tar.gz Source2: https://s3.amazonaws.com/julialang/src/libunwind-%{unwindversion}.tar.gz @@ -96,7 +95,7 @@ needed when programming in the Julia language, but rather for embedding Julia into external programs or debugging Julia itself. %prep -%setup -qn %{name}-%{juliaversion} +%setup -q mkdir -p deps/srccache @@ -140,7 +139,7 @@ popd # USE_ORCJIT needs to be set directly since it's disabled by default with USE_SYSTEM_LLVM=1 %global buildflags CFLAGS="%{optflags} -march=%{march}" CXXFLAGS="%{optflags} -march=%{march} -DUSE_ORCJIT" -echo "MAKEOVERRIDES =" >> deps/Makefile +# If debug is not built here, it is built during make install make %{?_smp_mflags} %{buildflags} %{commonopts} release debug %check @@ -258,6 +257,9 @@ exit 0 /usr/bin/gtk-update-icon-cache %{_datarootdir}/icons/hicolor &>/dev/null || : %changelog +* Tue Sep 20 2016 Milan Bouchet-Valat - 0.5.0-1 +- New upstream release. + * Thu Sep 15 2016 Milan Bouchet-Valat - 0.5.0-0.rc4 - New upstream release candidate. diff --git a/sources b/sources index 4dbcc45..6e1512d 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -5e29a5297af63f745680b4b0681d19f8 julia-0.5.0-rc4.tar.gz -4c91d4c9161555c911630b0a70ddec03 libuv-8d5131b6c1595920dd30644cd1435b4f344b46c8.tar.gz +9169b26bebf9844e671312daacc62db1 julia-0.5.0.tar.gz 8310cbf1288248996e5b4f5450e24588 libunwind-1.1-julia2.tar.gz +4c91d4c9161555c911630b0a70ddec03 libuv-8d5131b6c1595920dd30644cd1435b4f344b46c8.tar.gz