From 44f0709bb9cf4c4598e18bfd77a8acc966235c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=85=83=E5=90=89?= Date: Wed, 10 Aug 2022 08:07:17 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86ffmpeg=E7=9A=84?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96=EF=BC=8C=E8=A7=A3=E5=86=B3?= =?UTF-8?q?firefox=E6=B5=8F=E8=A7=88=E5=99=A8=E6=97=A0=E6=B3=95=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E9=9F=B3=E8=A7=86=E9=A2=91=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E4=BA=86ffmpeg=E7=9A=84=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=EF=BC=8C=E8=A7=A3=E5=86=B3firefox=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E6=97=A0=E6=B3=95=E6=92=AD=E6=94=BE=E9=9F=B3?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E7=9A=84=E9=97=AE=E9=A2=98=20https://e.gitee?= =?UTF-8?q?.com/open=5Feuler/dashboard=3Fissue=3DI5IBMT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firefox.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 80913a4..51c3059 100644 --- a/firefox.spec +++ b/firefox.spec @@ -88,7 +88,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 79.0 -Release: 13 +Release: 14 URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz @@ -190,6 +190,7 @@ Patch645: 0001-fix-wl_proxy_marshal_flags.patch Patch646: 0002-fix-from-collections-import-Iterable.patch Patch647: fix-attribute-error-module-distutils-has-no-attribute-sysconfig.patch +Requires: ffmpeg %if %{?system_nss} BuildRequires: pkgconfig(nspr) >= %{nspr_version} pkgconfig(nss) >= %{nss_version} BuildRequires: nss-static >= %{nss_version} @@ -813,6 +814,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Wed Aug 3 2022 caoyuanji - 79.0-14 +- The problem that the firefox browser cannot play audio and video + * Thu Jul 21 2022 xu_ping - 79.0-13 - Fix attribute error module distutils has no attribute sysconfig -- Gitee