summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-30 09:01:38 +0200
committerMartin Stransky <stransky@redhat.com>2021-03-30 09:01:38 +0200
commit92a764c2a3f5a5fa6fb12050944a8a955667d2a6 (patch)
tree21fa1eae4fe14294d6a53eab17e3502a896aa563
parentFedora 32 build fix (diff)
downloadlibrewolf-fedora-ff-92a764c2a3f5a5fa6fb12050944a8a955667d2a6.tar.gz
librewolf-fedora-ff-92a764c2a3f5a5fa6fb12050944a8a955667d2a6.tar.bz2
librewolf-fedora-ff-92a764c2a3f5a5fa6fb12050944a8a955667d2a6.zip
Reftest fix
-rw-r--r--firefox-tests-reftest.patch2
-rw-r--r--firefox.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/firefox-tests-reftest.patch b/firefox-tests-reftest.patch
index 50dcc69..f76da7d 100644
--- a/firefox-tests-reftest.patch
+++ b/firefox-tests-reftest.patch
@@ -118,7 +118,7 @@ diff -U0 firefox-87.0/layout/reftests/bidi/reftest.list.firefox-tests-reftest fi
+++ firefox-87.0/layout/reftests/bidi/reftest.list 2021-03-25 18:32:51.616417722 +0100
@@ -3 +3 @@
-fuzzy-if(cocoaWidget,0-1,0-1) random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == bdi-element.html bdi-element-ref.html # Bug 1392106
-+fuzzy(0-1, 0-1) fuzzy-if(cocoaWidget,0-1,0-1) random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == bdi-element.html bdi-element-ref.html # Bug 1392106
++fuzzy(0-1,0-1) fuzzy-if(cocoaWidget,0-1,0-1) random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == bdi-element.html bdi-element-ref.html # Bug 1392106
@@ -33,2 +33,2 @@
-fuzzy-if(Android,0-1,0-6) fuzzy-if(cocoaWidget,0-1,0-2) == mixedChartype-02.html mixedChartype-02-ref.html
-fuzzy-if(Android,0-1,0-6) fuzzy-if(cocoaWidget,0-1,0-2) == mixedChartype-02-j.html mixedChartype-02-ref.html
diff --git a/firefox.spec b/firefox.spec
index c8df70a..f18da5e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -176,7 +176,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 87.0
-Release: 4%{?pre_tag}%{?dist}
+Release: 5%{?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
@@ -1080,6 +1080,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 30 2021 Martin Stransky <stransky@redhat.com> - 87.0-5
+- Reftest fix
+
* Fri Mar 26 2021 Martin Stransky <stransky@redhat.com> - 87.0-4
- More test fixes
- Enabled ppc64le
bgstack15