Import from CS git

This commit is contained in:
eabdullin 2026-05-20 12:56:53 +00:00
parent 9db6168abb
commit 8e5770d1f5
6 changed files with 77 additions and 8 deletions

4
.gitignore vendored
View File

@ -2,5 +2,5 @@ SOURCES/cbindgen-vendor.tar.xz
SOURCES/nspr-4.36.0-2.el8_2.src.rpm
SOURCES/nss-3.112.0-1.el9_4.src.rpm
SOURCES/nss-3.112.0-4.el8_2.src.rpm
SOURCES/thunderbird-140.10.0esr.processed-source.tar.xz
SOURCES/thunderbird-langpacks-140.10.0esr-20260421.tar.xz
SOURCES/thunderbird-140.10.1esr.processed-source.tar.xz
SOURCES/thunderbird-langpacks-140.10.1esr-20260511.tar.xz

View File

@ -2,5 +2,5 @@ bc4adac8f38f5103d8f88564a1545063dd8d6402 SOURCES/cbindgen-vendor.tar.xz
0d0ddbd2a73340b3cbc977997f57222946b1e775 SOURCES/nspr-4.36.0-2.el8_2.src.rpm
fd3879b176634d66f8ef64d18fdaeec98e140c23 SOURCES/nss-3.112.0-1.el9_4.src.rpm
c3f0aaef37972107442e2796efad71be3a98ce3c SOURCES/nss-3.112.0-4.el8_2.src.rpm
011268756c4b0d3f630b8f159c9695dc46ea1543 SOURCES/thunderbird-140.10.0esr.processed-source.tar.xz
8bcd06c1e017b9500c9256e7f7672bccb04fd4e7 SOURCES/thunderbird-langpacks-140.10.0esr-20260421.tar.xz
ff9a520313ead9d190b7e0798e5df3a99d901dd4 SOURCES/thunderbird-140.10.1esr.processed-source.tar.xz
ea32ec2c172aa23dc992750dab22c14433358fd9 SOURCES/thunderbird-langpacks-140.10.1esr-20260511.tar.xz

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,29 @@
# HG changeset patch
# User az <azebrowski@mozilla.com>
# Date 1777295119 0
# Node ID be2954efe4c16426fde496c22f4595687252aad2
# Parent fc073e8a30dbed81021ca06b7b6dd9b4a20a61bf
Bug 2031958 - Fix Solaris/GCC -Wincompatible-pointer-types build error in ffvpx parser_list.c a=dmeehan DONTBUILD
Original Revision: https://phabricator.services.mozilla.com/D295104
Differential Revision: https://phabricator.services.mozilla.com/D295303
diff --git a/media/ffvpx/libavcodec/parser_list.c b/media/ffvpx/libavcodec/parser_list.c
--- a/media/ffvpx/libavcodec/parser_list.c
+++ b/media/ffvpx/libavcodec/parser_list.c
@@ -1,10 +1,10 @@
#include "config_components.h"
-static const AVCodecParser * const parser_list[] = {
+static const FFCodecParser * const parser_list[] = {
#if CONFIG_VP8_PARSER
&ff_vp8_parser,
#endif
#if CONFIG_VP9_PARSER
&ff_vp9_parser,
#endif
NULL };

View File

@ -21,7 +21,10 @@ rm -vf ./process-tarball-dir/*/third_party/python/pip/pip-24.0.dist-info/AUTHORS
rm -vf ./process-tarball-dir/*/dom/locks/test/crashtests/1908240.js
rm -vf ./process-tarball-dir/*/comm/third_party/rust/idna/tests/IdnaTestV2.txt
rm -vr ./process-tarball-dir/*/comm/third_party/rust/wast/tests/parse-fail/confusing*
rm -vr ./process-tarball-dir/*/comm/third_party/libotr*
rm -vr ./process-tarball-dir/*/comm/third_party/libgcrypt*
rm -vr ./process-tarball-dir/*/third_party/rust/wast/tests/parse-fail/confusing*
rm -vr ./process-tarball-dir/*/layout/base/crashtests/496011-1.xhtm
# We uses system freetype2
rm -vrf ./process-tarball-dir/*/modules/freetype2

View File

@ -137,7 +137,7 @@ end}
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 140.10.0
Version: 140.10.1
Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -165,7 +165,7 @@ ExcludeArch: %{ix86}
#Source0: https://archive.mozilla.org/pub/thunderbird/releases/%%{version}%%{?pre_version}/source/thunderbird-%%{version}%%{?pre_version}.processed-source.tar.xz
Source0: thunderbird-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
%if %{with langpacks}
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260421.tar.xz
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260511.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source3: process-official-tarball
@ -202,6 +202,8 @@ Patch16: build-tb-system-nss.patch
Patch17: build-workaround-s390x.patch
Patch18: build-annobin-fix.patch
Patch19: build-min-lexical.patch
Patch20: build-bindgen-0.72.1.patch
Patch21: build-ffvpx-failures.patch
# -- Upstreamed patches --
Patch51: mozilla-bmo1170092.patch
@ -474,9 +476,7 @@ Provides: bundled(asn1js)
Provides: bundled(fluent.migratetb)
Provides: bundled(icaljs)
Provides: bundled(json-c)
Provides: bundled(libgcrypt)
Provides: bundled(libgpg-error)
Provides: bundled(libotr)
Provides: bundled(qrcode)
Provides: bundled(rnp)
Provides: bundled(sax-js)
@ -1107,6 +1107,11 @@ echo "--------------------------------------------"
%patch -P18 -p1 -b .annobin-fix
%patch -P19 -p1 -b .min-lexical
%if (0%{?rhel} == 10 && %{rhel_minor_version} > 2)
%patch -P20 -p1 -b .bindgen-llvm22
%endif
%patch -P21 -p1 -b .build-ffvpx-failures
# -- Upstreamed patches --
%patch -P51 -p1 -b .mozilla-bmo1170092
%patch -P52 -p1 -b .exceptionHandled-for-IO-error-processhandler
@ -1720,6 +1725,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Mon May 11 2026 Jan Horak <jhorak@redhat.com> - 140.10.1-1
- Update to 140.10.1 ESR
* Tue Apr 21 2026 Jan Horak <jhorak@redhat.com> - 140.10.0-1
- Update to 140.10.0 ESR