AlmaLinux changes

Add gcc-toolset-%{gts_version}-gcc-c++ to BR
This commit is contained in:
Eduard Abdullin 2025-07-30 09:17:01 +00:00 committed by root
commit 9464962f0d
3 changed files with 20 additions and 9 deletions

4
.gitignore vendored
View File

@ -2,5 +2,5 @@ SOURCES/cbindgen-vendor.tar.xz
SOURCES/nspr-4.35.0-1.el8_1.src.rpm
SOURCES/nss-3.101.0-7.el8_2.src.rpm
SOURCES/nss-3.101.0-7.el9_2.src.rpm
SOURCES/thunderbird-128.12.0esr.processed-source.tar.xz
SOURCES/thunderbird-langpacks-128.12.0esr-20250630.tar.xz
SOURCES/thunderbird-128.13.0esr.b3.processed-source.tar.xz
SOURCES/thunderbird-langpacks-128.13.0esr-20250723.tar.xz

View File

@ -2,5 +2,5 @@
d744f92e874688cc4b5376477dfdd639a97a6cd4 SOURCES/nspr-4.35.0-1.el8_1.src.rpm
f466d7213e85773e002c48897524eaf909480046 SOURCES/nss-3.101.0-7.el8_2.src.rpm
0413d22a58ba1bba99acec9c3c2a4db56a4100c7 SOURCES/nss-3.101.0-7.el9_2.src.rpm
0d3055dcd7382983cdbaab34b64fdddf23accda9 SOURCES/thunderbird-128.12.0esr.processed-source.tar.xz
f4fd598826cc45aabe817a33e93bdd30db0cafce SOURCES/thunderbird-langpacks-128.12.0esr-20250630.tar.xz
cd2a4da81511fa9cebba2af34a6105b4687faf98 SOURCES/thunderbird-128.13.0esr.b3.processed-source.tar.xz
6871a1d7ad1804e3f340da476040ec05d0e03f89 SOURCES/thunderbird-langpacks-128.13.0esr-20250723.tar.xz

View File

@ -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 .b2
%global buildnum .b3
%bcond_without langpacks
@ -137,8 +137,8 @@ end}
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 128.12.0
Release: 1%{?dist}.alma.1
Version: 128.13.0
Release: 3%{?dist}.alma.1
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}-20250630.tar.xz
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20250723.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source3: process-official-tarball
@ -1076,7 +1076,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
@ -1663,10 +1665,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Wed Jul 02 2025 Eduard Abdullin <eabdullin@almalinux.org> - 128.12.0-1.alma.1
* Wed Jul 30 2025 Eduard Abdullin <eabdullin@almalinux.org> - 128.13.0-3.alma.1
- AlmaLinux changes
- Add gcc-toolset-%{gts_version}-gcc-c++ to BR
* Wed Jul 23 2025 Eike Rathke <erack@redhat.com> - 128.13.0-3
- Update to 128.13.0 build3
* Tue Jul 22 2025 Eike Rathke <erack@redhat.com> - 128.13.0-2
- Update to 128.13.0 build2
* Mon Jul 21 2025 Eike Rathke <erack@redhat.com> - 128.13.0-1
- Update to 128.13.0 build1
* Mon Jun 30 2025 Eike Rathke <erack@redhat.com> - 128.12.0-1
- Update to 128.12.0 build1