Update to 140.11.0esr
Resolves: RHEL-171678
This commit is contained in:
parent
9a18da57f7
commit
b1c4e9225e
2
.gitignore
vendored
2
.gitignore
vendored
@ -189,3 +189,5 @@
|
||||
/thunderbird-langpacks-140.10.0esr-20260421.tar.xz
|
||||
/thunderbird-140.10.1esr.processed-source.tar.xz
|
||||
/thunderbird-langpacks-140.10.1esr-20260511.tar.xz
|
||||
/thunderbird-140.11.0esr.processed-source.tar.xz
|
||||
/thunderbird-langpacks-140.11.0esr-20260521.tar.xz
|
||||
|
||||
@ -1,29 +0,0 @@
|
||||
|
||||
# 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 };
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
sources
4
sources
@ -2,5 +2,5 @@ SHA512 (nss-3.112.0-1.el9_4.src.rpm) = 6386239e79f8095b05270b3c8b76ac9203b0df196
|
||||
SHA512 (cbindgen-vendor.tar.xz) = 2b8db32c0bca2fa27304ee4fd3a5cc38bc43a11500b23842747813d221e55719c51cf4c0e027e41857f58ce1e283ce97b69c2c7d1eae93ecbb08c2f729e2bf55
|
||||
SHA512 (nss-3.112.0-4.el8_2.src.rpm) = 59cca3df7a0ec6a731f4a36f8f560d496d240da0c16650f047ae686e683b883dc2630aedbe46a8b2cb21662c15f03f1efbe99da42055cc3a5418da4839e28da2
|
||||
SHA512 (nspr-4.36.0-2.el8_2.src.rpm) = fcc720afd2453a5110975fac9dd06f636491234780b62cbfcc235a485b4935e97c4f438292c686d27d9dc86b56f43399c024bee4fffcdff5f27c62d105310645
|
||||
SHA512 (thunderbird-140.10.1esr.processed-source.tar.xz) = 78a276440b5ea53b97da418c6cf74ef65d457756a82b9b2ed8ca654bf00ac11042f9bef6aa0ddc735f3573d75aa9b98ae793a27c24537c16154bd8ab7122e4b4
|
||||
SHA512 (thunderbird-langpacks-140.10.1esr-20260511.tar.xz) = 44540dc3c7dbfdb0289d85d30828af1bc31064c48ebaa472e8425f54126dbeac17bda26c73e209c617f6e400720d3a1cd47eaa4bd358898416fbafdf51c3356e
|
||||
SHA512 (thunderbird-140.11.0esr.processed-source.tar.xz) = ae1121171fea4435d718a5a08e09b0ca78277aa57bf31b29ee77d76fc64cb9db624061b8b6f58bb94aa598dcef8ba60c260bed326c680d8f6bea5a42468175a4
|
||||
SHA512 (thunderbird-langpacks-140.11.0esr-20260521.tar.xz) = 3a128bcdbc9258cfc43281b8d2b6f7be4c440d64b361ee74429e4812ab5d40e6047942bb35cb464579c86b583e203e417b927f74cd2a609270b68ddc8cd07229
|
||||
|
||||
@ -137,7 +137,7 @@ end}
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 140.10.1
|
||||
Version: 140.11.0
|
||||
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}-20260511.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260521.tar.xz
|
||||
%endif
|
||||
Source2: cbindgen-vendor.tar.xz
|
||||
Source3: process-official-tarball
|
||||
@ -203,7 +203,6 @@ 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
|
||||
@ -1109,7 +1108,6 @@ echo "--------------------------------------------"
|
||||
%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
|
||||
@ -1724,6 +1722,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2026 Jan Horak <jhorak@redhat.com> - 140.11.0-1
|
||||
- Update to 140.11.0 ESR
|
||||
|
||||
* Mon May 11 2026 Jan Horak <jhorak@redhat.com> - 140.10.1-1
|
||||
- Update to 140.10.1 ESR
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user