Import from CS git
This commit is contained in:
parent
bd49141b0f
commit
74ac49c06e
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,5 +2,5 @@ SOURCES/cbindgen-vendor.tar.xz
|
|||||||
SOURCES/nspr-4.36.0-2.el8_2.src.rpm
|
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-1.el9_4.src.rpm
|
||||||
SOURCES/nss-3.112.0-4.el8_2.src.rpm
|
SOURCES/nss-3.112.0-4.el8_2.src.rpm
|
||||||
SOURCES/thunderbird-140.10.1esr.processed-source.tar.xz
|
SOURCES/thunderbird-140.11.0esr.processed-source.tar.xz
|
||||||
SOURCES/thunderbird-langpacks-140.10.1esr-20260511.tar.xz
|
SOURCES/thunderbird-langpacks-140.11.0esr-20260521.tar.xz
|
||||||
|
|||||||
@ -2,5 +2,5 @@ bc4adac8f38f5103d8f88564a1545063dd8d6402 SOURCES/cbindgen-vendor.tar.xz
|
|||||||
0d0ddbd2a73340b3cbc977997f57222946b1e775 SOURCES/nspr-4.36.0-2.el8_2.src.rpm
|
0d0ddbd2a73340b3cbc977997f57222946b1e775 SOURCES/nspr-4.36.0-2.el8_2.src.rpm
|
||||||
fd3879b176634d66f8ef64d18fdaeec98e140c23 SOURCES/nss-3.112.0-1.el9_4.src.rpm
|
fd3879b176634d66f8ef64d18fdaeec98e140c23 SOURCES/nss-3.112.0-1.el9_4.src.rpm
|
||||||
c3f0aaef37972107442e2796efad71be3a98ce3c SOURCES/nss-3.112.0-4.el8_2.src.rpm
|
c3f0aaef37972107442e2796efad71be3a98ce3c SOURCES/nss-3.112.0-4.el8_2.src.rpm
|
||||||
ff9a520313ead9d190b7e0798e5df3a99d901dd4 SOURCES/thunderbird-140.10.1esr.processed-source.tar.xz
|
f3dbcf290254def69d97fae18e72f39ebd5b4503 SOURCES/thunderbird-140.11.0esr.processed-source.tar.xz
|
||||||
ea32ec2c172aa23dc992750dab22c14433358fd9 SOURCES/thunderbird-langpacks-140.10.1esr-20260511.tar.xz
|
65e3db9ef84de6a0451f1c460dc219cbf5097733 SOURCES/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
@ -137,7 +137,7 @@ end}
|
|||||||
|
|
||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 140.10.1
|
Version: 140.11.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
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: 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
|
Source0: thunderbird-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
|
||||||
%if %{with langpacks}
|
%if %{with langpacks}
|
||||||
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260511.tar.xz
|
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260521.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source2: cbindgen-vendor.tar.xz
|
Source2: cbindgen-vendor.tar.xz
|
||||||
Source3: process-official-tarball
|
Source3: process-official-tarball
|
||||||
@ -203,7 +203,6 @@ Patch17: build-workaround-s390x.patch
|
|||||||
Patch18: build-annobin-fix.patch
|
Patch18: build-annobin-fix.patch
|
||||||
Patch19: build-min-lexical.patch
|
Patch19: build-min-lexical.patch
|
||||||
Patch20: build-bindgen-0.72.1.patch
|
Patch20: build-bindgen-0.72.1.patch
|
||||||
Patch21: build-ffvpx-failures.patch
|
|
||||||
|
|
||||||
# -- Upstreamed patches --
|
# -- Upstreamed patches --
|
||||||
Patch51: mozilla-bmo1170092.patch
|
Patch51: mozilla-bmo1170092.patch
|
||||||
@ -1110,7 +1109,6 @@ echo "--------------------------------------------"
|
|||||||
%if (0%{?rhel} == 10 && %{rhel_minor_version} > 2)
|
%if (0%{?rhel} == 10 && %{rhel_minor_version} > 2)
|
||||||
%patch -P20 -p1 -b .bindgen-llvm22
|
%patch -P20 -p1 -b .bindgen-llvm22
|
||||||
%endif
|
%endif
|
||||||
%patch -P21 -p1 -b .build-ffvpx-failures
|
|
||||||
|
|
||||||
# -- Upstreamed patches --
|
# -- Upstreamed patches --
|
||||||
%patch -P51 -p1 -b .mozilla-bmo1170092
|
%patch -P51 -p1 -b .mozilla-bmo1170092
|
||||||
@ -1725,6 +1723,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 11 2026 Jan Horak <jhorak@redhat.com> - 140.10.1-1
|
||||||
- Update to 140.10.1 ESR
|
- Update to 140.10.1 ESR
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user