Hello community,

here is the log from the commit of package julia for openSUSE:Factory checked 
in at 2018-03-30 12:09:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/julia (Old)
 and      /work/SRC/openSUSE:Factory/.julia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "julia"

Fri Mar 30 12:09:14 2018 rev:29 rq:592451 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/julia/julia-compat.changes       2017-12-22 
12:21:45.643247942 +0100
+++ /work/SRC/openSUSE:Factory/.julia.new/julia-compat.changes  2018-03-30 
12:09:16.509715465 +0200
@@ -1,0 +2,5 @@
+Tue Mar 27 09:18:51 UTC 2018 - [email protected]
+
+- Pass right march option for %arm and aarch64
+
+-------------------------------------------------------------------
julia.changes: same change

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

Other differences:
------------------
++++++ julia-compat.spec ++++++
--- /var/tmp/diff_new_pack.zUpwP7/_old  2018-03-30 12:09:17.721671647 +0200
+++ /var/tmp/diff_new_pack.zUpwP7/_new  2018-03-30 12:09:17.721671647 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package julia
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -98,11 +98,11 @@
 %endif
 %if 0%{?compat_mode} == 0
 Summary:        High-level, high-performance dynamic programming language
-License:        MIT and GPL-2.0+ and BSD-3-Clause and Zlib
+License:        MIT AND GPL-2.0-or-later AND BSD-3-Clause AND Zlib
 Group:          Development/Languages/Other
 %else
 Summary:        High-level, high-performance dynamic programming language 
(without CPU optimizations)
-License:        MIT and GPL-2.0+ and BSD-3-Clause and Zlib
+License:        MIT AND GPL-2.0-or-later AND BSD-3-Clause AND Zlib
 Group:          Development/Languages/Other
 %endif
 %if 0%{?compat_mode}
@@ -192,14 +192,24 @@
 
 %if 0%{?compat_mode} == 0
     %ifarch x86_64
-
         %define julia_march core2
     %endif
 
     %ifarch %{ix86}
-
         %define julia_march pentium4
     %endif
+
+    %ifarch aarch64
+        %define julia_march armv8-a
+    %endif
+
+    %ifarch armv7l armv7hl
+       %define julia_march armv7-a
+    %endif
+
+    %ifarch armv6l armv6hl
+        %define julia_march armv6
+    %endif
 %else
     # compat_mode is only defined for 64-bit architecture.
 

++++++ julia.spec ++++++
--- /var/tmp/diff_new_pack.zUpwP7/_old  2018-03-30 12:09:17.745670780 +0200
+++ /var/tmp/diff_new_pack.zUpwP7/_new  2018-03-30 12:09:17.749670634 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package julia
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -98,11 +98,11 @@
 %endif
 %if 0%{?compat_mode} == 0
 Summary:        High-level, high-performance dynamic programming language
-License:        MIT and GPL-2.0+ and BSD-3-Clause and Zlib
+License:        MIT AND GPL-2.0-or-later AND BSD-3-Clause AND Zlib
 Group:          Development/Languages/Other
 %else
 Summary:        High-level, high-performance dynamic programming language 
(without CPU optimizations)
-License:        MIT and GPL-2.0+ and BSD-3-Clause and Zlib
+License:        MIT AND GPL-2.0-or-later AND BSD-3-Clause AND Zlib
 Group:          Development/Languages/Other
 %endif
 %if 0%{?compat_mode}
@@ -192,14 +192,24 @@
 
 %if 0%{?compat_mode} == 0
     %ifarch x86_64
-
         %define julia_march core2
     %endif
 
     %ifarch %{ix86}
-
         %define julia_march pentium4
     %endif
+
+    %ifarch aarch64
+        %define julia_march armv8-a
+    %endif
+
+    %ifarch armv7l armv7hl
+       %define julia_march armv7-a
+    %endif
+
+    %ifarch armv6l armv6hl
+        %define julia_march armv6
+    %endif
 %else
     # compat_mode is only defined for 64-bit architecture.
 


Reply via email to