[julia] New upstream version 0.3.1.

Milan Bouchet-Valat nalimilan at fedoraproject.org
Mon Sep 22 16:35:39 UTC 2014


commit e05d611a52a945cbb7084a1942d7e9af8c6038a0
Author: Milan Bouchet-Valat <nalimilan at club.fr>
Date:   Mon Sep 22 09:21:26 2014 +0200

    New upstream version 0.3.1.

 .gitignore                                         |    1 +
 ....0_juliadoc.patch => julia-0.3.1_juliadoc.patch |    0
 julia.spec                                         |   19 ++++++++++---------
 sources                                            |    4 +---
 4 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14efbe5..f2c278c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Rmath-e432b0c4b01c560353412b3f097d179eef5c0ba2.tar.gz
 /julia-0.3.0.tar.gz
 /libuv-5d608abc3c2e9dc37da04030a0e07ba0af5ae57d.tar.gz
+/julia-0.3.1.tar.gz
diff --git a/julia-0.3.0_juliadoc.patch b/julia-0.3.1_juliadoc.patch
similarity index 100%
rename from julia-0.3.0_juliadoc.patch
rename to julia-0.3.1_juliadoc.patch
diff --git a/julia.spec b/julia.spec
index a52be24..e93279f 100644
--- a/julia.spec
+++ b/julia.spec
@@ -7,8 +7,8 @@
 %global Rmathversion 3.0.1
 
 Name:           julia
-Version:        0.3.0
-Release:        10%{dist}
+Version:        0.3.1
+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
@@ -16,7 +16,7 @@ Group:          Development/Languages
 # Rmath is  GPLv2+
 License:        MIT and LGPLv2+ and GPLv2+
 URL:            http://julialang.org/
-Source0:        https://github.com/JuliaLang/julia/archive/v0.3.0.tar.gz#/julia-0.3.0.tar.gz
+Source0:        https://github.com/JuliaLang/julia/archive/v%{version}.tar.gz#/julia-%{version}.tar.gz
 # Julia currently uses a custom version of libuv, patches are not yet upstream
 Source1:        https://github.com/JuliaLang/libuv/archive/%{uvcommit}/archive/libuv.tar.gz#/libuv-%{uvcommit}.tar.gz
 # Julia currently uses a custom version of Rmath, called Rmath-julia, with a custom RNG system (temporary)
@@ -59,7 +59,7 @@ Requires:       fftw >= 3.3.2
 Requires:       gmp
 Requires:       julia-common = %{version}-%{release}
 Requires:       mpfr
-Requires:       openblas
+Requires:       openblas-threads
 Requires:       openlibm >= 0.4
 Requires:       openspecfun >= 0.4
 Requires:       pcre >= 8.31
@@ -153,7 +153,7 @@ pushd test
 # make all
 # Backtrace test fails with LLVM 3.4, disabled for now
 # https://github.com/JuliaLang/julia/issues/8099
-    make core keywordargs numbers strings collections hashing \
+    make %commonopts core keywordargs numbers strings collections hashing \
          remote iobuffer arrayops reduce reducedim \
          simdloop linalg blas fft dsp sparse bitarray random \
          math functional bigint sorting statistics spawn parallel arpack file \
@@ -166,10 +166,6 @@ popd
 %install
 make %commonopts DESTDIR=%{buildroot} install
 
-# Empty file spotted by rpmlint
-# https://github.com/JuliaLang/julia/pull/8169
-rm %{buildroot}%{_datarootdir}/julia/base/comparison.jl
-
 # Not useful and not functional out of the Julia source tree
 find %{buildroot}%{_datarootdir}/julia -name "Makefile" -exec rm {} \;
 rm %{buildroot}%{_datarootdir}/julia/base/version_git.sh
@@ -295,6 +291,11 @@ exit 0
 /usr/bin/gtk-update-icon-cache %{_datarootdir}/icons/hicolor &>/dev/null || :
 
 %changelog
+* Mon Sep 22 2014 Milan Bouchet-Valat <nalimilan at club.fr> - 0.3.1-1
+- New upstream version.
+- Depend on openblas-threads instead of openblas.
+- Make source URL automatically depend on version.
+
 * Sat Sep 20 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.3.0-10
 - Add dist tag
 
diff --git a/sources b/sources
index 4aed3e2..01f46cc 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-b5785ba8dd9217fea7297f9218f83b13  Rmath-e432b0c4b01c560353412b3f097d179eef5c0ba2.tar.gz
-57e51d796e34b8fc8d2c5d8fe4f92b91  julia-0.3.0.tar.gz
-c607fb8cd5483d45fa48032f1b225c09  libuv-5d608abc3c2e9dc37da04030a0e07ba0af5ae57d.tar.gz
+3aaceeb48626d89c864c0d2727b39d0a  julia-0.3.1.tar.gz


More information about the scm-commits mailing list