Commit Graph

2796 Commits

Author SHA1 Message Date
Martin Stransky 8454fdf13f Updated to 122.0 2024-01-22 16:52:36 +01:00
Jan Horak 588e3b01fb Fixed bug for langpack loading under Fedora Silverblue 2024-01-19 13:46:45 +01:00
Fabio Valentini e7f0cbc6ca
Rebuild for dav1d 1.3.0 2024-01-12 19:13:58 +01:00
Martin Stransky 2eaa0458a5 Update to 121.0.1, Fixed Firefox icon on Rawhide 2024-01-12 12:33:00 +01:00
Martin Stransky 5d26feb548 Really enable proxy cache 2024-01-02 15:22:55 +01:00
Martin Stransky 55e1497866 Updated proxy cache 2024-01-02 15:08:13 +01:00
Martin Stransky 6b33407501 Disabled DBus activations 2023-12-22 12:37:57 +01:00
Martin Stransky 82ad299a88 Wayland is enabled by default now 2023-12-20 10:47:30 +01:00
Martin Stransky d14fa011f0 Added Wayland proxy cache (mzbz#1743144) 2023-12-19 09:56:23 +01:00
Martin Stransky 722aeaae74 Enable Gnome Shell Search provider for Fedora 40+, Don't ship firefox-x11 and firefox-wayland on Fedora 40+ 2023-12-18 22:05:27 +01:00
Martin Stransky 2714c26204 Updated changelog 2023-12-18 20:30:44 +01:00
Martin Stransky e302fd714c Updated to 121.0 2023-12-18 20:28:57 +01:00
Martin Stransky 91f5d4fe1b Uploaded langpacks 2023-12-01 10:22:53 +01:00
Martin Stransky 203cb80595 Updated to 120.0.1 2023-12-01 10:16:14 +01:00
Martin Stransky 911eba94d0 Added fix for rhbz#2251202 2023-11-27 11:56:19 +01:00
Martin Stransky ada751ca27 Updated to 120.0 Build 2 2023-11-20 09:20:40 +01:00
Martin Stransky e5fa239064 merge 2023-11-14 11:00:52 +01:00
Martin Stransky ba397925f8 Updated to 120.0 2023-11-14 10:59:36 +01:00
Jan Horak 0bd6b03b91 Enable crash reporter again 2023-11-13 09:04:53 +01:00
Jan Horak 8bc6287eb9 We need to build dump_syms into separate vendored sources - to avoid collision with cbindgen 2023-11-10 14:56:28 +01:00
Martin Stransky cb96cce64f Fixed version-release 2023-11-10 12:52:26 +01:00
Martin Stransky 8b2f340656 Release up 2023-11-10 10:12:20 +01:00
Martin Stransky 48e82ba9fb Disable crashreporter 2023-11-10 10:09:58 +01:00
Martin Stransky a0a1cfe51b Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhide 2023-11-10 10:03:14 +01:00
Martin Stransky a0d8cf6efb Updated to 119.0.1 2023-11-10 10:02:57 +01:00
Jan Horak 712736a215 Enable crash reporter 2023-11-08 14:50:24 +01:00
Martin Stransky 5364193d8d Added fix for rhbz#2247665 2023-11-07 13:07:16 +01:00
Martin Stransky ffa346e745 Added fix for mzbz#1762816 2023-11-06 10:28:24 +01:00
Jan Horak 118a6c91ec Enable crash reporter 2023-10-30 08:50:43 +01:00
Martin Stransky b896e22d66 Added fix for mzbz#1861615 2023-10-27 12:10:26 +02:00
Martin Stransky 29b8dda20b Temporary disable crashreporter 2023-10-24 17:18:08 +02:00
Martin Stransky 8ddd19880e Updated requested NSS version 2023-10-24 14:46:15 +02:00
Martin Stransky 13ca66bf71 merge 2023-10-24 11:01:02 +02:00
Martin Stransky 875665f62d Update to 119.0 2023-10-24 10:59:21 +02:00
Jan Horak bf2835c53d Bump release 2023-10-24 09:09:22 +02:00
Jan Horak be149410b9 Enable crashreporter 2023-10-24 09:08:36 +02:00
Martin Stransky 8be16df639 Updated to 118.0.2 2023-10-10 11:46:35 +02:00
Adam Williamson 5cdf6fcd2d Sigh: per Kalev, -g1 is for gcc, not find-debuginfo 2023-10-07 13:46:06 -07:00
Adam Williamson 06172c51b4 Looks like it should be -g, not -g1 2023-10-07 10:00:24 -07:00
Adam Williamson d551f9cd18 Add -g1 to find-debuginfo flags to try and get builds through
F38 and F39 builds are failing a lot on x86_64 with gdb-add-index
being killed, even with the %limit_build thing I added previously,
so we'll have to try this. This is a big hammer which reduces
the quality of backtraces a lot, but we really need to get
builds through right now to fix major bugs.
2023-10-07 08:15:46 -07:00
Alessandro Astone b85953896b Don't include -x11 and -wayland desktop files in the main package (rhbz#2242523)
Regression caused by 36a09da5bc
2023-10-06 20:47:13 +02:00
Martin Stransky c6dbf096e6 Removed DBusActivatable flag from desktop file as it crashes KDE (rhbz#2242454) 2023-10-06 17:10:58 +02:00
Martin Stransky 4135db16cc Removed DBusActivatable flag from desktop file as it crashes KDE (rhbz#2242454) 2023-10-06 17:09:30 +02:00
Kalev Lember 66f31e3216 Fix flatpak build
Don't assume libclang is going to be in the same prefix as firefox - in
flatpak builds, libclang is in /usr and firefox is in /app.

As a fix, use 'llvm-config --libdir' to find out the actual libclang
path during the build.
2023-10-05 18:43:55 +02:00
Adam Williamson a5727f9054 Always apply the find-debuginfo opts from previous commit
Whoops, missed that this was in a conditional.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-10-04 17:26:43 -07:00
Adam Williamson 35e6001e2e Limit cores used for find-debuginfo (thanks kalev)
As suggested by Kalev Lember:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/7CX676QRC2QVZATX34WTCF2GL26AAWCL/
try using %limit_build to use only one CPU core per 32G of RAM
for find-debuginfo, to try and avoid builds failing due to lack
of memory:
https://bugzilla.redhat.com/show_bug.cgi?id=2241690
2023-10-04 10:47:03 -07:00
Martin Stransky 0115959c8c Updated man page 2023-10-02 08:23:25 +02:00
Martin Stransky 6bd9bbbb15 Fixed changelog 2023-10-02 08:13:47 +02:00
Martin Stransky cd32c2e28f Avoid to launch Firefox by gnome-shell search 2023-10-02 08:07:55 +02:00
Martin Stransky 86e26c4189 Use firefox.desktop again 2023-09-29 22:27:15 +02:00