Hello community, here is the log from the commit of package lit for openSUSE:Factory checked in at 2018-06-13 15:38:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lit (Old) and /work/SRC/openSUSE:Factory/.lit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lit" Wed Jun 13 15:38:24 2018 rev:4 rq:615227 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lit/lit.changes 2017-12-29 18:53:03.020005818 +0100 +++ /work/SRC/openSUSE:Factory/.lit.new/lit.changes 2018-06-13 15:38:59.553438797 +0200 @@ -1,0 +2,11 @@ +Thu Jun 7 16:13:17 UTC 2018 - [email protected] + +- Use Python Singlespec to build also python2-lit package + +------------------------------------------------------------------- +Thu Jun 7 11:21:11 UTC 2018 - [email protected] + +- Update to 0.6.0: + * No changelog upstream + +------------------------------------------------------------------- Old: ---- lit-0.5.1.tar.gz New: ---- lit-0.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lit.spec ++++++ --- /var/tmp/diff_new_pack.Dd5Uxb/_old 2018-06-13 15:39:00.549402147 +0200 +++ /var/tmp/diff_new_pack.Dd5Uxb/_new 2018-06-13 15:39:00.557401852 +0200 @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define oldpython python Name: lit -Version: 0.5.1 +Version: 0.6.0 Release: 0 Summary: A portable tool for executing test suites License: NCSA @@ -26,9 +27,10 @@ Source0: https://files.pythonhosted.org/packages/source/l/lit/lit-%{version}.tar.gz BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python3-base -BuildRequires: python3-setuptools +BuildRequires: %{python_module base} +BuildRequires: %{python_module setuptools} BuildArch: noarch +%python_subpackages %description Lit is a portable tool for executing LLVM and Clang style test suites, @@ -40,15 +42,17 @@ %setup -q %build -%python3_build +%python_build %install -%python3_install -%fdupes %{buildroot}%{python3_sitelib} +%python_install +%python_clone %{buildroot}%{_bindir}/lit +%python_expand %fdupes -s %{buildroot}%{$python_sitelib} -%files +%files %{python_files} %doc README.txt -%{_bindir}/lit -%{python3_sitelib}/* +%{_bindir}/lit-%{python_bin_suffix} +%python3_only %{_bindir}/lit +%{python_sitelib}/* %changelog ++++++ lit-0.5.1.tar.gz -> lit-0.6.0.tar.gz ++++++ ++++ 3028 lines of diff (skipped)
