Hello community, here is the log from the commit of package lit for openSUSE:Factory checked in at 2015-07-14 17:45:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lit (Old) and /work/SRC/openSUSE:Factory/.lit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lit" Changes: -------- --- /work/SRC/openSUSE:Factory/lit/lit.changes 2014-10-29 21:09:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lit.new/lit.changes 2015-07-14 17:46:25.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 13 13:12:38 UTC 2015 - [email protected] + +- Fix building on SLES 11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lit.spec ++++++ --- /var/tmp/diff_new_pack.0LSTlN/_old 2015-07-14 17:46:26.000000000 +0200 +++ /var/tmp/diff_new_pack.0LSTlN/_new 2015-07-14 17:46:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package lit # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,9 @@ BuildRequires: python-setuptools Requires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} && 0%{?suse_version} > 1110 BuildArch: noarch +%endif %description Lit is a portable tool for executing LLVM and Clang style test suites,
