automatic version update by autodist [release 101.0.1-1mamba;Tue Jun 14 2022]
This commit is contained in:
parent
7cc7eb8166
commit
1e3fa4954a
16
firefox-101.0.1-fix-ftbfs-newer-cbindgen.patch
Normal file
16
firefox-101.0.1-fix-ftbfs-newer-cbindgen.patch
Normal file
@ -0,0 +1,16 @@
|
||||
Description: Remove an extra constant definition that is now being generated by newer versions of cbindgen (0.24), and causing build failures because it is defined in several places.
|
||||
Author: Olivier Tilloy <olivier.tilloy@canonical.com>
|
||||
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1773259
|
||||
Forwarded: not-needed
|
||||
|
||||
--- a/gfx/webrender_bindings/webrender_ffi.h
|
||||
+++ b/gfx/webrender_bindings/webrender_ffi.h
|
||||
@@ -73,8 +73,6 @@ struct WrPipelineInfo;
|
||||
struct WrPipelineIdAndEpoch;
|
||||
using WrPipelineIdEpochs = nsTArray<WrPipelineIdAndEpoch>;
|
||||
|
||||
-const uint64_t ROOT_CLIP_CHAIN = ~0;
|
||||
-
|
||||
} // namespace wr
|
||||
} // namespace mozilla
|
||||
|
12
firefox.spec
12
firefox.spec
@ -17,7 +17,7 @@
|
||||
%define pkgver %(echo %version | tr . _)
|
||||
|
||||
Name: firefox
|
||||
Version: 101.0
|
||||
Version: 101.0.1
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: The next generation browsing technology from mozilla.org
|
||||
@ -56,7 +56,8 @@ 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
|
||||
Patch18: firefox-98.0.2-aarch64-update-crossbeam-channel.patch
|
||||
Patch19: firefox-101.0.1-fix-ftbfs-newer-cbindgen.patch
|
||||
License: GPL, LGPL, MPL 1.1
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -293,6 +294,8 @@ sed -e 's|__RPM_VERSION_INTERNAL__|%{firefox_internal_version}|' %{PATCH0} | pat
|
||||
#%patch18 -p1 -b .aarch64-update-crossbeam-channel
|
||||
#%endif
|
||||
|
||||
%patch19 -p1 -b .fix-ftbfs-newer-cbindgen
|
||||
|
||||
#___EOF
|
||||
|
||||
# Ignore pip check errors
|
||||
@ -524,7 +527,7 @@ includedir=%{firefoxincludedir}
|
||||
|
||||
Name: Mozilla Plug-In API
|
||||
Description: Mozilla Plug-In API
|
||||
Version: 101.0
|
||||
Version: 101.0.1
|
||||
|
||||
Cflags: -I\${includedir} -DXP_UNIX
|
||||
_EOF
|
||||
@ -645,6 +648,9 @@ fi
|
||||
%{_libdir}/pkgconfig/mozilla-plugin.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2022 Automatic Build System <autodist@mambasoft.it> 101.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 04 2022 Automatic Build System <autodist@mambasoft.it> 101.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user