Update package version to 150.0

This commit is contained in:
2026-04-26 16:17:16 +03:00
parent c72ca08678
commit 0b5e1d61cd
4 changed files with 299 additions and 52 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ prepare() {
# Fix build with glibc 2.43
# https://bugzilla.mozilla.org/show_bug.cgi?id=1999625
patch -Np1 -i "$BPM_WORKDIR"/0001-Patch-glsl-optimizer-to-build-with-glibc-2.43.patch
# https://bugzilla.mozilla.org/show_bug.cgi?id=2016618
patch -Np1 -i "$BPM_WORKDIR"/0002-Bug-2016618-Fix-Linux-sandbox-build-breakage-on-glib.patch
# https://bugzilla.mozilla.org/show_bug.cgi?id=2033279
patch -Np1 -i "$BPM_WORKDIR"/0002-Bug-2033279-Make-enable-rust-simd-work-with-Rust-1.9.patch
# Generate mozconfig
cat > mozconfig <<-EOF