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:
parent
f34e341534
commit
926de54bbf
1375
firefox-98.0.2-aarch64-update-crossbeam-channel.patch
Normal file
1375
firefox-98.0.2-aarch64-update-crossbeam-channel.patch
Normal file
File diff suppressed because it is too large
Load Diff
15
firefox.spec
15
firefox.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 98.0.2
|
Version: 98.0.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: The next generation browsing technology from mozilla.org
|
Summary: The next generation browsing technology from mozilla.org
|
||||||
Group: Graphical Desktop/Applications/Internet
|
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
|
Patch15: firefox-70.0-fix-__warn_memset_zero_len.patch
|
||||||
Patch16: firefox-91.0-glibc-2.34.patch
|
Patch16: firefox-91.0-glibc-2.34.patch
|
||||||
Patch17: firefox-91.0-rustc-1.54.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
|
License: GPL, LGPL, MPL 1.1
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -89,12 +90,8 @@ BuildRequires: libxcb-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: GConf-devel
|
BuildRequires: GConf-devel
|
||||||
BuildRequires: libart_lgpl-devel
|
BuildRequires: libart_lgpl-devel
|
||||||
#BuildRequires: libbonoboui-devel
|
|
||||||
BuildRequires: libglitz-devel
|
BuildRequires: libglitz-devel
|
||||||
#BuildRequires: libgnomecanvas-devel
|
|
||||||
BuildRequires: libgnome-keyring-devel
|
BuildRequires: libgnome-keyring-devel
|
||||||
#BuildRequires: libgnomeui-devel
|
|
||||||
#BuildRequires: libgnome-vfs-devel
|
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libIDL-devel
|
BuildRequires: libIDL-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
@ -126,7 +123,6 @@ BuildRequires: nodejs
|
|||||||
BuildRequires: lld
|
BuildRequires: lld
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
#BuildRequires: python-pygments252
|
|
||||||
BuildRequires: libcxx-devel
|
BuildRequires: libcxx-devel
|
||||||
BuildRequires: dump_syms
|
BuildRequires: dump_syms
|
||||||
Provides: xulrunner
|
Provides: xulrunner
|
||||||
@ -293,6 +289,10 @@ sed -e 's|__RPM_VERSION_INTERNAL__|%{firefox_internal_version}|' %{PATCH0} | pat
|
|||||||
#%patch16 -p1
|
#%patch16 -p1
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
|
|
||||||
|
%ifarch aarch64
|
||||||
|
%patch18 -p1 -b .aarch64-update-crossbeam-channel
|
||||||
|
%endif
|
||||||
|
|
||||||
#___EOF
|
#___EOF
|
||||||
|
|
||||||
# Ignore pip check errors
|
# Ignore pip check errors
|
||||||
@ -645,6 +645,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/mozilla-plugin.pc
|
%{_libdir}/pkgconfig/mozilla-plugin.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 24 2022 Automatic Build System <autodist@mambasoft.it> 98.0.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user