[julia] New upstream release 0.3.2

Milan Bouchet-Valat nalimilan at fedoraproject.org
Thu Oct 23 13:36:55 UTC 2014


commit 323cc72b74cb2d08c2f1d99c22591b05489105db
Author: Milan Bouchet-Valat <nalimilan at club.fr>
Date:   Thu Oct 23 14:51:06 2014 +0200

    New upstream release 0.3.2
    
    Also move juliadoc patch to unversioned file.

 .gitignore                                         |    1 +
 julia.spec                                         |   10 +++++++---
 julia-0.3.1_juliadoc.patch => julia_juliadoc.patch |    0
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f2c278c..d721222 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /julia-0.3.0.tar.gz
 /libuv-5d608abc3c2e9dc37da04030a0e07ba0af5ae57d.tar.gz
 /julia-0.3.1.tar.gz
+/julia-0.3.2.tar.gz
diff --git a/julia.spec b/julia.spec
index 68a5958..29e4b4a 100644
--- a/julia.spec
+++ b/julia.spec
@@ -7,8 +7,8 @@
 %global Rmathversion 3.0.1
 
 Name:           julia
-Version:        0.3.1
-Release:        3%{dist}
+Version:        0.3.2
+Release:        2%{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
@@ -21,7 +21,7 @@ Source0:        https://github.com/JuliaLang/julia/archive/v%{version}.tar.gz#/j
 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)
 Source2:        https://github.com/JuliaLang/Rmath/archive/%{Rmathcommit}/archive/Rmath.tar.gz#/Rmath-%{Rmathcommit}.tar.gz
-Patch0:         %{name}-%{version}_juliadoc.patch
+Patch0:         %{name}_juliadoc.patch
 Provides:       bundled(libuv) = %{uvversion}
 Provides:       bundled(Rmath) = %{Rmathversion}
 BuildRequires:  arpack-devel
@@ -239,6 +239,7 @@ desktop-file-validate %{buildroot}%{_datarootdir}/applications/%{name}.desktop
 %{_libdir}/julia/
 %exclude %{_libdir}/julia/libjulia-debug.so
 %{_mandir}/man1/julia.1*
+%{_datarootdir}/appdata/%{name}.appdata.xml
 %{_datarootdir}/applications/%{name}.desktop
 %{_datarootdir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datarootdir}/icons/hicolor/16x16/apps/%{name}.png
@@ -301,6 +302,9 @@ exit 0
 /usr/bin/gtk-update-icon-cache %{_datarootdir}/icons/hicolor &>/dev/null || :
 
 %changelog
+* Thu Oct 23 2014 Milan Bouchet-Valat <nalimilan at club.fr> - 0.3.2-1
+- New upstream release.
+
 * Sun Oct 12 2014 Milan Bouchet-Valat <nalimilan at club.fr> - 0.3.1-3
 - Fix missing symlinks to libarpack, libpcre, libgmp and libmpfr, which could
   prevent Julia from working correcly if the -devel packages were missing.
diff --git a/julia-0.3.1_juliadoc.patch b/julia_juliadoc.patch
similarity index 100%
rename from julia-0.3.1_juliadoc.patch
rename to julia_juliadoc.patch
diff --git a/sources b/sources
index 561a4b3..7d3d391 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-3aaceeb48626d89c864c0d2727b39d0a  julia-0.3.1.tar.gz
 c607fb8cd5483d45fa48032f1b225c09  libuv-5d608abc3c2e9dc37da04030a0e07ba0af5ae57d.tar.gz
 b5785ba8dd9217fea7297f9218f83b13  Rmath-e432b0c4b01c560353412b3f097d179eef5c0ba2.tar.gz
+dda429386c082532b1ca06ab596af115  julia-0.3.2.tar.gz


More information about the scm-commits mailing list