From 79ba1255ad0a0cdf7dd17ae238f9ede83a4dcc4b Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 4 Mar 2026 14:08:33 +0300 Subject: [PATCH] Bump release to match upstream --- thunderbird.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/thunderbird.spec b/thunderbird.spec index 72c3e60..0840dfe 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -43,7 +43,7 @@ function dist_to_rhel_minor(str, start) end match = string.match(str, ".el10") if match then - return 1 + return 2 end return -1 end} @@ -138,7 +138,7 @@ end} Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 140.8.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -1717,6 +1717,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Wed Mar 04 2026 Eduard Abdullin - 140.8.0-2 +- Bump release to match upstream + * Mon Feb 23 2026 Jan Horak - 140.8.0-1 - Update to 140.8.0 ESR @@ -2104,4 +2107,3 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : * Wed Jul 3 2019 Martin Stransky - 60.7.2-3 - Rebuild to fix rhbz#1725919 - Thunderbird fails to authenticate with gmail with ssl/tls and OAuth2. -