libavdevice: fix for obsoleting libavcodec by mistake [release 7.0.1-5mamba;Wed Jun 12 2024]

This commit is contained in:
Silvan Calarco 2024-06-13 00:39:03 +02:00
parent 64e99c9c60
commit 1544474378

View File

@ -5,7 +5,7 @@
Name: ffmpeg
Epoch: 2
Version: 7.0.1
Release: 4mamba
Release: 5mamba
Summary: Hyper fast MPEG1/MPEG4/H263/RV and AC3/MPEG audio encoder
Group: System/Libraries
Vendor: openmamba
@ -166,8 +166,8 @@ This package contains the header files and static libraries needed to compile ap
%package -n libavdevice
Summary: ffmpeg device handling library
Group: System/Libraries
Provides: libavcodec-ffmpeg
Obsoletes: libavcodec-ffmpeg <= 2:7.0.1-1mamba
Provides: libavdevice-ffmpeg
Obsoletes: libavdevice-ffmpeg <= 2:7.0.1-1mamba
Obsoletes: libavdevice-libav-devel < 1:5.0
%description -n libavdevice
@ -566,6 +566,9 @@ ln -s ../libavcodec.a %{buildroot}%{_libdir}/libavcodec/libavcodec.a
%{_docdir}/ffmpeg/*
%changelog
* Wed Jun 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.1-5mamba
- libavdevice: fix for obsoleting libavcodec by mistake
* Mon Jun 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.1-4mamba
- added legacy provides for *-ffmpeg{,-devel}