Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aubio for openSUSE:Factory checked 
in at 2023-03-15 18:56:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aubio (Old)
 and      /work/SRC/openSUSE:Factory/.aubio.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aubio"

Wed Mar 15 18:56:10 2023 rev:33 rq:1072155 version:0.4.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/aubio/aubio.changes      2022-12-24 
14:55:25.588729077 +0100
+++ /work/SRC/openSUSE:Factory/.aubio.new.31432/aubio.changes   2023-03-15 
18:56:15.908944299 +0100
@@ -1,0 +2,6 @@
+Tue Mar 14 16:44:15 UTC 2023 - Dave Plater <davejpla...@gmail.com>
+
+- Replace ffmpeg libs pkgconfig build requires with actual
+  ffmpeg-4 devel packages to fix build for Tumbleweed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aubio.spec ++++++
--- /var/tmp/diff_new_pack.9n0xZA/_old  2023-03-15 18:56:16.448947172 +0100
+++ /var/tmp/diff_new_pack.9n0xZA/_new  2023-03-15 18:56:16.452947193 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aubio
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,21 +35,30 @@
 Source99:       baselibs.conf
 BuildRequires:  alsa-devel
 BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
 BuildRequires:  libjack-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
 BuildRequires:  pkg-config
 BuildRequires:  python3-base
-%if 0%{?suse_version} > 1315
 BuildRequires:  txt2man
+%if 1 == 0
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavdevice)
 BuildRequires:  pkgconfig(libavformat)
-BuildRequires:  pkgconfig(libswresample)
 BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswresample)
+%else
+BuildRequires:  ffmpeg-4-libavcodec-devel
+BuildRequires:  ffmpeg-4-libavdevice-devel
+BuildRequires:  ffmpeg-4-libavformat-devel
+BuildRequires:  ffmpeg-4-libavutil-devel
+BuildRequires:  ffmpeg-4-libswresample-devel
 %endif
 
+#ExcludeArch:    i586
+
 %description
 Aubio is a library for real time audio labelling. Its features include
 segmenting a sound file before each of its attacks, performing pitch
@@ -85,6 +94,14 @@
 %description tools
 This package includes the example programs for aubio library.
 
+%package docs
+Summary:        Documentation for aubio library
+Group:          Documentation/HTML
+BuildArch:      noarch
+
+%description docs
+This package includes the documentation for aubio library.
+
 %prep
 %autosetup -p1
 # set proper library dir
@@ -102,6 +119,7 @@
 cp -pR %{buildroot}%{_datadir}/doc/libaubio-doc/api 
%{buildroot}%{_docdir}/%{name}
 rm -rf %{buildroot}%{_datadir}/doc/libaubio-doc
 rm -f %{buildroot}%{_libdir}/libaubio.a
+%fdupes -s %{buildroot}%{_docdir}
 
 %post -n %{libpkgname} -p /sbin/ldconfig
 %postun -n %{libpkgname} -p /sbin/ldconfig
@@ -116,11 +134,11 @@
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/aubio
 
-%files tools
+%files docs
 %doc %{_docdir}/%{name}
-%if 0%{?suse_version} > 1315
+
+%files tools
 %{_mandir}/man1/*
-%endif
 %{_bindir}/*
 
 %changelog

++++++ python-aubio.spec ++++++
--- /var/tmp/diff_new_pack.9n0xZA/_old  2023-03-15 18:56:16.484947363 +0100
+++ /var/tmp/diff_new_pack.9n0xZA/_new  2023-03-15 18:56:16.492947406 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-aubio
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

Reply via email to