Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-SoundCard for 
openSUSE:Factory checked in at 2021-03-05 13:45:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SoundCard (Old)
 and      /work/SRC/openSUSE:Factory/.python-SoundCard.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-SoundCard"

Fri Mar  5 13:45:33 2021 rev:7 rq:875346 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-SoundCard/python-SoundCard.changes        
2020-07-21 15:50:20.708292311 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SoundCard.new.2378/python-SoundCard.changes  
    2021-03-05 13:45:35.163639088 +0100
@@ -1,0 +2,13 @@
+Fri Feb 26 11:08:45 UTC 2021 - Antonio Larrosa <[email protected]>
+
+- Do not build the python36 flavor on TW since numpy is a build
+  dependency and it doesn't support python 3.6 anymore.
+
+-------------------------------------------------------------------
+Thu Feb 25 11:38:10 UTC 2021 - Antonio Larrosa <[email protected]>
+
+- Require the pulseaudio-daemon capability instead of the
+  pulseaudio package, so alternative implementations can be used
+  (boo#1182730).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-SoundCard.spec ++++++
--- /var/tmp/diff_new_pack.aZg3Ly/_old  2021-03-05 13:45:36.111639949 +0100
+++ /var/tmp/diff_new_pack.aZg3Ly/_new  2021-03-05 13:45:36.119639956 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SoundCard
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
+%if 0%{suse_version} >= 1550
+%define         skip_python36 1
+%endif
 Name:           python-SoundCard
 Version:        0.4.0
 Release:        0
@@ -32,7 +35,11 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if 0%{?sle_version} && 0%{?sle_version} < 150300
 Requires:       pulseaudio
+%else
+Requires:       pulseaudio-daemon
+%endif
 Requires:       python-cffi
 Requires:       python-numpy
 BuildArch:      noarch

Reply via email to