Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
thunderbird
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-rhel
rpms
thunderbird
Commits
3a4d87ff
Commit
3a4d87ff
authored
1 month ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import thunderbird-128.7.0-1.el10
parent
bc557571
No related branches found
Branches containing commit
Tags
imports/c9-beta/mingw-headers-11.0.0-1.el9
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.thunderbird.metadata
+2
-2
2 additions, 2 deletions
.thunderbird.metadata
SOURCES/build-cargo-lock-version.patch
+11
-0
11 additions, 0 deletions
SOURCES/build-cargo-lock-version.patch
SPECS/thunderbird.spec
+11
-4
11 additions, 4 deletions
SPECS/thunderbird.spec
with
24 additions
and
6 deletions
.thunderbird.metadata
+
2
−
2
View file @
3a4d87ff
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
705b5da0f9fcda25565ce7abc77f5a748593
4057
8d6db790c6cc8e0e939c54e4
SOURCES/thunderbird-128.
6
.0esr.
b3.
processed-source.tar.xz
4965618eee1f370e1cd981128dd599534444bb73871b778830e13951ab578c31
SOURCES/thunderbird-langpacks-128.
6
.0esr-20250
108
.tar.xz
c589cea455df06be4c9ed1f
40
f
57
26bf6b84cbdc70cd39fb9599f88ce8c8b58b
SOURCES/thunderbird-128.
7
.0esr.processed-source.tar.xz
9a5706886c79334665db520c1f0bc0f9143604cde52cd03db79782561e670a69
SOURCES/thunderbird-langpacks-128.
7
.0esr-20250
205
.tar.xz
3df8592c69866a0edf78b4153ce78e214f1b1a9474b28b1f860f4a52ca81c1d6 SOURCES/cbindgen-vendor.tar.xz
This diff is collapsed.
Click to expand it.
SOURCES/build-cargo-lock-version.patch
0 → 100644
+
11
−
0
View file @
3a4d87ff
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"
This diff is collapsed.
Click to expand it.
SPECS/thunderbird.spec
+
11
−
4
View file @
3a4d87ff
...
...
@@ -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}-20250
108
.tar.xz
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20250
205
.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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment