Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jupyter-jupyter-full-width for
openSUSE:Factory checked in at 2022-05-12 22:59:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-jupyter-full-width (Old)
and /work/SRC/openSUSE:Factory/.jupyter-jupyter-full-width.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter-jupyter-full-width"
Thu May 12 22:59:18 2022 rev:2 rq:976229 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/jupyter-jupyter-full-width/jupyter-jupyter-full-width.changes
2019-05-22 11:07:09.314579204 +0200
+++
/work/SRC/openSUSE:Factory/.jupyter-jupyter-full-width.new.1538/jupyter-jupyter-full-width.changes
2022-05-12 22:59:46.512749664 +0200
@@ -1,0 +2,5 @@
+Wed May 11 08:13:36 UTC 2022 - Benjamin Greiner <[email protected]>
+
+- Fix fdupes error
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jupyter-jupyter-full-width.spec ++++++
--- /var/tmp/diff_new_pack.uQnRY5/_old 2022-05-12 22:59:46.960750266 +0200
+++ /var/tmp/diff_new_pack.uQnRY5/_new 2022-05-12 22:59:46.968750276 +0200
@@ -30,9 +30,9 @@
Requires: jupyter-notebook >= 5.1
Requires(post): jupyter-notebook >= 5.1
Requires(preun): jupyter-notebook >= 5.1
-Provides: python3-jupyter_full_width = %{version}
-Obsoletes: python3-jupyter_full_width <= %{version}
-Provides: python3-jupyter-full-width = %{version}
+Provides: python3-jupyter_full_width = %{version}-%{release}
+Obsoletes: python3-jupyter_full_width < %{version}-%{release}
+Provides: python3-jupyter-full-width = %{version}-%{release}
BuildArch: noarch
# SECTION test requirements
BuildRequires: jupyter-notebook >= 5.1
@@ -52,7 +52,8 @@
%python3_install
%{jupyter_nbextension_install full_width}
-%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
+%fdupes %{buildroot}%{_jupyter_prefix}
+%fdupes %{buildroot}%{python3_sitelib}
%post
%{jupyter_nbextension_enable full_width}
@@ -62,7 +63,7 @@
%files
%doc full_width/jupyter/readme.md
-%{python3_sitelib}/jupyter_full_width-*-py*.egg-info
+%{python3_sitelib}/jupyter_full_width-%{version}*-info
%{python3_sitelib}/full_width/
%{_jupyter_nbextension_dir}/full_width/