Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cangjie for openSUSE:Factory checked in at 2023-03-07 16:51:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cangjie (Old) and /work/SRC/openSUSE:Factory/.python-cangjie.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cangjie" Tue Mar 7 16:51:10 2023 rev:3 rq:1069953 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cangjie/python-cangjie.changes 2021-01-19 16:02:38.787420966 +0100 +++ /work/SRC/openSUSE:Factory/.python-cangjie.new.31432/python-cangjie.changes 2023-03-07 16:51:30.069953376 +0100 @@ -1,0 +2,5 @@ +Mon Mar 6 16:13:41 UTC 2023 - Matej Cepl <[email protected]> + +- Don't use fdupes -s, it hurts. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cangjie.spec ++++++ --- /var/tmp/diff_new_pack.4bAQ30/_old 2023-03-07 16:51:30.661956497 +0100 +++ /var/tmp/diff_new_pack.4bAQ30/_new 2023-03-07 16:51:30.669956539 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-cangjie # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{1} python3-%{1}} %global src_name cangjie Name: python-cangjie Version: 1.3 @@ -60,11 +59,12 @@ %{python_expand # pushd build %make_install -%fdupes -s %{buildroot}/%{$python_sitearch} popd -} find %{buildroot} -type f -name "*.la" -delete -print +fdupes %{buildroot}/%{$python_sitearch} +} + # check %pyunittest_arch discover tests
