Hello community,

here is the log from the commit of package julia for openSUSE:Factory checked 
in at 2017-03-12 20:04:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/julia (Old)
 and      /work/SRC/openSUSE:Factory/.julia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "julia"

Sun Mar 12 20:04:07 2017 rev:24 rq:477808 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/julia/julia-compat.changes       2016-11-11 
14:34:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.julia.new/julia-compat.changes  2017-03-12 
20:04:10.440279665 +0100
@@ -1,0 +2,7 @@
+Wed Mar  8 14:23:06 UTC 2017 - roni...@gmail.com
+
+- Version bump to 0.5.1.
+    * Bugfix release, no changelog available.
+- Update patch `julia-disable-llvm-timestamps.patch`.
+
+-------------------------------------------------------------------
julia.changes: same change

Old:
----
  julia-0.5.0.tar.gz

New:
----
  julia-0.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ julia-compat.spec ++++++
--- /var/tmp/diff_new_pack.KJRAET/_old  2017-03-12 20:04:12.495988778 +0100
+++ /var/tmp/diff_new_pack.KJRAET/_new  2017-03-12 20:04:12.499988212 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package julia
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,9 +23,9 @@
 %undefine _build_create_debug
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
-%define julia_ver            0.5.0
+%define julia_ver            0.5.1
 %define libjulia_sover_major 0.5
-%define libjulia_sover_minor 0
+%define libjulia_sover_minor 1
 
 %define rmath_ver    0.1
 %define libuv_ver    8d5131b6c1595920dd30644cd1435b4f344b46c8
@@ -34,7 +34,7 @@
 %define compat_mode  1
 %define src_name     julia-tarball
 
-Version:        0.5.0
+Version:        0.5.1
 Release:        0
 Url:            http://julialang.org/
 Source0:        
https://github.com/JuliaLang/julia/releases/download/v%{julia_ver}/julia-%{julia_ver}.tar.gz

++++++ julia.spec ++++++
--- /var/tmp/diff_new_pack.KJRAET/_old  2017-03-12 20:04:12.591975196 +0100
+++ /var/tmp/diff_new_pack.KJRAET/_new  2017-03-12 20:04:12.599974064 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package julia
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,9 +23,9 @@
 %undefine _build_create_debug
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
-%define julia_ver            0.5.0
+%define julia_ver            0.5.1
 %define libjulia_sover_major 0.5
-%define libjulia_sover_minor 0
+%define libjulia_sover_minor 1
 
 %define rmath_ver    0.1
 %define libuv_ver    8d5131b6c1595920dd30644cd1435b4f344b46c8
@@ -34,7 +34,7 @@
 %define compat_mode  0
 %define src_name     julia-tarball
 
-Version:        0.5.0
+Version:        0.5.1
 Release:        0
 Url:            http://julialang.org/
 Source0:        
https://github.com/JuliaLang/julia/releases/download/v%{julia_ver}/julia-%{julia_ver}.tar.gz

++++++ julia-0.5.0.tar.gz -> julia-0.5.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/julia/julia-0.5.0.tar.gz 
/work/SRC/openSUSE:Factory/.julia.new/julia-0.5.1.tar.gz differ: char 5, line 1

++++++ julia-disable-llvm-timestamps.patch ++++++
--- /var/tmp/diff_new_pack.KJRAET/_old  2017-03-12 20:04:12.691961047 +0100
+++ /var/tmp/diff_new_pack.KJRAET/_new  2017-03-12 20:04:12.691961047 +0100
@@ -1,10 +1,10 @@
-Index: julia-0.5.0-rc1/deps/llvm.mk
+Index: julia-0.5.1/deps/llvm.mk
 ===================================================================
---- julia-0.5.0-rc1.orig/deps/llvm.mk
-+++ julia-0.5.0-rc1/deps/llvm.mk
-@@ -85,7 +85,7 @@ LLVM_TARGET_FLAGS := --enable-targets=$(
- LLVM_CMAKE += -DLLVM_TARGETS_TO_BUILD:STRING="$(LLVM_TARGETS)" 
-DCMAKE_BUILD_TYPE="$(LLVM_CMAKE_BUILDTYPE)"
+--- julia-0.5.1.orig/deps/llvm.mk
++++ julia-0.5.1/deps/llvm.mk
+@@ -86,7 +86,7 @@ LLVM_CMAKE += -DLLVM_TARGETS_TO_BUILD:ST
  LLVM_CMAKE += -DLLVM_TOOLS_INSTALL_DIR=$(shell 
$(JULIAHOME)/contrib/relative_path.sh $(build_prefix) $(build_depsbindir))
+ LLVM_CMAKE += -DLLVM_BINDINGS_LIST="" -DLLVM_INCLUDE_DOCS=Off 
-DLLVM_ENABLE_TERMINFO=Off -DHAVE_HISTEDIT_H=Off -DHAVE_LIBEDIT=Off
  LLVM_FLAGS += --disable-profiling --enable-static $(LLVM_TARGET_FLAGS)
 -LLVM_FLAGS += --disable-bindings --disable-docs --disable-libedit 
--disable-terminfo
 +LLVM_FLAGS += --disable-bindings --disable-docs --disable-libedit 
--disable-terminfo --enable-timestamps=no


Reply via email to