]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox.spec
- added workaround for extensions problems on glibc 2.34
[packages/firefox.git] / firefox.spec
index 81221e25fb85e11e0a0510103dc36f2015725690..9a4113388f5501990d120e8a03b4b0bdd3ffd422 100644 (file)
@@ -49,7 +49,7 @@ Summary(hu.UTF-8):    Firefox web böngésző
 Summary(pl.UTF-8):     Firefox - przeglądarka WWW
 Name:          firefox
 Version:       93.0
-Release:       1
+Release:       2
 License:       MPL v2.0
 Group:         X11/Applications/Networking
 Source0:       https://releases.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
@@ -262,6 +262,8 @@ Patch8:             %{name}-system-virtualenv.patch
 Patch9:                %{name}-Disable-Firefox-Health-Report.patch
 Patch10:       system-cairo.patch
 Patch11:       glibc-double.patch
+# Test if it can be removed when updating package
+Patch12:       glibc-2.34.patch
 URL:           https://www.mozilla.org/firefox/
 BuildRequires: OpenGL-devel
 BuildRequires: alsa-lib-devel
@@ -2113,6 +2115,7 @@ unpack() {
 %patch9 -p1
 %{?with_system_cairo:%patch10 -p1}
 %patch11 -p1
+%patch12 -p1
 
 %if %{with pgo}
 %{__sed} -i -e 's@__BROWSER_PATH__@"../../dist/bin/firefox-bin"@' build/automation.py.in
This page took 0.044718 seconds and 4 git commands to generate.