@ -132,7 +132,7 @@ end}
Summary: Mozilla Firefox Web browser
Summary: Mozilla Firefox Web browser
Name: firefox
Name: firefox
Version: 115.5 .0
Version: 115.6 .0
Release: 1%{?dist}.inferit
Release: 1%{?dist}.inferit
URL: https://www.mozilla.org/firefox/
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -163,7 +163,7 @@ ExcludeArch: aarch64 s390 ppc
# Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%%{version}%%{?pre_version}/source/firefox-%%{version}%%{?pre_version}.source.tar.xz
# Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%%{version}%%{?pre_version}/source/firefox-%%{version}%%{?pre_version}.source.tar.xz
Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
%if %{with langpacks}
%if %{with langpacks}
Source1: firefox-langpacks-%{version}%{?pre_version}-20231114 .tar.xz
Source1: firefox-langpacks-%{version}%{?pre_version}-20231212 .tar.xz
%endif
%endif
Source2: cbindgen-vendor.tar.xz
Source2: cbindgen-vendor.tar.xz
Source3: process-official-tarball
Source3: process-official-tarball
@ -227,6 +227,7 @@ Patch106: mozilla-bmo998749.patch
Patch107: mozilla-bmo1716707-swizzle.patch
Patch107: mozilla-bmo1716707-swizzle.patch
Patch108: mozilla-bmo1716707-svg.patch
Patch108: mozilla-bmo1716707-svg.patch
Patch109: mozilla-bmo1789216-disable-av1.patch
Patch109: mozilla-bmo1789216-disable-av1.patch
# ---- Fedora specific patches ----
# ---- Fedora specific patches ----
Patch151: firefox-enable-addons.patch
Patch151: firefox-enable-addons.patch
Patch152: rhbz-1173156.patch
Patch152: rhbz-1173156.patch
@ -244,7 +245,6 @@ Patch201: firefox-tests-xpcshell-freeze.patch
# ---- Security patches ----
# ---- Security patches ----
Patch301: CVE-2023-44488-libvpx.patch
Patch301: CVE-2023-44488-libvpx.patch
Patch1008: build-rhel7-nasm-dwarf.patch
# MSVSphere
# MSVSphere
Patch10000: 0001-Overt-telemetry-disabling.patch
Patch10000: 0001-Overt-telemetry-disabling.patch
@ -320,7 +320,7 @@ BuildRequires: rust >= %{rust_version}
%if 0%{?rhel} == 9
%if 0%{?rhel} == 9
BuildRequires: cargo
BuildRequires: cargo
BuildRequires: clang clang-libs llvm
BuildRequires: clang clang-libs llvm llvm-devel
BuildRequires: gcc
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: gcc-c++
BuildRequires: python3-devel
BuildRequires: python3-devel
@ -1137,8 +1137,8 @@ echo "ac_add_options --with-google-location-service-api-keyfile=`pwd`/google-loc
echo "ac_add_options --with-google-safebrowsing-api-keyfile=`pwd`/google-api-key" >> .mozconfig
echo "ac_add_options --with-google-safebrowsing-api-keyfile=`pwd`/google-api-key" >> .mozconfig
# May result in empty --with-libclang-path= in earlier versions.
# May result in empty --with-libclang-path= in earlier versions.
# So far this is needed only for c8s.
# So far this is needed only for c8s/c9s .
%if 0%{?rhel} == 8 && %{rhel_minor_version} >= 10
%if ( 0%{?rhel} == 8 && %{rhel_minor_version} >= 10) || (0%{?rhel} == 9 && %{rhel_minor_version} >= 4)
# Clang 17 upstream's detection fails, tell it where to look.
# Clang 17 upstream's detection fails, tell it where to look.
echo "ac_add_options --with-libclang-path=`llvm-config --libdir`" >> .mozconfig
echo "ac_add_options --with-libclang-path=`llvm-config --libdir`" >> .mozconfig
%endif
%endif
@ -1763,6 +1763,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
#---------------------------------------------------------------------
%changelog
%changelog
* Mon Mar 18 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 115.6.0-1.inferit
- Update to 115.6.0-1
* Thu Dec 14 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 115.5.0-1.inferit
* Thu Dec 14 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 115.5.0-1.inferit
- Update to 115.5.0-1
- Update to 115.5.0-1
@ -1770,6 +1773,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
- Drop distribution info from About dialog (INF-733) (Arkady L. Shane <tigro@msvsphere-os.ru>)
- Drop distribution info from About dialog (INF-733) (Arkady L. Shane <tigro@msvsphere-os.ru>)
- fixup! Disable telemetry and geolocation by default
- fixup! Disable telemetry and geolocation by default
* Tue Dec 12 2023 Eike Rathke <erack@redhat.com> - 115.6.0-1
- Update to 115.6.0 build1
* Tue Nov 14 2023 Eike Rathke <erack@redhat.com> - 115.5.0-1
* Tue Nov 14 2023 Eike Rathke <erack@redhat.com> - 115.5.0-1
- Update to 115.5.0 build1
- Update to 115.5.0 build1
@ -1784,24 +1790,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
* Thu Sep 21 2023 Jan Horak <jhorak@redhat.com> - 115.3.0-1
* Thu Sep 21 2023 Jan Horak <jhorak@redhat.com> - 115.3.0-1
- Update to 115.3.0 ESR
- Update to 115.3.0 ESR
* Fri Sep 15 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 102.9.0-3.inferit.2
- INF-613 import bookmarks from system-bookmarks (Arkady L. Shane <tigro@msvsphere-os.ru>)
- Rebuilt for MSVSphere 8.8
* Tue Sep 12 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 102.9.0-3.inferit.1
- Changed the start page to https://msvsphere-os.ru
- Rebuilt for MSVSphere 8.8
* Mon Sep 4 2023 Jan Horak <jhorak@redhat.com> - 115.2.0-3
* Mon Sep 4 2023 Jan Horak <jhorak@redhat.com> - 115.2.0-3
- Update to 115.2.0 ESR
- Update to 115.2.0 ESR
* Tue Aug 15 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 102.9.0-3.inferit
- Added Russian Trusted Root CA
- Set Yandex as default search provider (Arkady L. Shane <tigro@msvsphere-os.ru>)
- Added Russian description and summary for ArcMenu and gnome-software
- Disable telemetry and geolocation by default
- Rebuilt for MSVSphere 8.8
* Wed Aug 2 2023 Jan Horak <jhorak@redhat.com> - 115.1.0-1
* Wed Aug 2 2023 Jan Horak <jhorak@redhat.com> - 115.1.0-1
- Update to 115.1.0 ESR
- Update to 115.1.0 ESR