Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nemo-extensions for openSUSE:Factory checked in at 2022-10-03 13:46:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nemo-extensions (Old) and /work/SRC/openSUSE:Factory/.nemo-extensions.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nemo-extensions" Mon Oct 3 13:46:42 2022 rev:22 rq:1007601 version:5.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nemo-extensions/nemo-extensions.changes 2022-05-21 19:06:25.691320048 +0200 +++ /work/SRC/openSUSE:Factory/.nemo-extensions.new.2275/nemo-extensions.changes 2022-10-03 13:47:28.413707328 +0200 @@ -1,0 +2,5 @@ +Mon Oct 3 02:50:43 UTC 2022 - Marguerite Su <i...@marguerite.su> + +- add FTBFS-setuptools-61.0.patch + +------------------------------------------------------------------- New: ---- FTBFS-setuptools-61.0.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nemo-extensions.spec ++++++ --- /var/tmp/diff_new_pack.t1TyHw/_old 2022-10-03 13:47:28.869708331 +0200 +++ /var/tmp/diff_new_pack.t1TyHw/_new 2022-10-03 13:47:28.873708340 +0200 @@ -30,6 +30,8 @@ Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM nemo-share-prevent-privilege-escalation.patch bsc#1084703 -- Prevent unprivileged users from adding other users to sambashare (commit a831e7b). Patch4: nemo-share-prevent-privilege-escalation.patch +# PATCH-FIX-UPSTREAM FTBFS-setuptools-61.0.patch -- fix build with setuptools 61.0 +Patch5: FTBFS-setuptools-61.0.patch BuildRequires: fdupes BuildRequires: gettext-runtime BuildRequires: gnome-common @@ -482,6 +484,10 @@ # Already included. rm -r %{buildroot}%{_datadir}/licenses/nemo-dropbox/COPYING +%python_compileall +rm -rf %{buildroot}%{_datadir}/nemo-compare/utils.py +ln -sf %{python3_sitelib}/utils.py %{buildroot}%{_datadir}/nemo-compare/utils.py + %if 0%{?suse_version} >= 1500 %post -n python3-nemo -p /sbin/ldconfig %postun -n python3-nemo -p /sbin/ldconfig @@ -547,6 +553,9 @@ %{_datadir}/nemo-compare/ %{python3_sitelib}/nemo_compare-%{version}-py?.*.egg-info %{_datadir}/nemo-python/extensions/nemo-compare.py +%{python3_sitelib}/utils.py +%{python3_sitelib}/__pycache__/utils.cpython-%{python_version_nodots}.opt-1.pyc +%{python3_sitelib}/__pycache__/utils.cpython-%{python_version_nodots}.pyc %files -n nemo-extension-dropbox %license nemo-dropbox/COPYING @@ -625,5 +634,8 @@ %{_datadir}/nemo-python/extensions/nemo_terminal.py %{_datadir}/glib-2.0/schemas/org.nemo.extensions.nemo-terminal.gschema.xml %{python3_sitelib}/nemo_terminal-%{version}-py?.*.egg-info +%{python3_sitelib}/nemo_terminal.py +%{python3_sitelib}/__pycache__/nemo_terminal.cpython-%{python_version_nodots}.opt-1.pyc +%{python3_sitelib}/__pycache__/nemo_terminal.cpython-%{python_version_nodots}.pyc %changelog ++++++ FTBFS-setuptools-61.0.patch ++++++ Index: nemo-extensions-5.2.0/nemo-emblems/setup.py =================================================================== --- nemo-extensions-5.2.0.orig/nemo-emblems/setup.py +++ nemo-extensions-5.2.0/nemo-emblems/setup.py @@ -22,6 +22,7 @@ from setuptools import setup # Setup stage setup( + packages = [], name = "nemo-emblems", version = "5.2.0", description = "Change your folder and file emblems",