Hello community, here is the log from the commit of package python-libarchive for openSUSE:Factory checked in at 2020-03-04 09:44:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-libarchive (Old) and /work/SRC/openSUSE:Factory/.python-libarchive.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libarchive" Wed Mar 4 09:44:18 2020 rev:5 rq:781197 version:0.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-libarchive/python-libarchive.changes 2019-07-24 20:35:50.342572086 +0200 +++ /work/SRC/openSUSE:Factory/.python-libarchive.new.26092/python-libarchive.changes 2020-03-04 09:44:37.838079733 +0100 @@ -1,0 +2,5 @@ +Tue Mar 3 12:13:41 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Fix build on older releases + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-libarchive.spec ++++++ --- /var/tmp/diff_new_pack.iLZJa5/_old 2020-03-04 09:44:38.934080390 +0100 +++ /var/tmp/diff_new_pack.iLZJa5/_new 2020-03-04 09:44:38.934080390 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-libarchive # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,6 @@ Release: 0 Summary: Python adapter for universal, libarchive-based archive access License: GPL-2.0-only -Group: Development/Languages/Python URL: https://github.com/dsoprea/PyEasyArchive Source: https://files.pythonhosted.org/packages/source/l/libarchive/libarchive-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -53,7 +52,8 @@ %check # https://github.com/dsoprea/PyEasyArchive/issues/33 -%python_expand nosetests-%{$python_bin_suffix} -e test_read_symlinks +export LANG=en_US.UTF8 +%python_expand nosetests-%{$python_bin_suffix} -v -e test_read_symlinks %install %python_install
