Hello community, here is the log from the commit of package dmd for openSUSE:Factory checked in at 2018-04-11 14:03:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dmd (Old) and /work/SRC/openSUSE:Factory/.dmd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dmd" Wed Apr 11 14:03:06 2018 rev:13 rq:595363 version:2.079.0 Changes: -------- --- /work/SRC/openSUSE:Factory/dmd/dmd.changes 2018-04-01 17:27:39.493061858 +0200 +++ /work/SRC/openSUSE:Factory/.dmd.new/dmd.changes 2018-04-11 14:05:04.484117105 +0200 @@ -1,0 +2,6 @@ +Tue Apr 10 18:44:15 UTC 2018 - [email protected] + +- Enable auto_bootstrap for Tumbleweed to get successful builds +- Run spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dmd.spec ++++++ --- /var/tmp/diff_new_pack.2Z5Jyf/_old 2018-04-11 14:05:06.716036280 +0200 +++ /var/tmp/diff_new_pack.2Z5Jyf/_new 2018-04-11 14:05:06.720036134 +0200 @@ -21,7 +21,7 @@ %if 0%{?sle_version} == 150000 && 0%{?is_opensuse} %define auto_bootstrap 1 %else -%define auto_bootstrap 0 +%define auto_bootstrap 1 %endif Name: dmd Version: 2.079.0 @@ -29,7 +29,7 @@ Summary: D Programming Language 2.0 License: BSL-1.0 Group: Development/Languages/Other -Url: http://dlang.org/ +URL: http://dlang.org/ Source: https://github.com/D-Programming-Language/dmd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: https://github.com/D-Programming-Language/druntime/archive/v%{version}.tar.gz#/druntime-%{version}.tar.gz Source2: https://github.com/D-Programming-Language/phobos/archive/v%{version}.tar.gz#/phobos-%{version}.tar.gz @@ -42,6 +42,8 @@ BuildRequires: git BuildRequires: xz Recommends: phobos-devel +# Bootstrap is only possible with x86* +ExclusiveArch: %{ix86} x86_64 %ifarch i586 #!BuildIgnore: gcc-PIE %endif @@ -49,8 +51,6 @@ BuildRequires: dmd BuildRequires: phobos-devel-static %endif -# Bootstrap is only possible with x86* -ExclusiveArch: %ix86 x86_64 %description The D programming language is an object-oriented, imperative,
