Commit Graph

2761 Commits

Author SHA1 Message Date
Martin Stransky 875665f62d Update to 119.0 2023-10-24 10:59:21 +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
Martin Stransky edd5f80c82 Updated changelog order 2023-09-29 14:17:56 +02:00
Martin Stransky 1548005c0d Removed old sources 2023-09-29 12:14:17 +02:00
Martin Stransky 6c0e8c3949 Updated to 118.0.1, Use system libraries for AV1, VP8, VP9, and WebP 2023-09-29 11:43:29 +02:00
Martin Stransky 36a09da5bc build fix 2023-09-29 11:00:18 +02:00
Martin Stransky 85de885472 Fixed Gnome search provider 2023-09-27 12:12:28 +02:00
Martin Stransky e78a18fe12 Update to 118.0 2023-09-25 15:14:40 +02:00
Adam Williamson 230a3cfdd7 Whoops, we need to set --with-libclang-path, not --with-clang-path
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-09-14 17:15:27 -07:00
Adam Williamson c10a044ca5 Pass --with-clang-path to fix build with clang 17 (rhbz#2239047) 2023-09-14 17:03:57 -07:00
Martin Stransky 5c11948fd0 Updated to 117.0.1 2023-09-13 12:13:03 +02:00
Martin Stransky 34b0ea8714 Added fix for rhbz#2235654 2023-08-30 13:23:38 +02:00
Martin Stransky 5fa8b8e9eb Updated sources 2023-08-28 14:07:43 +02:00
Martin Stransky fce974e85f Update to 117.0 2023-08-28 11:26:02 +02:00
Martin Stransky 8089009cb4 Updated to 116.0.3 2023-08-17 12:21:23 +02:00
Martin Stransky a35e8720bb Fixed changelog 2023-08-16 11:05:23 +02:00
Martin Stransky c68eef9fb2 Added Fedora customization patch 2023-08-16 11:02:52 +02:00
Martin Stransky 309cf4ddc2 Updated to 116.0.2 2023-08-07 21:50:03 +02:00
Martin Stransky 1053146416 Updated to 116.0.2 2023-08-07 21:19:21 +02:00
Martin Stransky d101b753fb Updated to 116.0.1 2023-08-04 11:13:11 +02:00
Martin Stransky 60bfa9889d Added Canvas/WebGL VA-API playback patch (D167159 / mzbz#1769747) 2023-08-02 11:51:09 +02:00
Martin Stransky 4195044fad Updated to build 2, request 4GB / per core 2023-07-31 12:51:27 +02:00
Martin Stransky bd405c0fbd Python3.11 build hack by jhorak 2023-07-27 13:34:34 +02:00
Martin Stransky ef1b31a8c2 Build fixes - vaapitest and v4l2test 2023-07-27 12:12:55 +02:00
Martin Stransky e1da8d7871 Updated to 116.0 2023-07-26 14:27:10 +02:00
Martin Stransky b8e076ae59 Don't set MOZ_GMP_PATH as it's configured by /etc/profile.d/gmpopenh264.sh from mozilla-openh264 package (rhbz#2221317). 2023-07-24 09:48:46 +02:00
Yaakov Selkowitz 9955d54a56 Use bundled cbindgen in RHEL builds
RHEL does not include cbindgen nor its Rust crate dependencies.
2023-07-24 02:52:50 +00:00
Martin Stransky a2075ecfbc Disable LTO for rust again due to build crashes on koji 2023-07-20 11:22:32 +02:00
Martin Stransky be98fb4794 Fix the previous fix (rhbz#2221317) 2023-07-19 15:10:22 +02:00
Martin Stransky 88e057cc4f Don't overwrite MOZ_GMP_PATH (rhbz#2221317) 2023-07-18 10:25:41 +02:00
Martin Stransky 4eca3ad8d0 Added changelog 2023-07-17 15:55:01 +02:00
Martin Stransky 6cd9c47625 Removed old sources 2023-07-17 15:52:46 +02:00
Martin Stransky c33e16b99e Update to 115.0.2 2023-07-17 13:24:28 +02:00
Dan Horák 9243512991 - re-enable ppc64le (rhbz#2212748) 2023-07-11 10:59:17 +02:00
Martin Stransky 4dc43e7ccf Disabled LTO due to rhbz#2218885 2023-07-04 10:04:11 +02:00
Martin Stransky bcb41f5083 Update to build 2 2023-07-03 15:49:52 +02:00
Martin Stransky 8f1c30db91 Updated to 115.0 2023-06-29 12:39:27 +02:00