Skip to content
Snippets Groups Projects
Commit 3a4d87ff authored by importbot's avatar importbot
Browse files

import thunderbird-128.7.0-1.el10

parent bc557571
No related branches found
Tags imports/c9-beta/mingw-headers-11.0.0-1.el9
No related merge requests found
047557bf851f53dba2079342e67b95a361c1b14a81be569bd663a282e9b1c4cb SOURCES/nspr-4.35.0-1.el8_1.src.rpm
cacda79c00fe7518691347a8d4238b05849c7d27ae4950c58144f4fefa2257cd SOURCES/nss-3.101.0-7.el8_2.src.rpm
1a821c113c09ba2209e0096b0b2553695c6685d1efe2fac68d5dfadc31470abd SOURCES/nss-3.101.0-7.el9_2.src.rpm
705b5da0f9fcda25565ce7abc77f5a74859340578d6db790c6cc8e0e939c54e4 SOURCES/thunderbird-128.6.0esr.b3.processed-source.tar.xz
4965618eee1f370e1cd981128dd599534444bb73871b778830e13951ab578c31 SOURCES/thunderbird-langpacks-128.6.0esr-20250108.tar.xz
c589cea455df06be4c9ed1f40f5726bf6b84cbdc70cd39fb9599f88ce8c8b58b SOURCES/thunderbird-128.7.0esr.processed-source.tar.xz
9a5706886c79334665db520c1f0bc0f9143604cde52cd03db79782561e670a69 SOURCES/thunderbird-langpacks-128.7.0esr-20250205.tar.xz
3df8592c69866a0edf78b4153ce78e214f1b1a9474b28b1f860f4a52ca81c1d6 SOURCES/cbindgen-vendor.tar.xz
diff -up thunderbird-128.7.0/comm/rust/Cargo.lock.cargo-lock thunderbird-128.7.0/comm/rust/Cargo.lock
--- thunderbird-128.7.0/comm/rust/Cargo.lock.cargo-lock 2025-02-07 10:14:12.483795636 +0100
+++ thunderbird-128.7.0/comm/rust/Cargo.lock 2025-02-07 10:14:15.654801697 +0100
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 4
+version = 3
[[package]]
name = "aa-stroke"
......@@ -127,7 +127,7 @@ end}
# If set to .b2 or .b3 ... the processed source file needs to be renamed before upload, e.g.
# thunderbird-102.8.0.b2.processed-source.tar.xz
# When unset use processed source file name as is.
%global buildnum .b3
#global buildnum .b3
%bcond_without langpacks
......@@ -137,8 +137,8 @@ end}
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 128.6.0
Release: 3%{?dist}
Version: 128.7.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}-20250108.tar.xz
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20250205.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source3: process-official-tarball
......@@ -200,6 +200,7 @@ Patch11: rust-file-removal.patch
Patch12: firefox-system-nss-replace-xyber-with-mlkem.patch
# Thunderbird has a copy of third_party/rust/neqo-crypto/ in comm/third_party/rust/neqo-crypto/
Patch13: thunderbird-system-nss-replace-xyber-with-mlkem.patch
Patch14: build-cargo-lock-version.patch
# -- Upstreamed patches --
Patch51: mozilla-bmo1170092.patch
......@@ -1071,6 +1072,9 @@ echo "--------------------------------------------"
%patch -P12 -p1 -b .firefox-system-nss-replace-xyber-with-mlkem
%patch -P13 -p1 -b .thunderbird-system-nss-replace-xyber-with-mlkem
%endif
%if 0%{?rhel} == 8
%patch -P14 -p1 -b .cargo-lock-version
%endif
# -- Upstreamed patches --
%patch -P51 -p1 -b .mozilla-bmo1170092
......@@ -1650,6 +1654,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Wed Feb 05 2025 Jan Horak <jhorak@redhat.com> - 128.7.0-1
- Update to 128.2.0 build1
* Wed Jan 08 2025 Eike Rathke <erack@redhat.com> - 128.6.0-3
- Update to 128.6.0 build3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment