Hello community, here is the log from the commit of package reuse for openSUSE:Factory checked in at 2018-04-20 17:29:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/reuse (Old) and /work/SRC/openSUSE:Factory/.reuse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "reuse" Fri Apr 20 17:29:03 2018 rev:2 rq:597558 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/reuse/reuse.changes 2018-01-17 21:56:01.545636509 +0100 +++ /work/SRC/openSUSE:Factory/.reuse.new/reuse.changes 2018-04-20 17:30:53.215456019 +0200 @@ -1,0 +2,9 @@ +Tue Apr 17 12:14:17 UTC 2018 - [email protected] + +- Update to version 0.2.0: + + Added translations for Dutch, Esperanto and Spanish. + + Added new `-only` and `-or-later` SPDX tags for GPL. + + Based on argparse instead of click. +- Remove xfail-test.patch. + +------------------------------------------------------------------- Old: ---- fsfe-reuse-0.1.1.tar.gz xfail-test.patch New: ---- fsfe-reuse-0.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ reuse.spec ++++++ --- /var/tmp/diff_new_pack.pzoibQ/_old 2018-04-20 17:30:54.279417438 +0200 +++ /var/tmp/diff_new_pack.pzoibQ/_new 2018-04-20 17:30:54.279417438 +0200 @@ -1,7 +1,7 @@ # # spec file for package reuse # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 Free Software Foundation Europe e.V. # # All modifications and additions to the file contributed by third parties @@ -14,37 +14,39 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %bcond_without test Name: reuse -Version: 0.1.1 +Version: 0.2.0 Release: 0 -License: GPL-3.0+ Summary: A tool for compliance with the REUSE Initiative recommendations -Url: https://git.fsfe.org/reuse/reuse +License: GPL-3.0-or-later Group: Development/Languages/Python +Url: https://git.fsfe.org/reuse/reuse Source: https://files.pythonhosted.org/packages/source/f/fsfe-reuse/fsfe-reuse-%{version}.tar.gz -Patch1: xfail-test.patch -BuildRequires: python3-setuptools -BuildRequires: pandoc BuildRequires: fdupes +BuildRequires: pandoc +BuildRequires: python3-setuptools %if %{with test} +BuildRequires: python3-Jinja2 BuildRequires: python3-chardet BuildRequires: python3-click BuildRequires: python3-debian -BuildRequires: python3-Jinja2 BuildRequires: python3-pytest BuildRequires: python3-recommonmark %endif Requires: python3 >= 3.5 Requires: python3-chardet -Requires: python3-click Requires: python3-debian -Suggests: git -Suggests: python3-pygit2 +Recommends: git +Recommends: python3-pygit2 +Recommends: %{name}-lang BuildArch: noarch +%lang_package + %description A tool for compliance with the REUSE Initiative recommendations. Essentially, it is a linter that checks for a project's compliance, and a compiler that @@ -52,7 +54,6 @@ %prep %setup -q -n fsfe-reuse-%{version} -%patch1 -p1 %build %python3_build @@ -60,6 +61,7 @@ %install %python3_install %fdupes %{buildroot}%{$python3_sitelib} +%find_lang %{name} %{?no_lang_C} %if %{with test} %check LC_ALL=C.UTF-8 LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test tests/ @@ -71,4 +73,6 @@ %{_bindir}/reuse %{python3_sitelib}/* +%files lang -f %{name}.lang + %changelog ++++++ fsfe-reuse-0.1.1.tar.gz -> fsfe-reuse-0.2.0.tar.gz ++++++ ++++ 3410 lines of diff (skipped)
