Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2021-07-12 21:40:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and      /work/SRC/openSUSE:Factory/.carla.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "carla"

Mon Jul 12 21:40:11 2021 rev:24 rq:905389 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/carla/carla.changes      2021-06-04 
00:33:37.428893879 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new.2625/carla.changes    2021-07-12 
21:40:26.052015435 +0200
@@ -1,0 +2,6 @@
+Fri Jul  9 20:21:21 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Fix the Python script symlinks: in SLE/Leap, %python_sitelib is
+  empty if python2 is not installed. You want python3_sitelib.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ carla.spec ++++++
--- /var/tmp/diff_new_pack.QTDBFG/_old  2021-07-12 21:40:28.231998252 +0200
+++ /var/tmp/diff_new_pack.QTDBFG/_new  2021-07-12 21:40:28.235998221 +0200
@@ -174,10 +174,10 @@
 cp -v source/modules/lilv/serd-0.24.0/tests/TurtleTests/LICENSE 
LICENSE.TurtleTests
 
 # Cadence uses carla_util.py which also uses carla_backend.py so they need to 
be in pythonsitelib
-mkdir -p %{buildroot}/%{python_sitelib}
-pushd %{buildroot}/%{python_sitelib}
-ln -s ../../../../%{_datadir}/carla/carla_backend.py .
-ln -s ../../../../%{_datadir}/carla/carla_utils.py .
+mkdir -p %{buildroot}/%{python3_sitelib}
+pushd %{buildroot}/%{python3_sitelib}
+ln -rs %{buildroot}%{_datadir}/carla/carla_backend.py .
+ln -rs %{buildroot}%{_datadir}/carla/carla_utils.py .
 popd
 
 # SUSE specific
@@ -212,7 +212,7 @@
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/mime/packages/carla.xml
-%{python_sitelib}/carla*.py
+%{python3_sitelib}/carla*.py
 %{_localstatedir}/adm/update-messages/%{name}-warning
 
 %post

Reply via email to