AlmaLinux changes
This commit is contained in:
commit
20677e308f
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
cbindgen-vendor.tar.xz
|
||||
nspr-4.36.0-2.el8_2.src.rpm
|
||||
nss-3.112.0-1.el9_4.src.rpm
|
||||
nss-3.112.0-4.el8_2.src.rpm
|
||||
thunderbird-140.10.0esr.processed-source.tar.xz
|
||||
thunderbird-langpacks-140.10.0esr-20260421.tar.xz
|
||||
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.1esr.processed-source.tar.xz
|
||||
SOURCES/thunderbird-langpacks-140.10.1esr-20260511.tar.xz
|
||||
|
||||
6
.thunderbird.metadata
Normal file
6
.thunderbird.metadata
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
||||
ff9a520313ead9d190b7e0798e5df3a99d901dd4 SOURCES/thunderbird-140.10.1esr.processed-source.tar.xz
|
||||
ea32ec2c172aa23dc992750dab22c14433358fd9 SOURCES/thunderbird-langpacks-140.10.1esr-20260511.tar.xz
|
||||
29
SOURCES/build-bindgen-0.72.1.patch
Normal file
29
SOURCES/build-bindgen-0.72.1.patch
Normal file
File diff suppressed because one or more lines are too long
29
SOURCES/build-ffvpx-failures.patch
Normal file
29
SOURCES/build-ffvpx-failures.patch
Normal 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 };
|
||||
|
||||
@ -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
|
||||
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
@ -43,7 +43,7 @@ function dist_to_rhel_minor(str, start)
|
||||
end
|
||||
match = string.match(str, ".el10")
|
||||
if match then
|
||||
return 2
|
||||
return 1
|
||||
end
|
||||
return -1
|
||||
end}
|
||||
@ -137,7 +137,7 @@ end}
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 140.10.0
|
||||
Version: 140.10.1
|
||||
Release: 1%{?dist}.alma.1
|
||||
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,11 +202,14 @@ 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
|
||||
Patch52: exceptionHandled-for-IO-error-processhandler.patch
|
||||
|
||||
|
||||
# -- Submitted upstream, not merged --
|
||||
Patch102: mozilla-bmo1670333.patch
|
||||
# Big endian fix
|
||||
@ -473,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)
|
||||
@ -1068,7 +1069,6 @@ Mozilla Thunderbird is a standalone mail and newsgroup client.
|
||||
echo "Build environment"
|
||||
echo "--------------------------------------------"
|
||||
echo "dist %{?dist}"
|
||||
echo "RHEL major version: %{?rhel}"
|
||||
echo "RHEL minor version: %{?rhel_minor_version}"
|
||||
echo "bundle_nss %{?bundle_nss}"
|
||||
echo "system_nss %{?system_nss}"
|
||||
@ -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
|
||||
@ -1171,10 +1176,9 @@ echo "ac_add_options --enable-debug" >> .mozconfig
|
||||
echo "ac_add_options --disable-optimize" >> .mozconfig
|
||||
%else
|
||||
%global optimize_flags "none"
|
||||
|
||||
%if 0%{?rhel} < 10
|
||||
%ifarch s390x
|
||||
%global optimize_flags "-g -O1"
|
||||
%global optimize_flags "-g -O1"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
@ -1721,9 +1725,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Sun May 03 2026 Eduard Abdullin <eabdullin@almalinux.org> - 140.10.0-1.alma.1
|
||||
* Wed May 20 2026 Eduard Abdullin <eabdullin@almalinux.org> - 140.10.1-1.alma.1
|
||||
- AlmaLinux changes
|
||||
|
||||
* 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
|
||||
|
||||
@ -1733,7 +1740,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
* Mon Mar 23 2026 Jan Horak <jhorak@redhat.com> - 140.9.0-1
|
||||
- Update to 140.9.0 ESR
|
||||
|
||||
* Mon Feb 23 2026 Jan Horak <jhorak@redhat.com> - 140.8.0-2
|
||||
* Mon Feb 23 2026 Jan Horak <jhorak@redhat.com> - 140.8.0-1
|
||||
- Update to 140.8.0 ESR
|
||||
|
||||
* Mon Jan 12 2026 Jan Horak <jhorak@redhat.com> - 140.7.0-1
|
||||
6
sources
6
sources
@ -1,6 +0,0 @@
|
||||
SHA512 (cbindgen-vendor.tar.xz) = 2b8db32c0bca2fa27304ee4fd3a5cc38bc43a11500b23842747813d221e55719c51cf4c0e027e41857f58ce1e283ce97b69c2c7d1eae93ecbb08c2f729e2bf55
|
||||
SHA512 (nspr-4.36.0-2.el8_2.src.rpm) = fcc720afd2453a5110975fac9dd06f636491234780b62cbfcc235a485b4935e97c4f438292c686d27d9dc86b56f43399c024bee4fffcdff5f27c62d105310645
|
||||
SHA512 (nss-3.112.0-1.el9_4.src.rpm) = 6386239e79f8095b05270b3c8b76ac9203b0df196921b64b779f832f0c04fc8c86624a98d85d39372b07e361278c400f52ef653e14ebeab9db49429e69153ff2
|
||||
SHA512 (nss-3.112.0-4.el8_2.src.rpm) = 59cca3df7a0ec6a731f4a36f8f560d496d240da0c16650f047ae686e683b883dc2630aedbe46a8b2cb21662c15f03f1efbe99da42055cc3a5418da4839e28da2
|
||||
SHA512 (thunderbird-140.10.0esr.processed-source.tar.xz) = 0f749b88f2cd8c2ede0e0622b09e8df9afb8de5bf6480bd5e5736b24763f0cfba3ea63f026c613df000e4c1b0a0395c9e8057d9d0815a4b17adaac394406f840
|
||||
SHA512 (thunderbird-langpacks-140.10.0esr-20260421.tar.xz) = 00c5582d5b2aad9c3b51026aeb1b70df80af21e1802f4e9d8a9b4a5c9f2fca8ef5c43abfd71559dc73fb783cac0f2068c444a86b6bf75b70e8e913dbfe8e1fe7
|
||||
Loading…
Reference in New Issue
Block a user