Compare commits
64 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8587d541c8 | ||
|
|
feffc6976b | ||
|
|
4ab9215f0c | ||
|
|
3a68dd7de8 | ||
|
|
21288bcdbd | ||
|
|
0d4db900a3 | ||
|
|
79980404f6 | ||
|
|
97e65d7796 | ||
|
|
78dff19270 | ||
|
|
74b15db7f6 | ||
|
|
190278cf21 | ||
|
|
9991ccc9fd | ||
|
|
e83389ca57 | ||
|
|
de28a41745 | ||
|
|
2196e819e3 | ||
|
|
2e4c55f77c | ||
| 49f248fc5e | |||
| 93c395598a | |||
| 5cfcf8f9a2 | |||
| a14c411610 | |||
| c16cbb34e1 | |||
| bd0bcb346e | |||
| b67d8b2c84 | |||
| 7f95bfcbab | |||
| 5f5358e014 | |||
| e5820d1a40 | |||
|
|
95b3fb0d37 | ||
| 112168e2a4 | |||
| fa03567c91 | |||
| 6e3cb40c75 | |||
| cf6a17a435 | |||
| e26aaf089b | |||
| b22276289f | |||
| 7381f37a2d | |||
| a09d59330f | |||
|
|
6401601ae8 | ||
|
|
09cfae812e | ||
|
|
799fdb58dc | ||
|
|
391b0a0502 | ||
|
|
04471a5a94 | ||
|
|
0d18902bd6 | ||
|
|
69bed650cb | ||
|
|
f8fa686d87 | ||
|
|
8dd47b353f | ||
|
|
099aae8130 | ||
|
|
e4072b404c | ||
|
|
36135359ad | ||
|
|
ceb7317b05 | ||
| 11bc7793c3 | |||
|
|
89a0fd84b6 | ||
|
|
82338a9b08 | ||
|
|
175f3993d6 | ||
| 790e38ac28 | |||
|
|
fec3b15ca2 | ||
|
|
cb78322c6c | ||
|
|
1aa5f0151b | ||
|
|
feac4976db | ||
|
|
387469dbb0 | ||
|
|
a6bd4d84fa | ||
|
|
62b23618ff | ||
|
|
66c23a0f50 | ||
|
|
b3f8354f54 | ||
| 4d1f9f8163 | |||
| f17f852148 |
@ -2,7 +2,7 @@ pref("app.update.enabled", false);
|
||||
pref("app.update.autoInstallEnabled", false);
|
||||
/* Allow users to set custom colors*/
|
||||
/* pref("browser.display.use_system_colors", true);*/
|
||||
pref("general.useragent.vendor", "Red Hat");
|
||||
pref("general.useragent.vendor", "AlmaLinux");
|
||||
pref("general.useragent.vendorSub", "THUNDERBIRD_RPM_VR");
|
||||
pref("intl.locale.matchOS", true);
|
||||
pref("mail.shell.checkDefaultClient", false);
|
||||
|
||||
@ -138,7 +138,7 @@ end}
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 140.7.0
|
||||
Release: 1%{?dist}
|
||||
Release: 1%{?dist}.alma.1
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
|
||||
@ -348,6 +348,7 @@ BuildRequires: gcc-toolset-%{gts_version}-runtime
|
||||
BuildRequires: gcc-toolset-%{gts_version}-binutils
|
||||
BuildRequires: gcc-toolset-%{gts_version}-gcc
|
||||
BuildRequires: gcc-toolset-%{gts_version}-gcc-plugin-annobin
|
||||
BuildRequires: gcc-toolset-%{gts_version}-gcc-c++
|
||||
# Do not explicitly require gcc-toolset-%%{gts_version}-gcc-c++ instead fail
|
||||
# when clang is upgraded to depend on a later toolset and adjust version.
|
||||
# ERROR: The target C compiler is version 13.3.1, while the target C++ compiler is version 8.5.0. Need to use the same compiler version.
|
||||
@ -1055,6 +1056,10 @@ Provides: bundled(crate(zeroize)) = 1.8.1
|
||||
Provides: bundled(crate(zerovec-derive)) = 0.10.3
|
||||
Provides: bundled(crate(zerovec)) = 0.10.4
|
||||
|
||||
%if %{?use_openssl_for_librnp}
|
||||
Obsoletes: thunderbird-librnp-rnp < %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description
|
||||
Mozilla Thunderbird is a standalone mail and newsgroup client.
|
||||
|
||||
@ -1711,6 +1716,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Fri Jan 23 2026 Eduard Abdullin <eabdullin@almalinux.org> - 140.7.0-1.alma.1
|
||||
- AlmaLinux changes
|
||||
- Add gcc-toolset-%{gts_version}-gcc-c++ to BR
|
||||
|
||||
* Mon Jan 12 2026 Jan Horak <jhorak@redhat.com> - 140.7.0-1
|
||||
- Update to 140.7.0 ESR
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user