Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jupyter for openSUSE:Factory checked in at 2022-12-29 13:08:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jupyter (Old) and /work/SRC/openSUSE:Factory/.jupyter.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter" Thu Dec 29 13:08:40 2022 rev:9 rq:1045480 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jupyter/jupyter-filesystem.changes 2022-01-09 22:49:53.907269289 +0100 +++ /work/SRC/openSUSE:Factory/.jupyter.new.1563/jupyter-filesystem.changes 2022-12-29 13:08:44.472803472 +0100 @@ -1,0 +2,6 @@ +Tue Dec 27 00:24:42 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 20221227 + * Fix %jupyter_move_config + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jupyter-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.pltadL/_old 2022-12-29 13:08:45.112807365 +0100 +++ /var/tmp/diff_new_pack.pltadL/_new 2022-12-29 13:08:45.120807414 +0100 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: jupyter-filesystem URL: https://jupyter.org/ -Version: 20220107 +Version: 20221227 Release: 0 %define tar_ver 1.0.0 Summary: Common directories shared by Jupyter packages ++++++ macros.jupyter_core ++++++ --- /var/tmp/diff_new_pack.pltadL/_old 2022-12-29 13:08:45.192807852 +0100 +++ /var/tmp/diff_new_pack.pltadL/_new 2022-12-29 13:08:45.196807876 +0100 @@ -6,9 +6,9 @@ %jupyter_move_config \ if [ "$(dirname %{_prefix}/etc/jupyter/)" != "$(dirname %{_jupyter_confdir})" ]; then \ - mkdir -p %{buildroot}%{_distconfdir} \ - mv %{buildroot}%{_prefix}/etc/jupyter %{buildroot}%{_jupyter_confdir} \ - rm -d %{buildroot}%{_prefix}/etc \ + mkdir -p %{buildroot}%{_jupyter_confdir} \ + mv %{buildroot}%{_prefix}/etc/jupyter/* %{buildroot}%{_jupyter_confdir} \ + rm -d %{buildroot}%{_prefix}/etc/jupyter %{buildroot}%{_prefix}/etc \ fi \ %{nil}