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
Martin Stransky
bcf0095538
Run testsuite on Wayland on Fedora 33+, Spec cleanup
2021-04-01 11:32:10 +02:00
Martin Stransky
d060f6fe29
Added fix for mozbz#1693472 - Wayland/KDE rendering issues
2021-03-31 18:06:16 +02:00
Martin Stransky
8f6a5e7dc4
Added fix for mozbz#1693472 - Wayland/KDE rendering issues
2021-03-31 18:05:14 +02:00
Jonathan Wakely
83290b83e7
Rebuilt for removed libstdc++ symbol ( #1937698 )
2021-03-30 19:36:06 +01:00
Martin Stransky
92a764c2a3
Reftest fix
2021-03-30 09:01:38 +02:00
Martin Stransky
90ab351db0
Fedora 32 build fix
2021-03-29 18:57:40 +02:00
Martin Stransky
deea491260
More test fixes, Enabled ppc64le, Disabled crashreporter on Fedora 34+
2021-03-29 16:27:02 +02:00
Martin Stransky
126134329e
Enable crashreporter on Fedora 34+
2021-03-25 20:14:55 +01:00
Martin Stransky
624b802b9c
xpcshell-test fixes
2021-03-24 19:31:06 +01:00
Martin Stransky
e4ae574472
Enabled tests, disabled arm
2021-03-24 15:58:33 +01:00
Martin Stransky
91add2d4f7
Updated to 87.0
2021-03-23 10:29:22 +01:00
Martin Stransky
8ce8e0ad9f
Enabled arm
2021-03-13 16:41:44 +01:00
Martin Stransky
ca19f446c5
Disable ppc64le on Fedora 34 due to https://bugzilla.redhat.com/show_bug.cgi?id=1933742
2021-03-13 16:33:00 +01:00
Martin Stransky
5e9102a9fe
Update to latest upstream (86.0.1)
2021-03-12 12:36:34 +01:00
Martin Stransky
ba88443605
Temporary disable ppc64le/Fedora 35 due to https://bugzilla.redhat.com/show_bug.cgi?id=1933742
2021-03-10 09:17:10 +01:00
Martin Stransky
c9b8b418a1
Merge branch 'f33' into rawhide
2021-03-03 15:02:45 +01:00
Martin Stransky
8f2ad85567
Merge branch 'main' into f33
2021-03-03 15:01:16 +01:00
Martin Stransky
806d3f55bd
Run tests on intel only
2021-03-03 15:01:05 +01:00
Martin Stransky
9ebc9be748
Added fix for mozbz#1694670 - merge
2021-03-03 14:59:03 +01:00
Martin Stransky
8f5618205c
Added fix for mozilla#1694670
2021-03-03 14:57:49 +01:00
Martin Stransky
8746ce4b3a
Release up
2021-03-02 09:02:46 +01:00
Martin Stransky
4c51d6a65a
Test fixes
2021-03-02 09:01:48 +01:00
Martin Stransky
eda702a952
Log reftest results as HTML
2021-03-02 08:11:18 +01:00
Martin Stransky
2859c0f127
Run xpcshell tests sequential
2021-03-01 19:39:12 +01:00
Martin Stransky
818bcfb481
Enable Wayland backend when Wayland display is set
2021-03-01 15:10:18 +01:00