Hello community, here is the log from the commit of package python-olefile for openSUSE:Factory checked in at 2019-11-04 17:10:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-olefile (Old) and /work/SRC/openSUSE:Factory/.python-olefile.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-olefile" Mon Nov 4 17:10:52 2019 rev:6 rq:743990 version:0.46 Changes: -------- --- /work/SRC/openSUSE:Factory/python-olefile/python-olefile.changes 2019-04-19 18:36:34.743047234 +0200 +++ /work/SRC/openSUSE:Factory/.python-olefile.new.2990/python-olefile.changes 2019-11-04 17:10:55.112550354 +0100 @@ -1,0 +2,5 @@ +Mon Oct 14 14:01:01 UTC 2019 - Matej Cepl <[email protected]> + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-olefile.spec ++++++ --- /var/tmp/diff_new_pack.8LBGHO/_old 2019-11-04 17:10:55.716550999 +0100 +++ /var/tmp/diff_new_pack.8LBGHO/_new 2019-11-04 17:10:55.724551008 +0100 @@ -23,19 +23,17 @@ Release: 0 Summary: Python package to read and write Microsoft OLE2 files License: BSD-2-Clause AND HPND -Group: Development/Languages/Python -Url: https://github.com/decalage2/olefile +URL: https://github.com/decalage2/olefile Source: https://files.pythonhosted.org/packages/source/o/olefile/olefile-%{version}.zip BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip +BuildArch: noarch %ifpython2 Provides: %{oldpython}-OleFileIO_PL = %{version} Obsoletes: %{oldpython}-OleFileIO_PL <= 0.26 %endif -BuildArch: noarch - %python_subpackages %description @@ -56,7 +54,7 @@ %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test
