Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2020-09-27 11:50:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and      /work/SRC/openSUSE:Factory/.carla.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "carla"

Sun Sep 27 11:50:28 2020 rev:19 rq:837889 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/carla/carla.changes      2020-08-20 
22:31:15.244049381 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new.4249/carla.changes    2020-09-27 
11:50:31.300091615 +0200
@@ -1,0 +2,6 @@
+Sat Sep 26 08:52:16 UTC 2020 - Dave Plater <davejpla...@gmail.com>
+
+- Disable liblo until python-pyliblo is on the way to Tumbleweed
+  see boo#1177001
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ carla.spec ++++++
--- /var/tmp/diff_new_pack.wBfkoU/_old  2020-09-27 11:50:32.292092683 +0200
+++ /var/tmp/diff_new_pack.wBfkoU/_new  2020-09-27 11:50:32.296092688 +0200
@@ -18,6 +18,8 @@
 
 %define rev 9249bebbf5a8f2358cb912a5b8c429bc0c5b479b
 
+%bcond_with liblo
+
 %define __provides_exclude_from ^%{_libdir}/carla/jack/.*.so.0$
 Name:           carla
 #NOTE: to update this package please change these two version fields in 
"_service" <param name="revision">v2.1.1</param> and
@@ -58,7 +60,9 @@
 # for plugin GUIs
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
+%if %{with liblo}
 BuildRequires:  pkgconfig(liblo)
+%endif
 BuildRequires:  pkgconfig(libprojectM)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(mxml)
@@ -84,6 +88,9 @@
 #End wine
 Requires:       python3-base
 Requires:       python3-qt5
+%if %{with liblo}
+Requires:       python3-pyliblo
+%endif
 ExclusiveArch:  x86_64
 
 %description
@@ -158,7 +165,9 @@
 # SUSE specific
 %if 0%{?suse_version}
  %suse_update_desktop_file -r carla AudioVideo Music
+ %if %{with liblo}
  %suse_update_desktop_file -r carla-control AudioVideo Music
+ %endif
  %fdupes -s %{buildroot}%{_datadir}
  %fdupes -s %{buildroot}%{_includedir}
 %endif


Reply via email to