commit lit for openSUSE:Factory
Hello community, here is the log from the commit of package lit for openSUSE:Factory checked in at 2017-12-29 18:52:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lit (Old) and /work/SRC/openSUSE:Factory/.lit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "lit" Fri Dec 29 18:52:49 2017 rev:3 rq:560509 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lit/lit.changes 2015-07-14 17:46:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lit.new/lit.changes 2017-12-29 18:53:03.020005818 +0100 @@ -1,0 +2,7 @@ +Fri Dec 22 00:35:05 UTC 2017 - mpluskal@suse.com + +- Update to version 0.5.1: + * No changelog available +- Convert to singlespec + +------------------------------------------------------------------- Old: ---- lit-0.4.1.tar.gz New: ---- lit-0.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lit.spec ++++++ --- /var/tmp/diff_new_pack.vYtza1/_old 2017-12-29 18:53:03.775788750 +0100 +++ /var/tmp/diff_new_pack.vYtza1/_new 2017-12-29 18:53:03.779787601 +0100 @@ -1,7 +1,7 @@ # # spec file for package lit # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,41 +17,38 @@ Name: lit -Version: 0.4.1 +Version: 0.5.1 Release: 0 Summary: A portable tool for executing test suites License: NCSA -Group: Development/Tools -Url: http://llvm.org/svn/llvm-project/llvm/trunk/utils/lit -Source0: https://pypi.python.org/packages/source/l/lit/lit-%{version}.tar.gz -BuildRequires: python-base -BuildRequires: python-setuptools -Requires: python-setuptools -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} > 1110 +Group: Development/Tools/Other +URL: http://llvm.org/cmds/lit.html +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 BuildArch: noarch -%endif %description Lit is a portable tool for executing LLVM and Clang style test suites, -summarizing their results, and providing indication of failures. -Lit is designed to be a lightweight testing tool with as simple a -user interface as possible. +summarizing their results, and providing indication of failures. Lit is +designed to be a lightweight testing tool with as simple a user interface +as possible/ %prep %setup -q %build -python setup.py build +%python3_build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%python3_install +%fdupes %{buildroot}%{python3_sitelib} %files -%defattr (-,root,root) -%doc README.txt TODO +%doc README.txt %{_bindir}/lit -%{python_sitelib}/%{name} -%{python_sitelib}/%{name}-%{version}-py*.egg-info +%{python3_sitelib}/* %changelog ++++++ lit-0.4.1.tar.gz -> lit-0.5.1.tar.gz ++++++ ++++ 5328 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de