Hello community, here is the log from the commit of package scilab for openSUSE:Factory checked in at 2018-12-19 13:50:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scilab (Old) and /work/SRC/openSUSE:Factory/.scilab.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scilab" Wed Dec 19 13:50:33 2018 rev:30 rq:657994 version:6.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/scilab/scilab.changes 2018-12-04 20:58:31.440574065 +0100 +++ /work/SRC/openSUSE:Factory/.scilab.new.28833/scilab.changes 2018-12-19 13:50:45.607172991 +0100 @@ -1,0 +2,6 @@ +Wed Dec 12 06:40:45 UTC 2018 - Fridrich Strba <[email protected]> + +- BuildRequire objectweb-asm only for distro versions that use + cobertura. This avoids a moot dependency on an unused package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scilab.spec ++++++ --- /var/tmp/diff_new_pack.EpFhjA/_old 2018-12-19 13:50:48.495168991 +0100 +++ /var/tmp/diff_new_pack.EpFhjA/_new 2018-12-19 13:50:48.503168979 +0100 @@ -74,7 +74,11 @@ # Dependencies are extracted from : # "http://wiki.scilab.org/Dependencies of Scilab 5.X" # Mandatory +%if 0%{?suse_version} > 1500 BuildRequires: asm5 +%else +BuildRequires: asm2 +%endif BuildRequires: eigen3-devel >= 3.3.2 BuildRequires: f2c BuildRequires: gcc @@ -183,6 +187,7 @@ %if 0%{?suse_version} <= 1230 BuildRequires: checkstyle BuildRequires: cobertura +BuildRequires: objectweb-asm %endif BuildRequires: junit4
