aarch64: upstream patch to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1757571 [release 98.0.2-2mamba;Mon Mar 28 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 22:19:16 +01:00
parent f34e341534
commit 926de54bbf
2 changed files with 1384 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
Name: firefox
Version: 98.0.2
Release: 1mamba
Release: 2mamba
Epoch: 1
Summary: The next generation browsing technology from mozilla.org
Group: Graphical Desktop/Applications/Internet
@ -56,6 +56,7 @@ Patch14: firefox-69.0.2-no-relinking.patch
Patch15: firefox-70.0-fix-__warn_memset_zero_len.patch
Patch16: firefox-91.0-glibc-2.34.patch
Patch17: firefox-91.0-rustc-1.54.patch
Patch18: firefox-98.0.2-aarch64-update-crossbeam-channel.patch
License: GPL, LGPL, MPL 1.1
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -89,12 +90,8 @@ BuildRequires: libxcb-devel
## AUTOBUILDREQ-END
BuildRequires: GConf-devel
BuildRequires: libart_lgpl-devel
#BuildRequires: libbonoboui-devel
BuildRequires: libglitz-devel
#BuildRequires: libgnomecanvas-devel
BuildRequires: libgnome-keyring-devel
#BuildRequires: libgnomeui-devel
#BuildRequires: libgnome-vfs-devel
BuildRequires: libICE-devel
BuildRequires: libIDL-devel
BuildRequires: libSM-devel
@ -126,7 +123,6 @@ BuildRequires: nodejs
BuildRequires: lld
BuildRequires: nasm
BuildRequires: ImageMagick
#BuildRequires: python-pygments252
BuildRequires: libcxx-devel
BuildRequires: dump_syms
Provides: xulrunner
@ -293,6 +289,10 @@ sed -e 's|__RPM_VERSION_INTERNAL__|%{firefox_internal_version}|' %{PATCH0} | pat
#%patch16 -p1
%patch17 -p1
%ifarch aarch64
%patch18 -p1 -b .aarch64-update-crossbeam-channel
%endif
#___EOF
# Ignore pip check errors
@ -645,6 +645,9 @@ fi
%{_libdir}/pkgconfig/mozilla-plugin.pc
%changelog
* Mon Mar 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 98.0.2-2mamba
- aarch64: upstream patch to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1757571
* Thu Mar 24 2022 Automatic Build System <autodist@mambasoft.it> 98.0.2-1mamba
- automatic version update by autodist