Commit Graph

2139 Commits

Author SHA1 Message Date
Martin Stransky de85410030 Updated nss version 2022-12-07 08:42:18 +01:00
Martin Stransky 5acb5af57f Updated to 108.0 2022-12-07 08:18:22 +01:00
Martin Stransky df84cc2cb6 Update to 107.0.1 2022-12-06 16:25:27 +01:00
Martin Stransky 753639d380 Added fix for mozbz#1779186 - fix VA-API playback artifacts 2022-11-24 22:10:59 +01:00
Martin Stransky 4dc4e22ba3 crashreporter fixes on second arches 2022-11-22 21:00:59 +01:00
Martin Stransky 9d15a20e5c Disabled crashreporter 2022-11-22 11:04:14 +01:00
Jan Horak 5da6e10440 Enabled mozilla crashreporter again 2022-11-21 14:04:07 +01:00
Martin Stransky e6bc05547a Temporary disable crashreporter 2022-11-21 10:34:25 +01:00
Jan Horak 6018070ba3 Reintroduced the mozilla symbols 2022-11-18 09:24:31 +01:00
Martin Stransky 34d53c32b5 Updated NSS version to 3.84 2022-11-15 16:08:46 +01:00
Martin Stransky caacd1dc09 Update to 107.0 2022-11-15 12:36:03 +01:00
Martin Stransky 97a5bb3a97 Update to 106.0.4 2022-11-04 10:39:34 +01:00
Martin Stransky 2d32336ce6 Update to 106.0.3 2022-10-31 20:37:24 +01:00
Martin Stransky c93bbf6684 Build fix, disabled portals on F37+ 2022-10-24 08:31:17 +02:00
Martin Stransky 041f2c131b Updated to 106.0.1 2022-10-23 15:41:32 +02:00
Martin Stransky 724c03d265 Merge #48 `Enable upstream WebRTC code for screensharing on Wayland` 2022-10-21 07:35:56 +00:00
Martin Stransky beb5e712a1 no sysctl on aarch64 2022-10-20 20:56:13 +02:00
Jan Grulich f0029706ce Enable upstream WebRTC code for screensharing on Wayland 2022-10-20 15:28:51 +02:00
Martin Stransky 38d5cff9df Bug 2134527 Set widget.use-xdg-desktop-portal.file-picker=1 by default for Firefox / Fedora 37+ 2022-10-20 11:53:27 +02:00
Martin Stransky 904a6ec37f Disabled PGO build due to rhbz#2136401 2022-10-20 11:33:35 +02:00
Martin Stransky c3c6c167a2 Update to 106.0 2022-10-14 15:03:58 +02:00
Martin Stransky 949ba97268 Fixed crashes on multi-monitor systems 2022-10-14 10:26:51 +02:00
Martin Stransky 1f98173a5b Update to 105.0.2 2022-10-05 10:20:26 +02:00
Martin Stransky 61ea27fc64 Fixed changelog 2022-09-30 10:33:30 +02:00
Martin Stransky 7b980b9542 Added fix for mozilla#1791856 / rhbz#2130087 2022-09-30 10:28:39 +02:00
Martin Stransky d0beb2802b Added RHBZ to i686 build failure 2022-09-26 09:13:54 +02:00
Martin Stransky ea59033f8e Excluded i686 due to https://bugzilla.mozilla.org/show_bug.cgi?id=1792159 2022-09-23 11:23:57 +02:00
Martin Stransky ddc85ef643 langpack fix 2022-09-22 22:44:50 +02:00
Martin Stransky 420bed369a Updated to 105.0.1 2022-09-22 22:11:05 +02:00
Martin Stransky 64f367594e Updated to 105.0.1 2022-09-22 22:10:39 +02:00
Martin Stransky c8fd8993ea updated nss version 2022-09-22 09:11:08 +02:00
Martin Stransky fc66484a39 Update to 105.0 2022-09-21 11:20:26 +02:00
Martin Stransky d033d1ab68 Updated to 104.0.2 2022-09-07 08:49:32 +02:00
Martin Stransky 8cc909acb9 Updated to 104.0.1 2022-08-30 14:18:31 +02:00
Kalev Lember 5075a9d0d6 Fix typo in ifarch condition
It's supposed to be "%ifarch s390x", not "%ifarch %{s390x}" as %{s390x}
macro doesn't exist.
2022-08-24 11:33:27 +02:00
Kalev Lember 3e4bfaceac Fix the build on F35
Add back previous RPM_BUILD_NCPUS limiting code as F35 doesn't have the
new %constrain_build macro.

We can drop the compat code as soon as F35 is EOL.
2022-08-23 16:31:43 +02:00
Kalev Lember f5c2bd2d80 Re-enable s390x builds
It builds fine again after latest fixes.
2022-08-23 11:54:02 +02:00
Kalev Lember 73c24a4d45 Drop hardened_build option
Now that we correctly use Fedora's ldflags (previous commit), there's
no need to do anything special to enable hardened build. All of it is
already included in the default build flags.
2022-08-23 11:54:02 +02:00
Kalev Lember 078b597b1e Use build_ldflags
These are the LDFLAGS that all packages are supposed to use, including
hardening and other flags.
2022-08-23 11:54:02 +02:00
Kalev Lember 594959d6f8 Drop unused patches 2022-08-23 11:54:02 +02:00
Kalev Lember 1ad3bd1b24 Drop obsolete build conditionals
This drops ifarch conditionals on architectures that are no longer used
in koji (ppc64, s390, arm on F37+), and conditionals on EOL Fedora
versions.
2022-08-23 11:54:02 +02:00
Kalev Lember 7e1b07c41a Use constrain_build macro to simplify parallel make handling
With constrain_build it is possible to just say how much RAM per process
/ CPU core we need to build and it automatically calculates out the
right -jXX number to use.

I've used 2 GB per CPU as the initial setting, but if we run into issues
with gcc running out of memory on e.g. s390x, the number can be easily
increased (which then reduces parallelism on low memory builders).
2022-08-23 11:53:55 +02:00
Jan Horak 720c2b63eb bump release due to ppc64le fixes 2022-08-23 11:18:15 +02:00
Jan Horak 809044f0dd Merge #45 `work around broken moz.build file on ppc64le` 2022-08-23 06:26:16 +00:00
Eike Rathke 2300fa46f5 Update to 104.0 respin 2022-08-22 21:28:13 +02:00
Dan Horák 9d9142cadb work around broken moz.build file on ppc64le
Patch the pre-generated file with the missing bits.

Related: mozb#1779545, mozb#1775202
2022-08-22 09:30:44 +02:00
Martin Stransky a23c216427 Added build fix 2022-08-17 10:30:53 +02:00
Martin Stransky babecc662f Updated to 104.0 2022-08-16 20:57:04 +02:00
Martin Stransky b65f309bcd Updated to 103.0.2 2022-08-12 13:34:40 +02:00
Martin Stransky c6d827cb4e Don't use clang suffix on arm 2022-08-05 11:30:09 +02:00
Martin Stransky bd3fc12e39 Enable VA-API (rhbz#2115253) 2022-08-04 11:48:18 +02:00
Martin Stransky d9f5bf9ed4 fixed changelog 2022-08-04 11:38:01 +02:00
Martin Stransky 85f5f771e9 -m 2022-08-04 11:32:33 +02:00
Martin Stransky c1b363d122 Update to 103.0.1 2022-08-02 17:29:21 +02:00
Martin Stransky 36a931ea7a Disabled ppc64le due to webrtc build failures (rhbz#2113850) 2022-08-02 08:59:36 +02:00
Martin Stransky 6b8336e97f Disabled webrtc-screen-cast patch on ppc64le due to build failures 2022-08-01 13:52:21 +02:00
Martin Stransky c27f9f504e Updated cbindgen 2022-07-27 11:20:07 +02:00
Martin Stransky 0d92801bb9 Update to 103.0 - build fixes 2022-07-26 17:03:28 +02:00
Jan Horak 71b3ae64d2 Removing no longer required D147721-python3.11.diff 2022-07-21 12:03:34 +02:00
Martin Stransky 1469e57b10 Updated to 103.0 2022-07-21 11:41:14 +02:00
Fedora Release Engineering de02f241c5 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 03:11:43 +00:00
Jan Horak 2f128006b4 Fixing build on rawhide due to python 3.11 2022-07-15 14:46:05 +02:00
Martin Stransky 39f02cbd91 -m 2022-07-15 09:28:29 +02:00
Jan Horak a76220b146 Fixing build on rawhide due to python 3.11 2022-07-13 17:00:26 +02:00
Martin Stransky d3ebfe3ad7 Added ARM fixes by Gabriel Hojda 2022-07-13 14:54:04 +02:00
Jan Grulich 72a660f091 Backport upstream fixes to WebRTC for screensharing on Wayland 2022-07-11 11:12:34 +02:00
Martin Stransky ba25b2cbc3 Updated to 102.0, Applied patch from https://src.fedoraproject.org/rpms/firefox/pull-request/43 2022-06-28 18:18:25 +02:00
Martin Stransky 386d29543d Rebuild 2022-06-27 13:39:19 +02:00
Jan Horak 8af042bc54 Reverting RLbox enablement because the sysroot is not on the koji builders - obviously. I was confused by my local envinment which went fine during local build. 2022-06-27 10:43:19 +02:00
Jan Horak cad15cfb85 Enable rlbox sandboxed libraries 2022-06-22 10:49:27 +02:00
Jan Horak db7de5356d Enable wasm sandboxed libraries 2022-06-22 10:34:50 +02:00
Martin Stransky 5128ca8e5f Added fix for mozilla#1774271 2022-06-17 12:54:46 +02:00
Martin Stransky cd6ef2bb82 Added fix for mozbz#1758948 (AV1 VA-API playback shuttering) 2022-06-15 15:05:58 +02:00
Martin Stransky 92e16f9069 Added more VA-API and WebGL fixes 2022-06-14 14:33:53 +02:00
Martin Stransky bfdfd329b2 Fix WebGL mem leaks (mzbz#1773968) 2022-06-13 16:36:43 +02:00
Martin Stransky 33fd704cce Fixed openh264 decode 2022-06-09 20:34:42 +02:00
Martin Stransky e2a4b7e32d Adjust GMP plugin setting (rhbz#2094319) 2022-06-09 17:21:56 +02:00
Martin Stransky 980a9af4dd cbindgen build fix 2022-06-09 12:12:48 +02:00
Martin Stransky b707846f45 Fixed langpack name 2022-06-09 11:18:33 +02:00
Martin Stransky fc1bf47cd8 Updated to 101.0.1, More VA-API sandbox fixes (mzbz#1769182) 2022-06-09 11:14:27 +02:00
Martin Stransky 61879d2c53 Enabled VA-API by default (+ added VA-API fixes from upstream), Fixed WebGL performance on NVIDIA drivers (mzbz#1735929) 2022-06-07 11:19:41 +02:00
Martin Stransky 888df264aa Update to 101.0 2022-05-30 21:40:33 +02:00
Martin Stransky 972fcbe039 Added fix for mzbz#1771104 2022-05-25 11:52:47 +02:00
Martin Stransky 02b4146177 Updated to 100.0.2 2022-05-20 10:37:38 +02:00
Jan Horak 23596a6fd9 Fix the sed command for default prefs 2022-05-19 08:08:03 +02:00
Martin Stransky c917e8ec4f merge 2022-05-18 09:28:49 +02:00
Martin Stransky b6cd53938d Updated to 100.0.1 2022-05-18 09:27:05 +02:00
Jan Horak 300248bcb6 Fix spellchecker.dictionary_path of F36+ 2022-05-16 20:50:22 +02:00
Jan Horak 4fc8990952 Removed already added patch: mozilla-1767916-multimonitor-crash.patch 2022-05-11 09:11:20 +02:00
Jan Horak c66f451d52 Fix crashes on f36 multimonitor setup and too big profile manager 2022-05-10 17:17:03 +02:00
Martin Stransky db2e77cf9f Added fix for mozbz#1767916 2022-05-09 14:17:09 +02:00
Martin Stransky 94ad0536cd Removed Fedora user agent patch (rhbz#2081791) 2022-05-05 12:29:17 +02:00
Martin Stransky b311ef1fb8 Added fix for mozbz#1759137 2022-05-03 09:54:03 +02:00
Martin Stransky e4c24fcfb3 Updated to 100.0 2022-05-02 13:37:20 +02:00
Jan Horak 40fd3206bd Fixing bookmark install location - rhbz#2054953 2022-04-28 13:03:55 +02:00
Martin Stransky 5ff18ae10d Updated to 99.0.1 2022-04-13 15:48:10 +02:00
Martin Stransky 93042ae00c Added ppc64le build fixes 2022-04-07 11:34:40 +02:00
Martin Stransky 2dbae13edb Removed D142257.diff 2022-04-06 15:07:45 +02:00
Martin Stransky c7aece4788 removed aarch64 unused patch 2022-04-06 10:55:42 +02:00
Martin Stransky 35a5afbafa Updated to 99.0 2022-04-06 10:36:00 +02:00
Martin Stransky 73ee25f87e Updated to 98.0.2 2022-03-31 12:17:27 +02:00
Jan Grulich 70203c58f5 Wayland screensharing: avoid potential crash when cursor metadata are not set 2022-03-30 12:14:50 +02:00
Martin Stransky 32ae24f618 Added 0001-GLIBCXX-fix-for-GCC-12.patch back due to gcc failure 2022-03-16 13:31:58 +01:00
Martin Stransky b939827f77 updated changelog 2022-03-16 10:45:43 +01:00
Martin Stransky 97fc0b9c63 Added a workaround for rhbz#2063961 2022-03-16 10:36:47 +01:00
Martin Stransky a3c8768d1f Updated to Build 3 2022-03-05 09:04:16 +01:00
Martin Stransky 70d0fd995c ppc64le temp build fix 2022-03-05 08:51:40 +01:00
Martin Stransky bd5a45a42f spec fixes 2022-03-04 12:38:37 +01:00
Martin Stransky b9596148e4 Added fix for gcc12 build errors 2022-03-04 12:11:14 +01:00
Martin Stransky 12e554d703 Added missing files, updated to build2 2022-03-04 11:59:22 +01:00
Martin Stransky 34e2f4991c Added support for ffmpeg 5.0, spec tweaks 2022-03-02 15:58:15 +01:00
Martin Stransky e7fac329e3 i686 build fixes 2022-03-02 10:51:06 +01:00
Martin Stransky ebcad50e22 merge 2022-03-01 12:35:06 +01:00
Martin Stransky e07951b09b Updated to 98.0 2022-03-01 12:33:16 +01:00
Jan Grulich ecd56d6e3a Backport WebRTC changes to PipeWire/Wayland screen sharing support 2022-02-22 10:01:04 +01:00
Martin Stransky af44b86020 Updated to 97.0.1 / GCC 12 build fixes 2022-02-18 10:02:34 +01:00
Martin Stransky aa082530eb Added alsa build req 2022-02-09 15:31:15 +01:00
Martin Stransky 16e6b6b266 -m 2022-02-08 12:42:36 +01:00
Martin Stransky be5c6d4f08 Updated to 93.0.3 2022-01-31 14:17:03 +01:00
Jan Horak 95a88fb616 Use myspell directory for older fedoras 2022-01-25 10:46:15 +01:00
Parag Nemade e1f5156d0b
Update hunspell-dir path
F36 Change https://fedoraproject.org/wiki/Changes/Hunspell_dictionary_dir_change

Signed-off-by: Parag Nemade <pnemade@fedoraproject.org>
2022-01-25 14:27:39 +05:30
Fedora Release Engineering d36bfd1a15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 03:01:31 +00:00
Martin Stransky b3b37bff8a Update to 96.0.1 2022-01-18 14:02:21 +01:00
Martin Stransky bacd3c4200 merge 2022-01-11 19:49:24 +01:00
Martin Stransky 9956bb1eaf Update to Firefox 96 2022-01-11 19:47:58 +01:00
Miro Hrončok ad9300d2e7 Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34 2022-01-08 20:32:30 +01:00
Martin Stransky 951280922d Added fix fox mozbz#1744896 (VSync) 2021-12-23 11:57:55 +01:00
Martin Stransky caf7474858 Added Fedora 36 build fix (mzbz#1745560) 2021-12-22 13:08:56 +01:00
Martin Stransky c70ece2f35 changelog fix 2021-12-20 12:57:28 +01:00
Martin Stransky 4bdababddf Updated to 95.0.2 / Enabled Wayland on KDE by default 2021-12-20 12:46:02 +01:00
Martin Stransky 68f9ad4d6a Updated symbolic icon (rhbz#2028939) 2021-12-09 22:00:55 +01:00
Martin Stransky 4cb1381d80 build fixes 2021-12-06 13:12:31 +01:00
Martin Stransky 660dba72e9 Updated to 95.0 2021-12-03 16:08:19 +01:00
Martin Stransky 9d731f880f Updated to 92.0.2 2021-11-25 10:22:35 +01:00
Martin Stransky 3bb9b07009 Added fix for mozbz#1739924 / rhbz#2020981 2021-11-19 09:31:58 +01:00
Martin Stransky ff8d52acc2 Disable aarch64 due to build failures bugzilla.redhat.com/show_bug.cgi?id=2019160 2021-11-02 09:32:25 +01:00
Martin Stransky 3b9f829218 Disabled debuginfo on aarch64/fedora33 2021-11-01 18:53:51 +01:00
Martin Stransky 8af4634e76 Updated to 94.0 2021-11-01 12:38:56 +01:00
Martin Stransky 7694527ef5 Require NSS 3.70 2021-10-07 23:13:13 +02:00
Martin Stransky 9a6959ca22 Updated to Firefox 93.0 2021-10-06 09:22:57 +02:00
Martin Stransky 33af61101f Updated to 92.0.1 2021-09-27 11:37:08 +02:00
Martin Stransky 375e665e34 Added fix for mozbz#1725828 2021-09-13 17:03:20 +02:00
Martin Stransky 94eceee642 Fix build dependecies 2021-09-09 12:15:10 +02:00
Martin Stransky 338e1bb21b disabled tests 2021-09-09 05:50:23 +02:00
Martin Stransky 7efdcffe59 Added pciutils-libs to buildreq 2021-09-07 17:44:56 +02:00
Martin Stransky b1cadbebbf Build fixes 2021-09-07 15:33:17 +02:00
Martin Stransky 02021e6135 Added fix for mozbz#1708709 2021-09-07 10:47:32 +02:00
Martin Stransky 79e725aec1 Updated to 92.0 2021-09-03 19:25:17 +02:00
Martin Stransky bca8519a80 Updated 91.0.2 2021-08-26 09:36:19 +02:00
Martin Stransky 9bcddab8fd Added fix for mozbz#1726515 2021-08-23 12:45:27 +02:00
Martin Stransky 43910c991d Updated Fedora UA patch by Eric Engestrom (https://src.fedoraproject.org/rpms/firefox/pull-request/21) 2021-08-23 12:11:05 +02:00
Martin Stransky c4b86655eb Set %%build_with_clang automatically based on %%toolchain 2021-08-23 12:03:44 +02:00
Martin Stransky bda8acc88f Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhide 2021-08-23 11:34:39 +02:00
Martin Stransky 712ce7d35c Updated to 91.0.1 2021-08-23 11:34:31 +02:00
Jan Horak 6cbbe92554 Make mach build verbose 2021-08-18 09:36:09 +02:00
Martin Stransky b9def774e6 Updated to 91.0 2021-08-11 13:56:24 +02:00
Martin Stransky 9ff5974999 Added fix for rhbz#1988841 - Allow unsigned extensions when installed under non-user-writable dirs 2021-08-04 08:44:21 +02:00
Martin Stransky 4bbd4de4be merged 2021-07-22 22:05:40 +02:00
Martin Stransky fa16d5b5aa Updated to 90.0.2 2021-07-22 22:03:50 +02:00
Fedora Release Engineering 62edaad605 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 22:59:09 +00:00
Martin Stransky 690197670a Updated to 90.0.1, build fixes 2021-07-21 12:16:23 +02:00
Martin Stransky f1a9c76f38 Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhide 2021-07-15 13:07:37 +02:00
Martin Stransky d03875f6f3 Disabled Wayland backend on KDE due to https://bugzilla.mozilla.org/show_bug.cgi?id=1714132 2021-07-15 13:07:26 +02:00
Kalev Lember 3448cc856c Fix files list for flatpak builds
Add new files from commit e4a12e3825 to
files list.
2021-07-14 09:51:37 +02:00
Martin Stransky 93f35fa8fd Added xorg-x11-server-Xwayland dependency for Mutter 2021-07-13 10:04:55 +02:00
Martin Stransky 9bf28589c3 Enable testing 2021-07-12 14:18:44 +02:00
Martin Stransky 07a0a494bf Updated to 90.0 2021-07-12 14:17:08 +02:00
Martin Stransky 3c537224b4 Update to 90.0 2021-07-12 14:15:33 +02:00
Daiki Ueno e4a12e3825 flatpak: Enable loading system trust store on the host
This directs the libnssckbi.so symlink to p11-kit-client.so, instead
of p11-kit-trust.so, so Firefox flatpak can access the system trust
store on the host.  Since the /usr filesystem is read-only, this
creates the link in /app/lib64, which is added to LD_LIBRARY_PATH
inside flatpak.  A symlink to libnss3.so also needs to be created in
the same directory, to trick the directory search order in
ListPossibleLoadableRootsLocations:
https://hg.mozilla.org/mozilla-central/file/8e850fd29a957f505e0355c1326279e06e9040bb/security/manager/ssl/nsNSSComponent.cpp#l970

Signed-off-by: Daiki Ueno <dueno@redhat.com>
2021-07-12 13:38:30 +02:00
Martin Stransky 7edb7c195a changelog fix 2021-06-30 12:27:19 +02:00
Martin Stransky 30110df460 Added fix for mozbz#1715254 (rhbz#1976892) 2021-06-30 12:24:15 +02:00
Martin Stransky a581231171 Updated to latest upstream (89.0.2) 2021-06-24 10:43:43 +02:00
Martin Stransky 268d397a30 Disable armv7hl on Fedora 33 due to https://bugzilla.redhat.com/show_bug.cgi?id=1966949 2021-06-15 14:33:53 +02:00
Martin Stransky 4be27bb7af Added fix for mozbz#1646135 - Disabled Wayland/Webrender on NVIDIA drivers 2021-06-14 17:36:56 +02:00
Martin Stransky 53b26adcc4 Disabled arm due to bugzilla.redhat.com/show_bug.cgi?id=1966949 2021-06-02 10:39:41 +02:00
Martin Stransky cb71b53f7d Removed mozilla-1580595.patch 2021-06-01 17:15:16 +02:00
Martin Stransky 6f7b8dbb9a Nss req up 2021-06-01 17:12:53 +02:00
Martin Stransky 9dfa7a1527 Updated to Firefox 89.0 2021-06-01 10:15:57 +02:00
Martin Stransky 1acf4796b3 Updated to latest upstream (88.0.1) 2021-05-10 10:32:54 +02:00
Martin Stransky c213080431 Added fix for WebRTC indicator - mozilla#1705048 2021-05-04 15:49:34 +02:00
Martin Stransky 63a2618a07 Added pciutils-libs req (rhbz#1955338), Enabled Wayland on KDE (rhbz#1922608) 2021-04-30 11:46:47 +02:00
Martin Stransky 5571ee7403 Fixed xpcshell freezes 2021-04-30 10:58:16 +02:00
Martin Stransky 4d8fcd73a4 Test fix 2021-04-27 22:44:20 +02:00
Martin Stransky fcf7279272 Build fixes, test update 2021-04-27 14:35:17 +02:00
Martin Stransky 53dac96cc2 release up 2021-04-23 10:32:49 +02:00
Martin Stransky 899bfb43c6 Added fix for mozbz#1580595 - mouse pointer lock. 2021-04-23 10:30:49 +02:00
Martin Stransky 3180583dfa build fixes 2021-04-22 15:55:40 +02:00
Martin Stransky defc416c28 Build with crashreporter enabled 2021-04-22 08:07:34 +02:00
Martin Stransky 156f7fd734 Added clipboard fix mzbz#1703763 2021-04-21 09:58:14 +02:00
Martin Stransky bdb2a668ff Disabled crashreporer, require nss 3.63 2021-04-20 16:46:41 +02:00
Martin Stransky 97efc42d63 Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhide 2021-04-20 09:11:59 +02:00
Martin Stransky c78ce968a8 Updated to 88.0 2021-04-20 09:11:49 +02:00
Tomas Hrnciar ee402591ab BuildRequire setuptools explicitly
See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools
2021-04-19 13:18:31 +02:00
Martin Stransky 18b80a26fe Added fix for mozbz#1701089 (Widevine playback issues) 2021-04-12 10:46:19 +02:00
Martin Stransky 05b9a9097b Added wayland focus workaround - mzbz#1703657 2021-04-07 22:06:27 +02:00
Martin Stransky 0dc9710418 Enabled xpcshell/crashtests on Wayland 2021-04-06 09:58:31 +02:00
Martin Stransky f6cd43f449 Add missing build deps 2021-04-05 20:30:08 +02:00
Martin Stransky 9869746357 Fixed wayland tests/PGO, enable PGO on Fedora 33+ 2021-04-04 18:51:01 +02:00
Martin Stransky bbea15a874 Added fix for mozbz#1702606 / rhbz#1936071, Switched tests back to X11 due to massive failures 2021-04-01 20:21:43 +02:00
Martin Stransky 146396135c spec fix 2021-04-01 11:34:35 +02:00