From 498b7e2fa5185863ae07c62884f93a0a410c7cd0 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 26 Feb 2021 08:26:50 +0100 Subject: Build with system nss --- firefox.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/firefox.spec b/firefox.spec index 256c3bf..53163f7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -14,7 +14,7 @@ # as the build is *very* slow. %global debug_build 0 -%global system_nss 0 +%global system_nss 1 %global build_with_clang 0 %global build_with_asan 0 %global test_offscreen 1 @@ -174,7 +174,7 @@ ExcludeArch: armv7hl Summary: Mozilla Firefox Web browser Name: firefox Version: 86.0 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -363,7 +363,8 @@ BuildRequires: liberation-mono-fonts BuildRequires: liberation-sans-fonts BuildRequires: liberation-serif-fonts # ---------------------------------- -BuildRequires: google-carlito-fonts +# Missing on f32 +# BuildRequires: google-carlito-fonts BuildRequires: google-droid-sans-fonts BuildRequires: google-noto-fonts-common BuildRequires: google-noto-cjk-fonts-common @@ -1077,6 +1078,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Feb 26 2021 Martin Stransky - 86.0-2 +- Built with system nss + * Tue Feb 23 2021 Martin Stransky - 86.0-1 - Update to 86.0 - Disabled Wayland backend on KDE/Plasma -- cgit From 11cd4df6697340bcc412979e05ed240f31f48ae0 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Sat, 27 Feb 2021 10:21:56 +0100 Subject: f32 build fixes --- firefox.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/firefox.spec b/firefox.spec index 53163f7..c5c5219 100644 --- a/firefox.spec +++ b/firefox.spec @@ -373,7 +373,7 @@ BuildRequires: google-noto-sans-gurmukhi-fonts BuildRequires: google-noto-sans-fonts BuildRequires: google-noto-emoji-color-fonts # ----------------------------------- -# faild to build in Koji +# faild to build in Koji / f32 #BuildRequires: khmeros-fonts-common BuildRequires: thai-scalable-fonts-common BuildRequires: thai-scalable-waree-fonts @@ -384,7 +384,8 @@ BuildRequires: lohit-tamil-fonts BuildRequires: lohit-telugu-fonts # ---------------------------------- BuildRequires: paktype-naskh-basic-fonts -BuildRequires: pt-sans-fonts +# faild to build in Koji / f32 +# BuildRequires: pt-sans-fonts BuildRequires: smc-meera-fonts BuildRequires: stix-fonts BuildRequires: abattis-cantarell-fonts -- cgit From 57fcfb5e757825c78df9ad6be8b8dc00729613e1 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Sat, 27 Feb 2021 10:29:30 +0100 Subject: Nss version up --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index c5c5219..3491093 100644 --- a/firefox.spec +++ b/firefox.spec @@ -137,7 +137,7 @@ ExcludeArch: armv7hl %if %{?system_nss} %global nspr_version 4.21 %global nspr_build_version %{nspr_version} -%global nss_version 3.60 +%global nss_version 3.61 %global nss_build_version %{nss_version} %endif -- cgit