automatic version update by autodist [release 101.0.1-1mamba;Tue Jun 14 2022]

This commit is contained in:
Automatic Build System 2024-01-05 22:19:19 +01:00
parent 7cc7eb8166
commit 1e3fa4954a
2 changed files with 25 additions and 3 deletions

View 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

View File

@ -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