Hello community, here is the log from the commit of package julia for openSUSE:Factory checked in at 2018-12-18 14:59:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/julia (Old) and /work/SRC/openSUSE:Factory/.julia.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "julia" Tue Dec 18 14:59:08 2018 rev:36 rq:658911 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/julia/julia-compat.changes 2018-11-08 09:49:09.149053001 +0100 +++ /work/SRC/openSUSE:Factory/.julia.new.28833/julia-compat.changes 2018-12-18 15:01:18.005988873 +0100 @@ -1,0 +2,6 @@ +Sun Dec 16 23:39:12 UTC 2018 - [email protected] + +- Version bump to 1.0.3. + * Bugfix release, no changelog available. + +------------------------------------------------------------------- julia.changes: same change Old: ---- julia-1.0.1.tar.gz New: ---- Pkg-93b6d6de857dc88e665d2c64397852ab9701ba24.tar.gz julia-1.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ julia-compat.spec ++++++ --- /var/tmp/diff_new_pack.Y3jQYZ/_old 2018-12-18 15:01:19.693986345 +0100 +++ /var/tmp/diff_new_pack.Y3jQYZ/_new 2018-12-18 15:01:19.701986333 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -23,17 +23,18 @@ %undefine _build_create_debug %define __arch_install_post export NO_BRP_STRIP_DEBUG=true -%define julia_ver 1.0.1 +%define julia_ver 1.0.3 %define libjulia_sover_major 1 %define libjulia_sover_minor 0 %define libuv_ver ed3700c849289ed01fe04273a7bf865340b2bd7e %define libwhich_ver 81e9723c0273d78493dc8c8ed570f68d9ce7e89e +%define pkg_ver 93b6d6de857dc88e665d2c64397852ab9701ba24 %define utf8proc_ver 97ef668b312b96382714dbb8eaac4affce0816e6 %define llvm_ver 6.0.0 %define compat_mode 1 %define src_name julia-tarball %define libgit2_ver %(rpm -qa | grep -E "^libgit2-[0-9]" | head -n1 | cut -d'-' -f2) -Version: 1.0.1 +Version: 1.0.3 Release: 0 URL: http://julialang.org/ Source0: https://github.com/JuliaLang/julia/releases/download/v%{julia_ver}/julia-%{julia_ver}.tar.gz @@ -42,6 +43,7 @@ Source11: https://api.github.com/repos/vtjnash/libwhich/tarball/%{libwhich_ver}#/libwhich-%{libwhich_ver}.tar.gz Source12: https://api.github.com/repos/JuliaLang/utf8proc/tarball/%{utf8proc_ver}#/utf8proc-%{utf8proc_ver}.tar.gz Source13: http://llvm.org/releases/%{llvm_ver}/llvm-%{llvm_ver}.src.tar.xz +Source14: https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/%{pkg_ver}#/Pkg-%{pkg_ver}.tar.gz Source99: juliabuildopts # PATCH-FIX-OPENSUSE julia-env-script-interpreter.patch [email protected] -- Change script interpreted to avoid errors in rpmlint. Patch0: julia-env-script-interpreter.patch @@ -176,7 +178,7 @@ %{expand:%global juliabuildopts %(cat %{SOURCE99})} %prep -%setup -q -n julia +%setup -q -n julia-%{version} %patch0 -p1 # remove .gitignore @@ -189,6 +191,7 @@ cp %{SOURCE11} ./ cp %{SOURCE12} ./ cp %{SOURCE13} ./ +cp %{SOURCE14} ./ popd popd ++++++ julia.spec ++++++ --- /var/tmp/diff_new_pack.Y3jQYZ/_old 2018-12-18 15:01:19.733986285 +0100 +++ /var/tmp/diff_new_pack.Y3jQYZ/_new 2018-12-18 15:01:19.737986279 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -23,17 +23,18 @@ %undefine _build_create_debug %define __arch_install_post export NO_BRP_STRIP_DEBUG=true -%define julia_ver 1.0.1 +%define julia_ver 1.0.3 %define libjulia_sover_major 1 %define libjulia_sover_minor 0 %define libuv_ver ed3700c849289ed01fe04273a7bf865340b2bd7e %define libwhich_ver 81e9723c0273d78493dc8c8ed570f68d9ce7e89e +%define pkg_ver 93b6d6de857dc88e665d2c64397852ab9701ba24 %define utf8proc_ver 97ef668b312b96382714dbb8eaac4affce0816e6 %define llvm_ver 6.0.0 %define compat_mode 0 %define src_name julia-tarball %define libgit2_ver %(rpm -qa | grep -E "^libgit2-[0-9]" | head -n1 | cut -d'-' -f2) -Version: 1.0.1 +Version: 1.0.3 Release: 0 URL: http://julialang.org/ Source0: https://github.com/JuliaLang/julia/releases/download/v%{julia_ver}/julia-%{julia_ver}.tar.gz @@ -42,6 +43,7 @@ Source11: https://api.github.com/repos/vtjnash/libwhich/tarball/%{libwhich_ver}#/libwhich-%{libwhich_ver}.tar.gz Source12: https://api.github.com/repos/JuliaLang/utf8proc/tarball/%{utf8proc_ver}#/utf8proc-%{utf8proc_ver}.tar.gz Source13: http://llvm.org/releases/%{llvm_ver}/llvm-%{llvm_ver}.src.tar.xz +Source14: https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/%{pkg_ver}#/Pkg-%{pkg_ver}.tar.gz Source99: juliabuildopts # PATCH-FIX-OPENSUSE julia-env-script-interpreter.patch [email protected] -- Change script interpreted to avoid errors in rpmlint. Patch0: julia-env-script-interpreter.patch @@ -176,7 +178,7 @@ %{expand:%global juliabuildopts %(cat %{SOURCE99})} %prep -%setup -q -n julia +%setup -q -n julia-%{version} %patch0 -p1 # remove .gitignore @@ -189,6 +191,7 @@ cp %{SOURCE11} ./ cp %{SOURCE12} ./ cp %{SOURCE13} ./ +cp %{SOURCE14} ./ popd popd ++++++ julia-1.0.1.tar.gz -> julia-1.0.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/julia/julia-1.0.1.tar.gz /work/SRC/openSUSE:Factory/.julia.new.28833/julia-1.0.3.tar.gz differ: char 5, line 1
