Compare commits
No commits in common. "c8" and "a9" have entirely different histories.
@ -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);
|
||||
|
@ -132,7 +132,7 @@ end}
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 128.4.0
|
||||
Release: 1%{?dist}
|
||||
Release: 1%{?dist}.alma.1
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
|
||||
@ -1015,6 +1015,10 @@ Provides: bundled(crate(zerofrom-derive)) = 0.1.3
|
||||
Provides: bundled(crate(zerovec)) = 0.10.1
|
||||
Provides: bundled(crate(zerovec-derive)) = 0.10.1
|
||||
|
||||
%if %{?use_openssl_for_librnp}
|
||||
Obsoletes: thunderbird-librnp-rnp < %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description
|
||||
Mozilla Thunderbird is a standalone mail and newsgroup client.
|
||||
|
||||
@ -1634,6 +1638,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Mon Nov 04 2024 Eduard Abdullin <eabdullin@almalinux.org> - 128.4.0-1.alma.1
|
||||
- AlmaLinux changes
|
||||
|
||||
* Mon Oct 28 2024 Eike Rathke <erack@redhat.com> - 128.4.0-1
|
||||
- Update to 128.4.0 build1
|
||||
|
||||
@ -1642,7 +1649,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
* Mon Sep 30 2024 Jan Horak <jhorak@redhat.com> - 128.3.0-1
|
||||
- Update to 127.3.0
|
||||
|
||||
* Thu Sep 05 2024 Eike Rathke <erack@redhat.com> - 128.2.0-1
|
||||
- Update to 128.2.0
|
||||
|
||||
@ -1946,4 +1952,3 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
* Wed Jul 3 2019 Martin Stransky <stransky@redhat.com> - 60.7.2-3
|
||||
- Rebuild to fix rhbz#1725919 - Thunderbird fails to authenticate
|
||||
with gmail with ssl/tls and OAuth2.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user