Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pydub for openSUSE:Factory 
checked in at 2024-05-21 18:34:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydub (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydub.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydub"

Tue May 21 18:34:44 2024 rev:11 rq:1175473 version:0.25.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pydub/python-pydub.changes        
2024-03-25 21:18:43.508613889 +0100
+++ /work/SRC/openSUSE:Factory/.python-pydub.new.1880/python-pydub.changes      
2024-05-21 18:35:02.783328708 +0200
@@ -1,0 +2,11 @@
+Mon May 20 11:49:43 UTC 2024 - Antonio Larrosa <alarr...@suse.com>
+
+- If ffmpeg_pref is defined, use it, otherwise use ffmpeg-6 or
+  ffmpeg-4 depening on suse_version.
+
+-------------------------------------------------------------------
+Fri May 17 11:30:40 UTC 2024 - Antonio Larrosa <alarr...@suse.com>
+
+- Build with ffmpeg-6 in TW and ffmpeg-4 in Leap
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pydub.spec ++++++
--- /var/tmp/diff_new_pack.l5qxuG/_old  2024-05-21 18:35:03.583357790 +0200
+++ /var/tmp/diff_new_pack.l5qxuG/_new  2024-05-21 18:35:03.587357936 +0200
@@ -16,6 +16,14 @@
 #
 
 
+%if 0%{?!ffmpeg_pref:1}
+%if 0%{?suse_version} >= 1550
+%define ffmpeg_pref ffmpeg-6
+%else
+%define ffmpeg_pref ffmpeg-4
+%endif
+%endif
+
 Name:           python-pydub
 Version:        0.25.1
 Release:        0
@@ -28,19 +36,19 @@
 Patch0:         skip_libopenh264-7.patch
 # PATCH-FIX-UPSTREAM gh#jiaaro/pydub#769
 Patch1:         fix-assertions.patch
+BuildRequires:  %{ffmpeg_pref}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
-BuildRequires:  ffmpeg-5
+BuildConflicts: %{ffmpeg_pref}-mini-libs
 BuildRequires:  python-rpm-macros
+Requires:       %{ffmpeg_pref}
 Recommends:     python-scipy
 Recommends:     python-simpleaudio
-Requires:       ffmpeg-5
 BuildArch:      noarch
-
 %python_subpackages
 
 %description

Reply via email to