firefox/firefox.spec

2320 lines
74 KiB
RPMSpec
Raw Normal View History

# Produce a build suitable for release, i.e. use PGO/LTO. You can turn it off
# when building locally to reduce build time.
2020-11-28 09:09:12 +00:00
%global release_build 1
# Excluded due to https://bugzilla.mozilla.org/show_bug.cgi?id=1792159
2022-09-26 07:13:54 +00:00
# https://bugzilla.redhat.com/show_bug.cgi?id=2129720
ExcludeArch: i686
# Run Mozilla test suite as a part of compile rpm section. Turn off when
# building locally and don't want to spend 24 hours waiting for results.
2021-03-03 14:01:05 +00:00
%global run_firefox_tests 0
%ifarch x86_64 %{ix86}
2021-09-09 03:50:23 +00:00
%global run_firefox_tests 0
2021-03-03 14:01:05 +00:00
%endif
# Don't create debuginfo rpm packages. It reduces build time as
# exctracting debuginfo takes long time.
%global create_debuginfo 1
# Produce debug (non-optimized) package build. Suitable for debugging only
# as the build is *very* slow.
2020-11-03 18:02:27 +00:00
%global debug_build 0
# See rhbz#2134527 - Use portal Gtk file dialog
2022-10-24 06:31:17 +00:00
# Disabled due to various issues now.
%global use_xdg_file_portal 0
2022-10-23 13:41:32 +00:00
2021-02-26 07:26:50 +00:00
%global system_nss 1
2022-07-13 12:54:04 +00:00
%global system_libevent 1
2019-12-20 11:59:52 +00:00
%global build_with_asan 0
2023-06-28 20:49:38 +00:00
%global test_on_wayland 0
%if "%{toolchain}" == "clang"
%global build_with_clang 1
%else
%global build_with_clang 0
%endif
# Temporary disabled due to
# https://bugzilla.redhat.com/show_bug.cgi?id=1951606
2019-12-10 08:20:26 +00:00
%global enable_mozilla_crashreporter 0
%ifarch x86_64 %{ix86}
2023-11-08 13:50:24 +00:00
%global enable_mozilla_crashreporter 1
2019-12-10 08:20:26 +00:00
%endif
%if %{build_with_asan}
%global enable_mozilla_crashreporter 0
%endif
%if 0%{?flatpak}
%global enable_mozilla_crashreporter 0
%endif
%if !%{create_debuginfo}
%define _unpackaged_files_terminate_build 0
%global debug_package %{nil}
%global enable_mozilla_crashreporter 0
%endif
2018-10-18 14:27:09 +00:00
%global system_ffi 1
%global system_av1 1
%global system_libvpx 1
2018-10-18 14:27:09 +00:00
%global system_jpeg 1
2023-04-17 22:22:47 +00:00
%global system_pixman 1
%global system_webp 1
2023-06-27 19:23:28 +00:00
# Bundled cbindgen makes build slow.
# Enable only if system cbindgen is not available.
%if 0%{?rhel}
%global use_bundled_cbindgen 1
%else
2023-10-24 08:59:21 +00:00
%global use_bundled_cbindgen 1
%endif
%if %{debug_build}
2020-11-10 13:48:46 +00:00
%global release_build 0
%endif
2021-11-01 17:53:51 +00:00
# Build PGO+LTO on x86_64 only due to build issues
# on other arches.
2020-08-18 06:43:08 +00:00
%global build_with_pgo 0
%ifarch x86_64
2019-03-12 11:32:07 +00:00
%if %{release_build}
2023-06-22 11:14:14 +00:00
%global build_with_pgo 1
2019-01-04 10:08:37 +00:00
%endif
%endif
2019-03-25 12:51:39 +00:00
%if 0%{?flatpak}
2019-03-26 06:45:18 +00:00
%global build_with_pgo 0
2019-03-25 12:51:39 +00:00
%endif
2017-03-07 11:59:47 +00:00
# Big endian platforms
%ifarch s390x
2017-11-08 08:51:56 +00:00
%global big_endian 1
2017-03-07 11:59:47 +00:00
%endif
%if 0%{?build_with_pgo}
%global use_xvfb 1
%global build_tests 1
%endif
2020-11-17 21:52:02 +00:00
%if 0%{?run_firefox_tests}
%global use_xvfb 1
%global build_tests 1
%endif
2020-12-14 14:12:55 +00:00
%global launch_wayland_compositor 0
%if %{build_with_pgo} && %{test_on_wayland}
2020-12-14 14:12:55 +00:00
%global launch_wayland_compositor 1
%endif
%if %{run_firefox_tests} && %{test_on_wayland}
2020-12-14 14:12:55 +00:00
%global launch_wayland_compositor 1
%endif
2017-11-08 08:51:56 +00:00
%global default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
%global firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
# Minimal required versions
2014-10-31 11:42:03 +00:00
%global cairo_version 1.13.1
%global freetype_version 2.1.9
%global libnotify_version 0.7.0
%if %{?system_av1}
%global aom_version 1.0.0
%global dav1d_version 1.0.0
%endif
%if %{?system_libvpx}
%global libvpx_version 1.10.0
%endif
%if %{?system_webp}
%global libwebp_version 1.1.0
%endif
%if %{?system_nss}
2022-05-30 19:40:33 +00:00
%global nspr_version 4.32
%global nspr_build_version %{nspr_version}
2023-10-24 12:46:15 +00:00
%global nss_version 3.94
%global nss_build_version %{nss_version}
%endif
2004-12-29 02:12:15 +00:00
%global mozappdir %{_libdir}/firefox
%global mozappdirdev %{_libdir}/firefox-devel-%{version}
2011-03-13 02:44:20 +00:00
%global langpackdir %{mozappdir}/langpacks
2018-04-24 09:33:36 +00:00
%global tarballdir firefox-%{version}
2010-02-24 13:55:11 +00:00
2017-11-08 08:51:56 +00:00
%global official_branding 1
%bcond_without langpacks
%if %{with langpacks}
%bcond_without langpacks_subpkg
%endif
2019-03-12 11:32:07 +00:00
%if !%{release_build}
2019-11-27 18:21:45 +00:00
%global pre_tag .npgo
2019-03-12 11:32:07 +00:00
%endif
%if %{build_with_clang}
%global pre_tag .clang
%endif
%if %{build_with_asan}
%global pre_tag .asan
%global build_with_pgo 0
%endif
2020-03-04 11:35:58 +00:00
%if !%{system_nss}
%global nss_tag .nss
%endif
2020-11-03 08:23:08 +00:00
%if %{debug_build}
%global pre_tag .debug
%endif
2019-03-12 11:32:07 +00:00
# Exclude private libraries from autogenerated provides and requires
%global __provides_exclude_from ^%{mozappdir}
%global __requires_exclude ^(%%(find %{buildroot}%{mozappdir} -name '*.so' | xargs -n1 basename | sort -u | paste -s -d '|' -))
2022-12-08 10:05:41 +00:00
%undefine _package_note_flags
# for https://bugzilla.redhat.com/show_bug.cgi?id=2184553
%global _package_note_status 0
2022-12-08 10:05:41 +00:00
Summary: Mozilla Firefox Web browser
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
Name: firefox
2023-10-24 08:59:21 +00:00
Version: 119.0
2023-11-08 13:50:24 +00:00
Release: 6%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
2007-08-13 20:25:11 +00:00
License: MPLv1.1 or GPLv2+ or LGPLv2+
2019-11-26 10:08:00 +00:00
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
%if %{with langpacks}
2023-10-24 08:59:21 +00:00
Source1: firefox-langpacks-%{version}%{?pre_version}-20231023.tar.xz
2008-06-18 00:52:47 +00:00
%endif
2018-10-18 14:27:09 +00:00
Source2: cbindgen-vendor.tar.xz
2023-10-30 07:50:43 +00:00
Source3: dump_syms-vendor.tar.xz
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
2023-09-29 20:27:15 +00:00
Source20: firefox.desktop
Source21: firefox.sh.in
Source23: firefox.1
2014-09-10 10:43:04 +00:00
Source24: mozilla-api-key
2015-07-02 13:48:32 +00:00
Source25: firefox-symbolic.svg
Source26: distribution.ini
Source27: google-api-key
2018-01-30 11:40:25 +00:00
Source28: firefox-wayland.sh.in
2018-05-25 10:50:35 +00:00
Source29: firefox-wayland.desktop
Source30: firefox-x11.sh.in
Source31: firefox-x11.desktop
Source32: node-stdout-nonblocking-wrapper
Source33: firefox.appdata.xml.in
2023-09-27 10:12:28 +00:00
Source34: org.mozilla.firefox.search-provider.ini
2020-08-18 06:58:15 +00:00
Source35: google-loc-api-key
Source37: mochitest-python.tar.gz
2020-12-01 10:17:26 +00:00
Source38: print_results
2021-03-02 07:11:18 +00:00
Source39: print-errors
2020-12-14 14:12:55 +00:00
Source40: run-tests-x11
2020-12-10 20:59:50 +00:00
Source41: run-tests-wayland
2020-12-16 18:32:47 +00:00
Source42: psummary
2021-01-05 14:40:59 +00:00
Source43: print_failures
2021-03-02 07:11:18 +00:00
Source44: print-error-reftest
Source45: run-wayland-compositor
2023-09-27 10:12:28 +00:00
Source46: org.mozilla.firefox.SearchProvider.service
2016-05-27 08:49:21 +00:00
# Build patches
2023-06-05 11:32:25 +00:00
#Patch3: mozilla-build-arm.patch
Patch32: build-rust-ppc64le.patch
2017-08-08 12:10:10 +00:00
Patch35: build-ppc-jit.patch
# Fixing missing cacheFlush when JS_CODEGEN_NONE is used (s390x)
Patch38: build-cacheFlush-missing.patch
2018-04-25 08:57:43 +00:00
Patch40: build-aarch64-skia.patch
2019-03-12 20:12:03 +00:00
Patch44: build-arm-libopus.patch
2019-10-21 13:15:55 +00:00
Patch46: firefox-nss-version.patch
2020-02-12 13:07:19 +00:00
Patch47: fedora-shebang-build.patch
2020-09-13 17:58:04 +00:00
Patch53: firefox-gcc-build.patch
Patch54: mozilla-1669639.patch
2020-11-20 12:09:17 +00:00
Patch55: firefox-testing.patch
2021-07-21 10:16:23 +00:00
Patch61: firefox-glibc-dynstack.patch
Patch71: 0001-GLIBCXX-fix-for-GCC-12.patch
2022-09-22 20:10:39 +00:00
Patch78: firefox-i686-build.patch
2023-02-07 10:52:32 +00:00
Patch79: firefox-gcc-13-build.patch
# Test patches
2021-02-24 11:39:29 +00:00
# Generate without context by
# GENDIFF_DIFF_ARGS=-U0 gendiff firefox-xxxx .firefox-tests-xpcshell
# GENDIFF_DIFF_ARGS=-U0 gendiff firefox-xxxx .firefox-tests-reftest
Patch100: firefox-tests-xpcshell.patch
Patch101: firefox-tests-reftest.patch
2021-04-30 08:58:16 +00:00
Patch102: firefox-tests-xpcshell-freeze.patch
# Fedora specific patches
2014-07-29 13:20:46 +00:00
Patch215: firefox-enable-addons.patch
Patch219: rhbz-1173156.patch
#ARM run-time patch
Patch226: rhbz-1354671.patch
2020-09-25 09:54:11 +00:00
Patch228: disable-openh264-download.patch
2021-01-11 12:35:55 +00:00
Patch229: firefox-nss-addon-hack.patch
2022-08-04 09:48:18 +00:00
Patch230: firefox-enable-vaapi.patch
2023-08-16 09:02:52 +00:00
Patch231: fedora-customization.patch
2023-11-06 09:28:24 +00:00
Patch241: 0025-Add-KDE-integration-to-Firefox-toolkit-parts.patch
Patch242: 0026-Add-KDE-integration-to-Firefox.patch
2008-06-18 00:52:47 +00:00
# Upstream patches
Patch402: mozilla-1196777.patch
2020-09-25 09:54:11 +00:00
Patch407: mozilla-1667096.patch
Patch408: D167159.diff
2023-11-07 12:07:16 +00:00
Patch409: D192061.1699444912.diff
Patch410: D192208.1699444906.diff
Patch411: mozilla-1762816.patch
2019-01-03 14:35:59 +00:00
# PGO/LTO patches
Patch600: pgo.patch
2023-06-28 06:28:09 +00:00
Patch602: mozilla-1516803.patch
2023-06-22 11:14:14 +00:00
Patch603: firefox-gcc-always-inline.patch
2018-12-21 09:38:41 +00:00
# system AV1 patches (from Gentoo)
Patch800: bmo-1559213-Support-system-av1.patch
Patch801: bmo-1559213-fix-system-av1-libs.patch
# tentative patch for RUSTFLAGS parsing issue:
# https://bugzilla.redhat.com/show_bug.cgi?id=2184743
# https://bugzilla.mozilla.org/show_bug.cgi?id=1474486
# not upstreaming till I'm more sure it's correct
Patch1200: firefox-112.0-commasplit.patch
%if %{?system_nss}
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(nspr) >= %{nspr_version}
BuildRequires: pkgconfig(nss) >= %{nss_version}
BuildRequires: nss-static >= %{nss_version}
%endif
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(libpng)
%if %{?system_jpeg}
BuildRequires: libjpeg-devel
%endif
2023-04-17 22:22:47 +00:00
%if %{?system_pixman}
BuildRequires: pixman-devel
%endif
BuildRequires: zip
BuildRequires: bzip2-devel
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(krb5)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(freetype2) >= %{freetype_version}
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(libstartup-notification-1.0)
BuildRequires: pkgconfig(libnotify) >= %{libnotify_version}
BuildRequires: pkgconfig(dri)
BuildRequires: pkgconfig(libcurl)
2022-02-09 14:31:15 +00:00
BuildRequires: pkgconfig(alsa)
2016-10-31 07:59:22 +00:00
BuildRequires: dbus-glib-devel
%if %{?system_av1}
BuildRequires: pkgconfig(aom) >= %{aom_version}
BuildRequires: pkgconfig(dav1d) >= %{dav1d_version}
%endif
%if %{?system_libvpx}
BuildRequires: libvpx-devel >= %{libvpx_version}
%endif
%if %{?system_webp}
BuildRequires: pkgconfig(libwebp) >= %{libwebp_version}
BuildRequires: pkgconfig(libwebpdemux) >= %{libwebp_version}
%endif
BuildRequires: autoconf213
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(libpulse)
2014-11-04 15:07:20 +00:00
BuildRequires: yasm
2017-09-27 12:23:59 +00:00
BuildRequires: llvm
2017-09-25 13:01:03 +00:00
BuildRequires: llvm-devel
BuildRequires: clang
2017-09-27 11:08:03 +00:00
BuildRequires: clang-libs
%if %{build_with_clang}
BuildRequires: lld
%endif
2020-03-03 15:41:48 +00:00
BuildRequires: pipewire-devel
2020-03-03 15:41:48 +00:00
2018-10-18 14:27:09 +00:00
%if !0%{?use_bundled_cbindgen}
2018-10-18 12:01:05 +00:00
BuildRequires: cbindgen
2018-10-18 14:27:09 +00:00
%endif
2018-10-18 12:10:27 +00:00
BuildRequires: nodejs
2019-03-12 14:13:40 +00:00
BuildRequires: nasm >= 1.13
BuildRequires: libappstream-glib
%if 0%{?big_endian}
BuildRequires: icu
%endif
Requires: mozilla-filesystem
2020-11-06 13:35:20 +00:00
Recommends: mozilla-openh264 >= 2.1.1
%if %{with langpacks_subpkg}
Recommends: firefox-langpacks = %{version}-%{release}
%else
Obsoletes: firefox-langpacks < %{version}-%{release}
%endif
Recommends: libva
Requires: p11-kit-trust
Requires: pciutils-libs
%if %{?system_nss}
Requires: nspr >= %{nspr_build_version}
Requires: nss >= %{nss_build_version}
%endif
2022-07-13 12:54:04 +00:00
%if %{?system_libevent}
BuildRequires: pkgconfig(libevent)
%endif
BuildRequires: python3-devel
BuildRequires: python3-setuptools
2023-07-27 11:34:34 +00:00
BuildRequires: python3.11-devel
%if !0%{?flatpak}
Requires: u2f-hidraw-policy
%endif
2022-10-23 13:41:32 +00:00
%if %{?use_xdg_file_portal}
Requires: xdg-desktop-portal
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
BuildRequires: desktop-file-utils
%if !0%{?flatpak}
2007-03-20 20:14:33 +00:00
BuildRequires: system-bookmarks
2019-03-20 08:30:02 +00:00
%endif
%if %{?system_ffi}
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(libffi)
%endif
%if 0%{?use_xvfb}
2014-09-19 08:40:44 +00:00
BuildRequires: xorg-x11-server-Xvfb
2019-09-19 08:43:42 +00:00
%endif
2019-11-25 10:24:07 +00:00
BuildRequires: rust
2017-01-19 16:49:55 +00:00
BuildRequires: cargo
BuildRequires: clang-devel
%if %{build_with_asan}
BuildRequires: libasan
BuildRequires: libasan-static
%endif
BuildRequires: perl-interpreter
2020-09-25 09:54:11 +00:00
BuildRequires: fdk-aac-free-devel
2021-02-23 10:54:14 +00:00
%if 0%{?test_on_wayland}
BuildRequires: mutter
BuildRequires: gsettings-desktop-schemas
BuildRequires: gnome-settings-daemon
BuildRequires: mesa-dri-drivers
BuildRequires: xorg-x11-server-Xwayland
2021-09-09 10:15:10 +00:00
BuildRequires: dbus-x11
BuildRequires: gnome-keyring
2021-02-23 10:54:14 +00:00
%endif
2020-11-20 14:21:29 +00:00
%if 0%{?run_firefox_tests}
2021-04-27 12:35:17 +00:00
BuildRequires: procps-ng
2020-11-20 14:21:29 +00:00
BuildRequires: nss-tools
2020-11-20 20:16:57 +00:00
BuildRequires: python2.7
2021-02-23 10:54:14 +00:00
BuildRequires: dejavu-sans-mono-fonts
BuildRequires: dejavu-sans-fonts
BuildRequires: dejavu-serif-fonts
2021-04-05 18:30:08 +00:00
BuildRequires: dbus-x11
BuildRequires: gnome-keyring
2021-09-09 10:15:10 +00:00
BuildRequires: mesa-dri-drivers
2021-02-23 10:54:14 +00:00
# ----------------------------------------
BuildRequires: liberation-fonts-common
BuildRequires: liberation-mono-fonts
BuildRequires: liberation-sans-fonts
BuildRequires: liberation-serif-fonts
# ----------------------------------
2021-03-25 19:14:55 +00:00
BuildRequires: google-carlito-fonts
2021-02-23 10:54:14 +00:00
BuildRequires: google-droid-sans-fonts
BuildRequires: google-noto-fonts-common
BuildRequires: google-noto-cjk-fonts-common
BuildRequires: google-noto-sans-cjk-ttc-fonts
BuildRequires: google-noto-sans-gurmukhi-fonts
BuildRequires: google-noto-sans-fonts
BuildRequires: google-noto-emoji-color-fonts
BuildRequires: google-noto-sans-sinhala-vf-fonts
2021-02-23 10:54:14 +00:00
# -----------------------------------
BuildRequires: thai-scalable-fonts-common
BuildRequires: thai-scalable-waree-fonts
BuildRequires: khmeros-base-fonts
BuildRequires: jomolhari-fonts
# ----------------------------------
BuildRequires: lohit-tamil-fonts
BuildRequires: lohit-telugu-fonts
# ----------------------------------
BuildRequires: paktype-naskh-basic-fonts
2021-03-25 19:14:55 +00:00
BuildRequires: pt-sans-fonts
2021-02-23 10:54:14 +00:00
BuildRequires: smc-meera-fonts
BuildRequires: stix-fonts
BuildRequires: abattis-cantarell-fonts
BuildRequires: xorg-x11-fonts-ISO8859-1-100dpi
BuildRequires: xorg-x11-fonts-misc
%endif
BuildRequires: make
2021-09-07 15:44:56 +00:00
BuildRequires: pciutils-libs
2022-10-24 06:31:17 +00:00
BuildRequires: mesa-libgbm-devel
BuildRequires: libproxy-devel
Obsoletes: mozilla <= 37:1.7.13
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
Provides: webclient
%description
Mozilla Firefox is an open-source web browser, designed for standards
compliance, performance and portability.
2014-09-19 08:40:44 +00:00
%if %{with langpacks_subpkg}
%package langpacks
Summary: Firefox langpacks
Requires: %{name} = %{version}-%{release}
%description langpacks
The firefox-langpacks package contains all the localization
and translations langpack add-ons.
%files langpacks -f %{name}.lang
%dir %{langpackdir}
%endif
2022-11-18 08:24:31 +00:00
%if %{enable_mozilla_crashreporter}
%global moz_debug_prefix %{_prefix}/lib/debug
%global moz_debug_dir %{moz_debug_prefix}%{mozappdir}
%global uname_m %(uname -m)
%global symbols_file_name %{name}-%{version}.en-US.%{_os}-%{uname_m}.crashreporter-symbols.zip
%global symbols_file_path %{moz_debug_dir}/%{symbols_file_name}
%global _find_debuginfo_opts %{limit_build -m 32768} -p %{symbols_file_path} -o debugcrashreporter.list
2022-11-18 08:24:31 +00:00
%global crashreporter_pkg_name mozilla-crashreporter-%{name}-debuginfo
%package -n %{crashreporter_pkg_name}
Summary: Debugging symbols used by Mozilla's crash reporter servers
%description -n %{crashreporter_pkg_name}
This package provides debug information for Firefox, for use by
Mozilla's crash reporter servers. If you are trying to locally
debug %{name}, you want to install %{name}-debuginfo instead.
%files -n %{crashreporter_pkg_name} -f debugcrashreporter.list
%else
%global _find_debuginfo_opts %{limit_build -m 32768}
2022-11-18 08:24:31 +00:00
%endif
%package x11
Summary: Firefox X11 launcher.
Requires: %{name}
%description x11
The firefox-x11 package contains launcher and desktop file
to run Firefox explicitly on X11.
%files x11
%{_bindir}/firefox-x11
%{_datadir}/applications/firefox-x11.desktop
%package wayland
Summary: Firefox Wayland launcher.
Requires: %{name}
%description wayland
The firefox-wayland package contains launcher and desktop file
to run Firefox explicitly on Wayland.
2018-06-19 20:35:02 +00:00
%files wayland
%{_bindir}/firefox-wayland
%{_datadir}/applications/firefox-wayland.desktop
2020-11-17 21:52:02 +00:00
%if 0%{?run_firefox_tests}
%global testsuite_pkg_name %{name}-testresults
2014-09-19 08:40:44 +00:00
%package -n %{testsuite_pkg_name}
Summary: Results of testsuite
%description -n %{testsuite_pkg_name}
This package contains results of tests executed during build.
%files -n %{testsuite_pkg_name}
2021-01-14 13:06:16 +00:00
/%{version}-%{release}/test_results
/%{version}-%{release}/test_summary.txt
/%{version}-%{release}/failures-*
2014-09-19 08:40:44 +00:00
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
#---------------------------------------------------------------------
%prep
2017-10-06 10:40:42 +00:00
%setup -q -n %{tarballdir}
2011-12-15 10:15:39 +00:00
# Build patches, can't change backup suffix from default because during build
2015-05-22 16:24:00 +00:00
# there is a compare of config and js/config directories and .orig suffix is
2011-12-15 10:15:39 +00:00
# ignored during this compare.
2011-06-21 14:54:10 +00:00
2019-07-11 10:42:24 +00:00
%patch40 -p1 -b .aarch64-skia
2019-03-12 20:12:03 +00:00
%patch44 -p1 -b .build-arm-libopus
2020-02-12 13:07:19 +00:00
%patch47 -p1 -b .fedora-shebang
2020-09-13 17:58:04 +00:00
%patch53 -p1 -b .firefox-gcc-build
%patch54 -p1 -b .1669639
%patch71 -p1 -b .0001-GLIBCXX-fix-for-GCC-12
2022-09-22 20:10:39 +00:00
%patch78 -p1 -b .firefox-i686
2023-02-07 10:52:32 +00:00
%patch79 -p1 -b .firefox-gcc-13-build
2015-03-10 19:29:26 +00:00
# Test patches
2022-03-01 11:33:16 +00:00
#%patch100 -p1 -b .firefox-tests-xpcshell
2021-11-01 11:38:56 +00:00
#%patch101 -p1 -b .firefox-tests-reftest
2022-01-18 13:02:21 +00:00
%patch102 -p1 -b .firefox-tests-xpcshell-freeze
# Fedora patches
2014-08-26 13:40:25 +00:00
%patch215 -p1 -b .addons
2019-01-28 13:53:26 +00:00
%patch219 -p1 -b .rhbz-1173156
#ARM run-time patch
%ifarch aarch64
%patch226 -p1 -b .1354671
%endif
2020-09-25 09:54:11 +00:00
%patch228 -p1 -b .disable-openh264-download
2021-01-11 12:35:55 +00:00
%patch229 -p1 -b .firefox-nss-addon-hack
2022-08-04 09:48:18 +00:00
%patch230 -p1 -b .firefox-enable-vaapi
2023-08-16 09:02:52 +00:00
%patch231 -p1 -b .fedora-customization
2023-11-06 09:28:24 +00:00
#%patch241 -p1 -b .kde-integration-toolkit
#%patch242 -p1 -b .kde-integration
%patch402 -p1 -b .1196777
2020-09-25 09:54:11 +00:00
%patch407 -p1 -b .1667096
%patch408 -p1 -b .D167159
2023-10-27 10:10:26 +00:00
%patch409 -p1 -b .D192061
2023-11-07 12:07:16 +00:00
%patch410 -p1 -b .D192208
%patch411 -p1 -b .mozilla-1762816
2019-01-03 14:35:59 +00:00
# PGO patches
2020-08-18 06:36:12 +00:00
%if %{build_with_pgo}
%if !%{build_with_clang}
2019-01-03 14:35:59 +00:00
%patch600 -p1 -b .pgo
2023-07-26 12:27:10 +00:00
%patch602 -p1 -b .1516803
2020-08-18 06:36:12 +00:00
%endif
%endif
2023-06-22 11:14:14 +00:00
%patch603 -p1 -b .inline
2018-12-21 09:38:41 +00:00
%patch800 -p1 -b .system-av1
%patch801 -p1 -b .system-av1-fixup
%patch1200 -p1 -b .rustflags-commasplit
rm -f .mozconfig
cp %{SOURCE10} .mozconfig
echo "ac_add_options --enable-default-toolkit=cairo-gtk3-wayland" >> .mozconfig
%if %{official_branding}
echo "ac_add_options --enable-official-branding" >> .mozconfig
%endif
cp %{SOURCE24} mozilla-api-key
cp %{SOURCE27} google-api-key
cp %{SOURCE35} google-loc-api-key
2014-09-10 10:43:04 +00:00
echo "ac_add_options --prefix=\"%{_prefix}\"" >> .mozconfig
echo "ac_add_options --libdir=\"%{_libdir}\"" >> .mozconfig
%if %{?system_nss}
echo "ac_add_options --with-system-nspr" >> .mozconfig
echo "ac_add_options --with-system-nss" >> .mozconfig
%else
echo "ac_add_options --without-system-nspr" >> .mozconfig
echo "ac_add_options --without-system-nss" >> .mozconfig
%endif
2007-12-19 16:43:29 +00:00
2022-07-13 12:54:04 +00:00
%if %{?system_libevent}
echo "ac_add_options --with-system-libevent" >> .mozconfig
%endif
%if %{?system_ffi}
echo "ac_add_options --enable-system-ffi" >> .mozconfig
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
%ifarch aarch64
echo "ac_add_options --disable-elf-hack" >> .mozconfig
%endif
2023-06-05 20:44:04 +00:00
%ifarch ppc64le
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif
%if %{?debug_build}
echo "ac_add_options --enable-debug" >> .mozconfig
echo "ac_add_options --disable-optimize" >> .mozconfig
%else
2017-11-08 08:51:56 +00:00
%global optimize_flags "none"
%ifarch ppc64le aarch64
2017-11-08 08:51:56 +00:00
%global optimize_flags "-g -O2"
%endif
2017-03-02 11:04:42 +00:00
%if %{optimize_flags} != "none"
echo 'ac_add_options --enable-optimize=%{?optimize_flags}' >> .mozconfig
%else
echo 'ac_add_options --enable-optimize' >> .mozconfig
%endif
echo "ac_add_options --disable-debug" >> .mozconfig
%endif
2018-05-16 10:08:20 +00:00
# Second arches fail to start with jemalloc enabled
%ifnarch %{ix86} x86_64
2012-11-19 10:08:10 +00:00
echo "ac_add_options --disable-jemalloc" >> .mozconfig
%endif
2022-11-22 20:00:59 +00:00
%if !%{enable_mozilla_crashreporter}
echo "ac_add_options --disable-crashreporter" >> .mozconfig
%endif
%if 0%{?build_tests}
2014-09-19 08:40:44 +00:00
echo "ac_add_options --enable-tests" >> .mozconfig
%else
echo "ac_add_options --disable-tests" >> .mozconfig
2014-09-19 08:40:44 +00:00
%endif
2014-11-04 15:07:20 +00:00
%if !%{?system_jpeg}
2014-11-04 13:51:27 +00:00
echo "ac_add_options --without-system-jpeg" >> .mozconfig
%else
echo "ac_add_options --with-system-jpeg" >> .mozconfig
%endif
2023-04-17 22:22:47 +00:00
%if %{?system_pixman}
echo "ac_add_options --enable-system-pixman" >> .mozconfig
%endif
%if %{?system_av1}
echo "ac_add_options --with-system-av1" >> .mozconfig
%else
echo "ac_add_options --without-system-av1" >> .mozconfig
%endif
%if %{?system_libvpx}
echo "ac_add_options --with-system-libvpx" >> .mozconfig
%else
echo "ac_add_options --without-system-libvpx" >> .mozconfig
%endif
%if %{?system_webp}
echo "ac_add_options --with-system-webp" >> .mozconfig
%else
echo "ac_add_options --without-system-webp" >> .mozconfig
%endif
%ifarch s390x
2020-09-13 17:51:45 +00:00
echo "ac_add_options --disable-jit" >> .mozconfig
2017-08-29 13:54:56 +00:00
%endif
2019-12-06 16:01:36 +00:00
%if %{build_with_asan}
echo "ac_add_options --enable-address-sanitizer" >> .mozconfig
echo "ac_add_options --disable-jemalloc" >> .mozconfig
2019-12-09 19:16:07 +00:00
%endif
2019-12-06 16:01:36 +00:00
2020-02-11 16:01:51 +00:00
# api keys full path
echo "ac_add_options --with-mozilla-api-keyfile=`pwd`/mozilla-api-key" >> .mozconfig
# It seems that the api key we have is for the safe browsing only
2020-08-11 10:50:35 +00:00
echo "ac_add_options --with-google-location-service-api-keyfile=`pwd`/google-loc-api-key" >> .mozconfig
2020-02-11 16:01:51 +00:00
echo "ac_add_options --with-google-safebrowsing-api-keyfile=`pwd`/google-api-key" >> .mozconfig
# https://bugzilla.redhat.com/show_bug.cgi?id=2239046
# with clang 17 upstream's detection fails, so let's just tell it
# where to look
echo "ac_add_options --with-libclang-path=`llvm-config --libdir`" >> .mozconfig
echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .mozconfig
2018-03-07 12:44:51 +00:00
# Remove executable bit to make brp-mangle-shebangs happy.
chmod -x third_party/rust/itertools/src/lib.rs
chmod a-x third_party/rust/ash/src/extensions/ext/*.rs
chmod a-x third_party/rust/ash/src/extensions/khr/*.rs
chmod a-x third_party/rust/ash/src/extensions/nv/*.rs
2018-03-07 12:44:51 +00:00
#---------------------------------------------------------------------
%build
2020-12-09 20:46:07 +00:00
# Disable LTO to work around rhbz#1883904
2023-06-27 19:23:28 +00:00
# Is that already fixed?
%define _lto_cflags %{nil}
2018-10-18 14:27:09 +00:00
2020-12-09 20:46:07 +00:00
%if 0%{?use_bundled_cbindgen}
2018-10-19 14:12:34 +00:00
mkdir -p my_rust_vendor
cd my_rust_vendor
tar xf %{SOURCE2}
2018-10-18 14:27:09 +00:00
mkdir -p .cargo
cat > .cargo/config <<EOL
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "`pwd`"
2018-10-18 14:27:09 +00:00
EOL
env CARGO_HOME=.cargo cargo install cbindgen
export PATH=`pwd`/.cargo/bin:$PATH
cd -
2023-06-27 19:23:28 +00:00
%else
export CBINDGEN=/usr/bin/cbindgen
2020-12-09 20:46:07 +00:00
%endif
2018-10-18 14:27:09 +00:00
2023-10-30 07:50:43 +00:00
%if %{enable_mozilla_crashreporter}
mkdir -p my_rust_vendor
cd my_rust_vendor
tar xf %{SOURCE3}
mkdir -p .cargo
cat > .cargo/config <<EOL
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "`pwd`"
EOL
env CARGO_HOME=.cargo cargo install dump_syms
export PATH=`pwd`/.cargo/bin:$PATH
cd -
%endif
mkdir %{_buildrootdir}/bin || :
cp %{SOURCE32} %{_buildrootdir}/bin || :
# Update the various config.guess to upstream release for aarch64 support
# Do not update config.guess in the ./third_party/rust because that would break checksums
find ./ -path ./third_party/rust -prune -o -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
MOZ_OPT_FLAGS=$(echo "%{optflags}" | sed -e 's/-Wall//')
#rhbz#1037063
# -Werror=format-security causes build failures when -Wno-format is explicitly given
# for some sources
# Explicitly force the hardening flags for Firefox so it passes the checksec test;
# See also https://fedoraproject.org/wiki/Changes/Harden_All_Packages
# Workaround for mozbz#1531309
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-Werror=format-security//')
2022-10-20 09:33:35 +00:00
# More Fedora specific build flags
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fpermissive"
%if %{?debug_build}
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-O2//')
%endif
# If MOZ_DEBUG_FLAGS is empty, firefox's build will default it to "-g" which
2018-12-11 09:41:37 +00:00
# overrides the -g1 from line above and breaks building on s390/arm
# (OOM when linking, rhbz#1238225)
%ifarch %{ix86}
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-g/-g0/')
%else
# this reduces backtrace quality substantially, but seems to be needed
# to prevent various OOM conditions during build
# https://bugzilla.redhat.com/show_bug.cgi?id=2241690
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-g/-g1/')
%endif
export MOZ_DEBUG_FLAGS=" "
MOZ_LINK_FLAGS="%{build_ldflags}"
2020-08-18 06:36:12 +00:00
%if !%{build_with_clang}
%ifarch aarch64 %{ix86}
MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
2012-11-19 10:08:10 +00:00
%endif
2018-12-06 12:46:13 +00:00
%endif
%ifarch %{ix86} s390x
export RUSTFLAGS="-Cdebuginfo=0"
%endif
2019-12-06 14:08:12 +00:00
%if %{build_with_asan}
2019-12-06 16:01:36 +00:00
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fsanitize=address -Dxmalloc=myxmalloc"
MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -fsanitize=address -ldl"
2019-12-06 14:08:12 +00:00
%endif
2020-06-01 12:11:14 +00:00
# We don't wantfirefox to use CK_GCM_PARAMS_V3 in nss
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -DNSS_PKCS11_3_0_STRICT"
echo "export CFLAGS=\"$MOZ_OPT_FLAGS\"" >> .mozconfig
echo "export CXXFLAGS=\"$MOZ_OPT_FLAGS\"" >> .mozconfig
echo "export LDFLAGS=\"$MOZ_LINK_FLAGS\"" >> .mozconfig
2020-08-18 06:36:12 +00:00
%if %{build_with_clang}
echo "export LLVM_PROFDATA=\"llvm-profdata\"" >> .mozconfig
echo "export AR=\"llvm-ar\"" >> .mozconfig
echo "export NM=\"llvm-nm\"" >> .mozconfig
echo "export RANLIB=\"llvm-ranlib\"" >> .mozconfig
echo "ac_add_options --enable-linker=lld" >> .mozconfig
%else
echo "export CC=gcc" >> .mozconfig
echo "export CXX=g++" >> .mozconfig
echo "export AR=\"gcc-ar\"" >> .mozconfig
echo "export NM=\"gcc-nm\"" >> .mozconfig
echo "export RANLIB=\"gcc-ranlib\"" >> .mozconfig
%endif
%if 0%{?build_with_pgo}
2020-09-10 19:33:57 +00:00
# PGO build doesn't work with ccache
2020-09-01 20:47:13 +00:00
export CCACHE_DISABLE=1
2023-06-27 19:23:28 +00:00
export GCOV_PREFIX=`pwd -P`/objdir
export GCOV_PREFIX_STRIP=$(( $(echo `pwd -P`|tr -c -d '/' |wc -c )+2 ))
env | grep GCOV
2023-07-17 11:24:28 +00:00
echo "ac_add_options --enable-lto" >> .mozconfig
2023-06-27 19:23:28 +00:00
echo "ac_add_options MOZ_PGO=1" >> .mozconfig
2018-11-13 14:02:55 +00:00
%endif
# Require 4 GB of RAM per CPU core
%constrain_build -m 4096
echo "mk_add_options MOZ_MAKE_FLAGS=\"-j%{_smp_build_ncpus}\"" >> .mozconfig
2020-08-18 06:36:12 +00:00
echo "mk_add_options MOZ_SERVICES_SYNC=1" >> .mozconfig
2020-08-18 15:22:12 +00:00
echo "export STRIP=/bin/true" >> .mozconfig
2020-12-10 20:59:50 +00:00
2020-12-14 14:12:55 +00:00
%if %{launch_wayland_compositor}
cp %{SOURCE45} .
. ./run-wayland-compositor
2020-12-10 20:59:50 +00:00
%endif
2023-06-28 06:28:09 +00:00
mkdir -p objdir/_virtualenvs/init_py3
cat > objdir/_virtualenvs/init_py3/pip.conf << EOF
[global]
find-links=`pwd`/mochitest-python
no-index=true
EOF
tar xf %{SOURCE37}
2023-07-27 11:34:34 +00:00
#Use python 3.11 for mach
sed -i -e 's|#!/usr/bin/env python3|#!/usr/bin/env python3.11|' mach
2020-12-14 14:12:55 +00:00
%if %{build_with_pgo}
%if %{test_on_wayland}
env | grep "WAYLAND"
MOZ_ENABLE_WAYLAND=1 ./mach build -v 2>&1 | cat - || exit 1
2020-12-14 14:12:55 +00:00
%else
xvfb-run ./mach build -v 2>&1 | cat - || exit 1
2020-12-10 20:59:50 +00:00
%endif
2020-12-14 14:12:55 +00:00
%else
./mach build -v 2>&1 | cat - || exit 1
%endif
2021-04-27 12:35:17 +00:00
#---------------------------------------------------------------------
%install
# run Firefox test suite
2023-06-28 06:28:09 +00:00
# Do we need it?
2023-07-04 08:04:11 +00:00
# export MACH_NATIVE_PACKAGE_SOURCE=system
2021-04-27 12:35:17 +00:00
%if %{launch_wayland_compositor}
cp %{SOURCE45} .
. ./run-wayland-compositor
%endif
2020-11-17 21:52:02 +00:00
%if 0%{?run_firefox_tests}
2021-03-02 07:11:18 +00:00
cp %{SOURCE40} %{SOURCE41} %{SOURCE42} %{SOURCE38} %{SOURCE39} %{SOURCE43} %{SOURCE44} .
2020-12-03 15:26:03 +00:00
mkdir -p test_results
2020-12-10 20:59:50 +00:00
%if %{test_on_wayland}
./run-tests-wayland || true
2020-12-10 20:59:50 +00:00
%else
2021-01-05 08:31:54 +00:00
./run-tests-x11 || true
2020-12-10 20:59:50 +00:00
%endif
2021-01-05 08:31:54 +00:00
./print_results > test_summary.txt 2>&1 || true
2021-01-05 17:44:12 +00:00
./print_failures || true
2014-09-19 08:40:44 +00:00
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
# set up our default bookmarks
%if !0%{?flatpak}
cp -p %{default_bookmarks_file} objdir/dist/bin/browser/chrome/browser/content/browser/default-bookmarks.html
2019-03-20 08:30:02 +00:00
%endif
# Make sure locale works for langpacks
cat > objdir/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
EOF
2017-11-08 09:35:53 +00:00
DESTDIR=%{buildroot} make -C objdir install
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
mkdir -p %{buildroot}{%{_libdir},%{_bindir},%{_datadir}/applications}
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
2023-09-29 20:27:15 +00:00
# TODO
# We can't use desktop-file-install as it refuses to install firefox.desktop file.
# We need to change it to org.mozilla.firefox.desktop and also update
# gnome shell default applications.
#
#desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE20}
cp %{SOURCE20} %{buildroot}%{_datadir}/applications
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE31}
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE29}
2015-01-13 11:44:47 +00:00
# set up the firefox start script
rm -rf %{buildroot}%{_bindir}/firefox
sed -e 's,/__PREFIX__,%{_prefix},g' %{SOURCE21} > %{buildroot}%{_bindir}/firefox
chmod 755 %{buildroot}%{_bindir}/firefox
2019-02-04 13:56:47 +00:00
2019-05-31 14:13:47 +00:00
%if 0%{?flatpak}
sed -i -e 's|%FLATPAK_ENV_VARS%|export TMPDIR="$XDG_CACHE_HOME/tmp"|' %{buildroot}%{_bindir}/firefox
2019-05-31 14:13:47 +00:00
%else
sed -i -e 's|%FLATPAK_ENV_VARS%||' %{buildroot}%{_bindir}/firefox
%endif
sed -e 's,/__PREFIX__,%{_prefix},g' %{SOURCE30} > %{buildroot}%{_bindir}/firefox-x11
chmod 755 %{buildroot}%{_bindir}/firefox-x11
sed -e 's,/__PREFIX__,%{_prefix},g' %{SOURCE28} > %{buildroot}%{_bindir}/firefox-wayland
chmod 755 %{buildroot}%{_bindir}/firefox-wayland
2018-05-02 11:00:16 +00:00
install -p -D -m 644 %{SOURCE23} %{buildroot}%{_mandir}/man1/firefox.1
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
rm -f %{buildroot}/%{mozappdir}/firefox-config
rm -f %{buildroot}/%{mozappdir}/update-settings.ini
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
2011-04-16 16:04:49 +00:00
for s in 16 22 24 32 48 256; do
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
cp -p browser/branding/official/default${s}.png \
%{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/firefox.png
2011-04-16 16:04:49 +00:00
done
2015-07-02 13:48:32 +00:00
# Install hight contrast icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/symbolic/apps
cp -p %{SOURCE25} \
%{buildroot}%{_datadir}/icons/hicolor/symbolic/apps
2015-07-02 13:48:32 +00:00
2017-05-26 18:37:38 +00:00
echo > %{name}.lang
%if %{with langpacks}
# Extract langpacks, make any mods needed, repack the langpack, and install it.
mkdir -p %{buildroot}%{langpackdir}
tar xf %{SOURCE1}
for langpack in `ls firefox-langpacks/*.xpi`; do
language=`basename $langpack .xpi`
extensionID=langpack-$language@firefox.mozilla.org
mkdir -p $extensionID
unzip -qq $langpack -d $extensionID
find $extensionID -type f | xargs chmod 644
cd $extensionID
zip -qq -r9mX ../${extensionID}.xpi *
cd -
install -m 644 ${extensionID}.xpi %{buildroot}%{langpackdir}
2008-04-08 03:56:54 +00:00
language=`echo $language | sed -e 's/-/_/g'`
2019-05-17 05:46:20 +00:00
%if 0%{?flatpak}
echo "%{langpackdir}/${extensionID}.xpi" >> %{name}.lang
2019-05-17 05:46:20 +00:00
%else
echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> %{name}.lang
%endif
done
rm -rf firefox-langpacks
2012-07-10 08:35:34 +00:00
# Install langpack workaround (see #707100, #821169)
function create_default_langpack() {
language_long=$1
language_short=$2
2017-11-08 09:35:53 +00:00
cd %{buildroot}%{langpackdir}
2012-07-10 08:35:34 +00:00
ln -s langpack-$language_long@firefox.mozilla.org.xpi langpack-$language_short@firefox.mozilla.org.xpi
cd -
2017-05-26 18:37:38 +00:00
echo "%%lang($language_short) %{langpackdir}/langpack-$language_short@firefox.mozilla.org.xpi" >> %{name}.lang
2012-07-10 08:35:34 +00:00
}
2012-07-10 13:24:13 +00:00
# Table of fallbacks for each language
2012-07-10 13:29:19 +00:00
# please file a bug at bugzilla.redhat.com if the assignment is incorrect
2019-07-08 19:48:22 +00:00
#create_default_langpack "bn-IN" "bn"
2012-07-10 13:24:13 +00:00
create_default_langpack "es-AR" "es"
create_default_langpack "fy-NL" "fy"
create_default_langpack "ga-IE" "ga"
create_default_langpack "gu-IN" "gu"
create_default_langpack "hi-IN" "hi"
create_default_langpack "hy-AM" "hy"
create_default_langpack "nb-NO" "nb"
create_default_langpack "nn-NO" "nn"
create_default_langpack "pa-IN" "pa"
create_default_langpack "pt-PT" "pt"
create_default_langpack "sv-SE" "sv"
create_default_langpack "zh-TW" "zh"
2019-11-27 20:46:20 +00:00
%endif
2015-01-13 11:44:47 +00:00
mkdir -p %{buildroot}/%{mozappdir}/browser/defaults/preferences
2013-05-15 07:33:47 +00:00
2016-03-21 15:50:45 +00:00
# System config dir
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}/pref
2016-03-21 15:50:45 +00:00
# System extensions
mkdir -p %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_app_id}
mkdir -p %{buildroot}%{_libdir}/mozilla/extensions/%{firefox_app_id}
# Copy over the LICENSE
install -p -c -m 644 LICENSE %{buildroot}/%{mozappdir}
# Use the system hunspell dictionaries
rm -rf %{buildroot}%{mozappdir}/dictionaries
ln -s %{_datadir}/hunspell %{buildroot}%{mozappdir}/dictionaries
2022-11-18 08:24:31 +00:00
# Enable crash reporter for Firefox application
%if %{enable_mozilla_crashreporter}
2022-11-21 13:04:07 +00:00
./mach buildsymbols
2022-11-18 08:24:31 +00:00
sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" %{buildroot}/%{mozappdir}/application.ini
# Add debuginfo for crash-stats.mozilla.com
mkdir -p %{buildroot}/%{moz_debug_dir}
cp objdir/dist/%{symbols_file_name} %{buildroot}/%{moz_debug_dir}
2022-11-18 08:24:31 +00:00
%endif
2020-11-17 21:52:02 +00:00
%if 0%{?run_firefox_tests}
mkdir -p %{buildroot}/%{version}-%{release}/test_results
cp test_results/* %{buildroot}/%{version}-%{release}/test_results
cp test_summary.txt %{buildroot}/%{version}-%{release}/
cp failures-* %{buildroot}/%{version}-%{release}/ || true
2014-09-19 08:40:44 +00:00
%endif
2015-05-22 16:24:00 +00:00
# Default
cp %{SOURCE12} %{buildroot}%{mozappdir}/browser/defaults/preferences
2022-10-23 13:41:32 +00:00
%if %{?use_xdg_file_portal}
echo 'pref("widget.use-xdg-desktop-portal.file-picker", 1);' >> %{buildroot}%{mozappdir}/browser/defaults/preferences/firefox-redhat-default-prefs.js
%endif
2018-01-24 07:44:04 +00:00
# Copy over run-mozilla.sh
cp build/unix/run-mozilla.sh %{buildroot}%{mozappdir}
2018-01-24 07:44:04 +00:00
# Add distribution.ini
mkdir -p %{buildroot}%{mozappdir}/distribution
cp %{SOURCE26} %{buildroot}%{mozappdir}/distribution
# Install appdata file
mkdir -p %{buildroot}%{_datadir}/metainfo
sed -e "s/__VERSION__/%{version}/" \
-e "s/__DATE__/$(date '+%F')/" \
%{SOURCE33} > %{buildroot}%{_datadir}/metainfo/firefox.appdata.xml
# Install Gnome search provider files
mkdir -p %{buildroot}%{_datadir}/gnome-shell/search-providers
cp %{SOURCE34} %{buildroot}%{_datadir}/gnome-shell/search-providers
2023-09-27 10:12:28 +00:00
mkdir -p %{buildroot}%{_datadir}/dbus-1/services
cp %{SOURCE46} %{buildroot}%{_datadir}/dbus-1/services
2014-01-23 09:26:08 +00:00
# Remove copied libraries to speed up build
2017-11-08 09:35:53 +00:00
rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libmozjs.so
rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libmozalloc.so
rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libxul.so
# Create a symlink to replace libnssckbi.so with p11-kit-client.so
# instead of p11-kit-trust.so, so that Firefox can see the system
# trust store on the host through the p11-kit RPC protocol. A symlink
# to libnss3.so is also needed, because Firefox tries to load
# libnssckbi.so from the same directory where libnss3.so is loaded (as
# of Firefox 89).
%if 0%{?flatpak}
ln -sf /usr/lib64/libnss3.so %{buildroot}%{_libdir}/libnss3.so
ln -sf /usr/lib64/pkcs11/p11-kit-client.so %{buildroot}%{_libdir}/libnssckbi.so
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
#---------------------------------------------------------------------
2015-01-13 11:44:47 +00:00
# Moves defaults/preferences to browser/defaults/preferences
2013-09-09 07:17:46 +00:00
%pretrans -p <lua>
require 'posix'
require 'os'
if (posix.stat("%{mozappdir}/browser/defaults/preferences", "type") == "link") then
posix.unlink("%{mozappdir}/browser/defaults/preferences")
posix.mkdir("%{mozappdir}/browser/defaults/preferences")
if (posix.stat("%{mozappdir}/defaults/preferences", "type") == "directory") then
2015-05-22 16:24:00 +00:00
for i,filename in pairs(posix.dir("%{mozappdir}/defaults/preferences")) do
os.rename("%{mozappdir}/defaults/preferences/"..filename, "%{mozappdir}/browser/defaults/preferences/"..filename)
end
f = io.open("%{mozappdir}/defaults/preferences/README","w")
if f then
f:write("Content of this directory has been moved to %{mozappdir}/browser/defaults/preferences.")
f:close()
end
end
end
2015-01-13 11:44:47 +00:00
%check
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
%preun
# is it a final removal?
if [ $1 -eq 0 ]; then
rm -rf %{mozappdir}/components
rm -rf %{mozappdir}/extensions
rm -rf %{mozappdir}/plugins
rm -rf %{langpackdir}
fi
%if %{with langpacks_subpkg}
%files
%else
2008-04-08 03:56:54 +00:00
%files -f %{name}.lang
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
%{_bindir}/firefox
%{mozappdir}/firefox
2013-04-01 12:39:26 +00:00
%{mozappdir}/firefox-bin
2023-06-05 11:32:25 +00:00
%{mozappdir}/glxtest
2008-06-18 00:52:47 +00:00
%doc %{_mandir}/man1/*
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/*
2015-08-07 09:39:21 +00:00
%dir %{_datadir}/mozilla/extensions/*
%dir %{_libdir}/mozilla/extensions/*
%{_datadir}/applications/firefox.desktop
%{_datadir}/metainfo/*.appdata.xml
%{_datadir}/gnome-shell/search-providers/*.ini
2023-09-27 10:12:28 +00:00
%{_datadir}/dbus-1/services/*
%dir %{mozappdir}
2017-11-08 09:37:08 +00:00
%license %{mozappdir}/LICENSE
2013-05-15 07:33:47 +00:00
%{mozappdir}/browser/chrome
2014-01-23 09:26:08 +00:00
%{mozappdir}/browser/defaults/preferences/firefox-redhat-default-prefs.js
2017-08-02 11:13:59 +00:00
%{mozappdir}/browser/features/*.xpi
%{mozappdir}/distribution/distribution.ini
2016-11-14 21:45:26 +00:00
# That's Windows only
%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
%if %{without langpacks_subpkg}
%if %{with langpacks}
2011-03-13 02:44:20 +00:00
%dir %{langpackdir}
%endif
%endif
2013-05-15 07:33:47 +00:00
%{mozappdir}/browser/omni.ja
2018-01-24 07:44:04 +00:00
%{mozappdir}/run-mozilla.sh
%{mozappdir}/application.ini
2017-06-09 08:13:24 +00:00
%{mozappdir}/pingsender
2008-06-18 00:52:47 +00:00
%exclude %{mozappdir}/removed-files
%if 0%{?flatpak}
%{_libdir}/libnss3.so
%{_libdir}/libnssckbi.so
%endif
2009-07-22 10:39:24 +00:00
%{_datadir}/icons/hicolor/16x16/apps/firefox.png
%{_datadir}/icons/hicolor/22x22/apps/firefox.png
%{_datadir}/icons/hicolor/24x24/apps/firefox.png
%{_datadir}/icons/hicolor/256x256/apps/firefox.png
%{_datadir}/icons/hicolor/32x32/apps/firefox.png
%{_datadir}/icons/hicolor/48x48/apps/firefox.png
2015-07-02 13:48:32 +00:00
%{_datadir}/icons/hicolor/symbolic/apps/firefox-symbolic.svg
2022-11-22 20:00:59 +00:00
%if %{enable_mozilla_crashreporter}
%{mozappdir}/crashreporter
%{mozappdir}/crashreporter.ini
2017-03-06 10:29:49 +00:00
%{mozappdir}/minidump-analyzer
%{mozappdir}/Throbber-small.gif
2013-06-13 12:46:13 +00:00
%{mozappdir}/browser/crashreporter-override.ini
2022-11-22 20:00:59 +00:00
%endif
%{mozappdir}/*.so
2014-01-23 09:26:08 +00:00
%{mozappdir}/defaults/pref/channel-prefs.js
%{mozappdir}/dependentlibs.list
%{mozappdir}/dictionaries
%{mozappdir}/omni.ja
%{mozappdir}/platform.ini
2015-02-20 09:36:49 +00:00
%{mozappdir}/gmp-clearkey
2018-06-19 20:35:02 +00:00
%{mozappdir}/fonts/TwemojiMozilla.ttf
2023-07-27 10:12:55 +00:00
%ifarch aarch64
%{mozappdir}/v4l2test
%{mozappdir}/vaapitest
%endif
%ifarch x86_64
%{mozappdir}/vaapitest
%endif
2014-10-31 11:42:03 +00:00
%if !%{?system_nss}
%exclude %{mozappdir}/libnssckbi.so
2014-10-31 11:42:03 +00:00
%endif
2019-12-17 13:56:57 +00:00
%if %{build_with_asan}
%{mozappdir}/llvm-symbolizer
%endif
2010-06-23 09:10:39 +00:00
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
#---------------------------------------------------------------------
%changelog
2023-11-07 12:07:16 +00:00
* Tue Nov 07 2023 Martin Stransky <stransky@redhat.com>- 119.0-5
- Added fix for rhbz#2247665
* Mon Nov 06 2023 Martin Stransky <stransky@redhat.com>- 119.0-4
2023-11-06 09:28:24 +00:00
- Added fix for mzbz#1762816
2023-10-30 07:50:43 +00:00
* Mon Oct 30 2023 Jan Horak <jhorak@redhat.com> - 119.0-3
- Enable mozilla crash reporter
2023-10-27 10:10:26 +00:00
* Fri Oct 27 2023 Martin Stransky <stransky@redhat.com>- 119.0-2
- Added fix for mzbz#1861615
2023-10-24 09:01:02 +00:00
* Tue Oct 24 2023 Martin Stransky <stransky@redhat.com>- 119.0-1
- Updated to 119.0
2023-10-10 09:46:35 +00:00
* Tue Oct 10 2023 Martin Stransky <stransky@redhat.com>- 118.0.2-1
- Updated to 118.0.2
* Fri Oct 06 2023 Alessandro Astone <ales.astone@gmail.com> - 118.0.1-7
- Don't include -x11 and -wayland desktop files in the main package (rhbz#2242523)
* Fri Oct 6 2023 Martin Stransky <stransky@redhat.com>- 118.0.1-6
- Removed DBusActivatable flag from desktop file as it crashes KDE (rhbz#2242454).
* Thu Oct 05 2023 Kalev Lember <klember@redhat.com> - 118.0.1-5
- Fix flatpak build
2023-10-02 06:23:25 +00:00
* Mon Oct 2 2023 Martin Stransky <stransky@redhat.com>- 118.0.1-4
- Updated man page
2023-10-02 06:13:47 +00:00
* Mon Oct 2 2023 Martin Stransky <stransky@redhat.com>- 118.0.1-3
- Avoid to launch Firefox by gnome-shell search
2023-09-29 20:27:15 +00:00
* Fri Sep 29 2023 Martin Stransky <stransky@redhat.com>- 118.0.1-2
- Use firefox.desktop again
* Fri Sep 29 2023 Martin Stransky <stransky@redhat.com>- 118.0.1-1
- Updated to 118.0.1
2023-09-29 12:17:56 +00:00
* Wed Sep 27 2023 Neal Gompa <ngompa@fedoraproject.org> - 118.0.1-1
- Use system libraries for AV1, VP8, VP9, and WebP
2023-09-27 10:12:28 +00:00
* Wed Sep 27 2023 Martin Stransky <stransky@redhat.com>- 118.0-2
- Fixed Gnome search provider
2023-09-25 13:14:40 +00:00
* Mon Sep 25 2023 Martin Stransky <stransky@redhat.com>- 118.0-1
- Updated to 118.0
* Thu Sep 14 2023 Adam Williamson <awilliam@redhat.com> - 117.0.1-2
- Pass --with-clang-path to fix build with clang 17 (rhbz#2239047)
2023-09-13 10:13:03 +00:00
* Wed Sep 13 2023 Martin Stransky <stransky@redhat.com>- 117.0.1-1
- Updated to 117.0.1
2023-08-30 11:23:38 +00:00
* Wed Aug 30 2023 Martin Stransky <stransky@redhat.com>- 117.0-2
- Added fix for rhbz#2235654
2023-08-28 09:26:02 +00:00
* Mon Aug 28 2023 Martin Stransky <stransky@redhat.com>- 117.0-1
- Updated to 117.0
2023-08-17 10:21:23 +00:00
* Thu Aug 17 2023 Martin Stransky <stransky@redhat.com>- 116.0.3-1
- Updated to 116.0.3
2023-08-16 09:05:23 +00:00
* Wed Aug 16 2023 Martin Stransky <stransky@redhat.com>- 116.0.2-2
2023-08-16 09:02:52 +00:00
- Added Fedora customization patch
2023-08-07 19:19:21 +00:00
* Mon Aug 7 2023 Martin Stransky <stransky@redhat.com>- 116.0.2-1
- Updated to 116.0.2
2023-08-04 09:13:11 +00:00
* Fri Aug 4 2023 Martin Stransky <stransky@redhat.com>- 116.0.1-1
- Updated to 116.0.1
* Wed Aug 2 2023 Martin Stransky <stransky@redhat.com>- 116.0-3
- Added Canvas/WebGL VA-API playback patch (D167159 / mzbz#1769747)
* Mon Jul 31 2023 Martin Stransky <stransky@redhat.com>- 116.0-2
- Updated to 116.0 Build 2
2023-07-27 11:34:34 +00:00
* Thu Jul 27 2023 Martin Stransky <stransky@redhat.com>- 116.0-1
- Updated to 116.0
* Mon Jul 24 2023 Martin Stransky <stransky@redhat.com>- 115.0.2-4
- Don't set MOZ_GMP_PATH as it's configured by /etc/profile.d/gmpopenh264.sh
from mozilla-openh264 package.
2023-07-19 13:10:22 +00:00
* Wed Jul 19 2023 Martin Stransky <stransky@redhat.com>- 115.0.2-3
- Fix the previous fix (rhbz#2221317)
* Tue Jul 18 2023 Martin Stransky <stransky@redhat.com>- 115.0.2-2
- Don't overwrite MOZ_GMP_PATH (rhbz#2221317)
2023-07-17 13:55:01 +00:00
* Mon Jul 17 2023 Martin Stransky <stransky@redhat.com>- 115.0.2-1
- Update to 115.0.2
2023-07-11 08:59:17 +00:00
* Tue Jul 11 2023 Dan Horák <dan[at]danny.cz> - 115.0-3
- re-enable ppc64le (rhbz#2212748)
2023-07-03 13:49:52 +00:00
* Thu Jun 29 2023 Martin Stransky <stransky@redhat.com>- 115.0-2
2023-06-29 10:39:27 +00:00
- Update to 115.0
2023-07-04 08:04:11 +00:00
- Disabled LTO due to rhbz#2218885
2023-06-29 10:39:27 +00:00
2023-06-29 09:23:13 +00:00
* Thu Jun 29 2023 Martin Stransky <stransky@redhat.com>- 114.0.2-3
- Enable Elf-hack for PGO builds.
2023-06-22 11:14:14 +00:00
* Thu Jun 22 2023 Martin Stransky <stransky@redhat.com>- 114.0.2-2
- Enable PGO/LTO again.
2023-06-20 07:53:39 +00:00
* Tue Jun 20 2023 Martin Stransky <stransky@redhat.com>- 114.0.2-1
- Update to 114.0.2
2023-06-05 11:32:25 +00:00
* Mon Jun 05 2023 Martin Stransky <stransky@redhat.com>- 114.0-1
- Updated to 114.0
2023-06-05 20:44:04 +00:00
- Disable webrtc on ppc64le
- Disabled ppc64le due t build issues (rhbz#2212748).
2023-06-05 11:32:25 +00:00
* Wed May 24 2023 Martin Stransky <stransky@redhat.com>- 113.0.1-4
- Added patches from 113.0.2
- Added Rust fix for Rawhide (mzbz#1831242).
* Fri May 19 2023 Martin Stransky <stransky@redhat.com>- 113.0.1-3
- Disabled libproxy support due to regressions (rhbz#2207469)
* Tue May 16 2023 Jan Grulich <jgrulich@redhat.com> - 113.0.1-2
- Backport libwebrtc commit 7b0d7f48fb
Fix fcntl call when duplicating a file descriptor
2023-05-15 10:08:17 +00:00
* Mon May 15 2023 Martin Stransky <stransky@redhat.com>- 113.0.1-1
- Updated to 113.0.1
2023-05-09 18:44:33 +00:00
* Tue May 9 2023 Martin Stransky <stransky@redhat.com>- 113.0-1
- Updated to 113.0
2023-04-27 14:26:55 +00:00
* Thu Apr 27 2023 Martin Stransky <stransky@redhat.com>- 112.0.2-1
- Updated to 112.0.2
2023-04-17 22:22:47 +00:00
* Tue Apr 18 2023 Martin Stransky <stransky@redhat.com>- 112.0.1-1
- Updated to 112.0.1
- Added fix for rhbz#2187000
- Enabled system pixman (by G.Hojda)
2023-04-11 14:51:42 +00:00
* Tue Apr 11 2023 Martin Stransky <stransky@redhat.com>- 112.0-3
- Added wayland window fix mzbz#1827429
* Thu Apr 6 2023 Martin Stransky <stransky@redhat.com>- 112.0-2
- Updated to 112.0 build 2
- don't crash on wayland logging (mzbz#1826583/rhbz#2184842).
2023-04-05 11:04:27 +00:00
* Wed Apr 5 2023 Martin Stransky <stransky@redhat.com>- 112.0-1
- Updated to 112.0
* Wed Apr 5 2023 Martin Stransky <stransky@redhat.com>- 111.0.1-2
- Don't override MOZ_USE_XINPUT2 in startup script (hrbz#2184297) by GalaxyMaster
2023-03-22 13:23:26 +00:00
* Wed Mar 22 2023 Martin Stransky <stransky@redhat.com>- 111.0.1-1
- Updated to 111.0.1
* Tue Mar 21 2023 Jan Grulich <jgrulich@redhat.com> - 111.0-3
- libwebrtc: backport upstream fix/improvement for DmaBuf screen sharing
* Tue Mar 21 2023 Martin Stransky <stransky@redhat.com>- 111.0-2
- Added libproxy support (rhbz#2177806)
- Added build fixes on arm
2023-03-20 14:02:19 +00:00
* Mon Mar 20 2023 Martin Stransky <stransky@redhat.com>- 111.0-1
- Updated to 111.0
2023-03-21 08:35:08 +00:00
- Disabled arm on F36
2023-03-20 14:02:19 +00:00
2023-02-14 10:07:07 +00:00
* Tue Feb 14 2023 Martin Stransky <stransky@redhat.com>- 110.0-3
- Updated to 110.0 build 3
2023-02-13 08:07:01 +00:00
* Mon Feb 13 2023 Martin Stransky <stransky@redhat.com>- 110.0-2
- Added fix for orca
2023-02-10 10:33:03 +00:00
* Thu Feb 9 2023 Martin Stransky <stransky@redhat.com>- 110.0-1
- Updated to 110.0
2023-02-07 10:52:32 +00:00
* Tue Feb 7 2023 Martin Stransky <stransky@redhat.com>- 109.0.1-2
- Rawhide build fix
* Wed Feb 1 2023 Martin Stransky <stransky@redhat.com>- 109.0.1-1
- Updated to 109.0.1
- Added fix for rhbz#2147344 / mzbz#1813500.
2023-01-19 10:02:50 +00:00
* Thu Jan 19 2023 Martin Stransky <stransky@redhat.com>- 109.0-4
2023-01-19 10:02:02 +00:00
- Removed mozbz#1809162
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 109.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Jan 17 2023 Martin Stransky <stransky@redhat.com>- 109.0-2
- Added VA-API fixes mozbz#1809162, mozbz#1801576
2023-01-16 09:45:56 +00:00
* Mon Jan 16 2023 Martin Stransky <stransky@redhat.com>- 109.0-1
2023-01-13 10:25:04 +00:00
- Update to 109.0
2023-01-13 08:26:17 +00:00
* Thu Jan 12 2023 Jan Horak <jhorak@redhat.com> - 108.0.2-1
- Update to 108.0.2
* Mon Jan 09 2023 Kalev Lember <klember@redhat.com> - 108.0.1-4
- Drop conditionals for F35
2022-12-21 09:41:32 +00:00
* Wed Dec 21 2022 Martin Stransky <stransky@redhat.com>- 108.0.1-3
- Added second arch build fix
* Wed Dec 21 2022 Martin Stransky <stransky@redhat.com>- 108.0.1-2
- Added mozbz#1795851 [wayland] Crash buffer size (170x113)
is not divisible by scale (2)
2022-12-19 12:57:06 +00:00
* Mon Dec 19 2022 Martin Stransky <stransky@redhat.com>- 108.0.1-1
- Update to 108.0.1
2022-12-15 08:46:54 +00:00
* Wed Dec 14 2022 Martin Stransky <stransky@redhat.com>- 108.0-2
2022-12-14 15:33:57 +00:00
- Update to 108.0 Build 2
2022-12-15 09:07:09 +00:00
- Added fix for rhbz#2149821
2022-12-14 15:33:57 +00:00
2022-12-07 07:18:22 +00:00
* Tue Dec 6 2022 Martin Stransky <stransky@redhat.com>- 108.0-1
- Update to 108.0
2022-12-06 15:25:27 +00:00
* Tue Dec 6 2022 Martin Stransky <stransky@redhat.com>- 107.0.1-1
- Update to 107.0.1
* Thu Nov 24 2022 Martin Stransky <stransky@redhat.com>- 107.0-4
- Added fix for mozbz#1779186 - fix VA-API playback artifacts
2022-11-22 10:04:14 +00:00
* Mon Nov 21 2022 Martin Stransky <stransky@redhat.com>- 107.0-3
- Disabled crashreporter
2022-11-21 13:04:07 +00:00
* Mon Nov 21 2022 Jan Horak <jhorak@redhat.com> - 107.0-2
- Enabled mozilla crashreporter again
2022-11-15 11:36:03 +00:00
* Mon Nov 14 2022 Martin Stransky <stransky@redhat.com>- 107.0-1
- Update to 107.0
2022-11-04 09:39:34 +00:00
* Fri Nov 04 2022 Martin Stransky <stransky@redhat.com>- 106.0.4-1
- Update to 106.0.4
2022-10-31 19:37:24 +00:00
* Mon Oct 31 2022 Martin Stransky <stransky@redhat.com>- 106.0.3-1
- Update to 106.0.3
2022-10-23 13:41:32 +00:00
* Sun Oct 23 2022 Martin Stransky <stransky@redhat.com>- 106.0.1-1
2022-10-31 19:37:24 +00:00
- Update to 106.0.1
2022-10-23 13:41:32 +00:00
- Require xdg-desktop-portal when file dialog portal is used.
2022-10-24 06:31:17 +00:00
- Disabled file dialog portals on F37+
2022-10-23 13:41:32 +00:00
* Thu Oct 20 2022 Jan Grulich <jgrulich@redhat.com> - 106.0-2
- Enable upstream WebRTC code for screensharing on Wayland
2022-10-14 13:03:58 +00:00
* Fri Oct 14 2022 Martin Stransky <stransky@redhat.com>- 106.0-1
- Updated to 106.0
2022-10-20 09:33:35 +00:00
- Disabled PGO build due to rhbz#2136401
2022-10-14 13:03:58 +00:00
2022-10-14 08:26:51 +00:00
* Fri Oct 14 2022 Martin Stransky <stransky@redhat.com>- 105.0.2-2
- Fixed crashes on multi-monitor systems (mzbz#1793922)
2022-10-05 08:20:26 +00:00
* Wed Oct 5 2022 Martin Stransky <stransky@redhat.com>- 105.0.2-1
- Updated to 105.0.2
2022-09-30 08:33:30 +00:00
* Fri Sep 30 2022 Martin Stransky <stransky@redhat.com>- 105.0.1-2
- Added fix for mozilla#1791856 / rhbz#2130087
2022-09-22 20:11:05 +00:00
* Thu Sep 22 2022 Martin Stransky <stransky@redhat.com>- 105.0.1-1
2022-09-22 20:10:39 +00:00
- Updated to 105.0.1
2022-09-26 07:13:54 +00:00
- Excluded i686 due to https://bugzilla.mozilla.org/show_bug.cgi?id=1792159,
https://bugzilla.redhat.com/show_bug.cgi?id=2129720
2022-09-22 20:10:39 +00:00
2022-09-21 09:20:26 +00:00
* Tue Sep 20 2022 Martin Stransky <stransky@redhat.com>- 105.0-1
- Updated to 105.0
2022-09-07 06:49:32 +00:00
* Tue Sep 6 2022 Martin Stransky <stransky@redhat.com>- 104.0.2-1
- Updated to 104.0.2
2022-08-30 12:18:31 +00:00
* Tue Aug 30 2022 Martin Stransky <stransky@redhat.com>- 104.0.1-1
- Updated to 104.0.1
* Tue Aug 23 2022 Kalev Lember <klember@redhat.com> - 104.0-5
- Use constrain_build macro to simplify parallel make handling
- Drop obsolete build conditionals
2022-08-17 08:29:03 +00:00
- Drop unused patches
- Use build_ldflags
- Drop hardened_build option
- Re-enable s390x builds
2022-08-23 09:18:15 +00:00
* Tue Aug 23 2022 Jan Horak <jhorak@redhat.com> - 104.0-4
- Rebuild due to ppc64le fixes
2022-08-22 19:28:13 +00:00
* Mon Aug 22 2022 Eike Rathke <erack@redhat.com> - 104.0-3
- Update to 104.0 respin
2022-08-17 08:30:53 +00:00
* Wed Aug 17 2022 Martin Stransky <stransky@redhat.com>- 104.0-2
- Added build fixes
2022-08-16 18:57:04 +00:00
* Tue Aug 16 2022 Martin Stransky <stransky@redhat.com>- 104.0-1
- Updated to 104.0
2022-08-12 11:34:40 +00:00
* Fri Aug 12 2022 Martin Stransky <stransky@redhat.com>- 103.0.2-1
- Updated to 103.0.2
2022-08-04 09:38:01 +00:00
* Thu Aug 4 2022 Martin Stransky <stransky@redhat.com>- 103.0.1-2
2022-08-04 09:32:33 +00:00
- Added arm build fixes by Gabriel Hojda
2022-08-04 09:48:18 +00:00
- Enable VA-API (rhbz#2115253)
2022-08-04 09:32:33 +00:00
2022-08-02 15:29:21 +00:00
* Tue Aug 2 2022 Martin Stransky <stransky@redhat.com>- 103.0.1-1
- Update to 103.0.1
2022-07-26 15:03:28 +00:00
* Tue Jul 26 2022 Martin Stransky <stransky@redhat.com>- 103.0-1
- Update to 103.0
- Disabled ppc64le due to webrtc build failures (rhbz#2113850)
2022-07-26 15:03:28 +00:00
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 102.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2022-07-13 12:54:04 +00:00
* Wed Jul 13 2022 Martin Stransky <stransky@redhat.com>- 102.0-3
- Update preference logging.
- Added ARM fixes by Gabriel Hojda.
* Mon Jul 11 2022 Jan Grulich <jgrulich@redhat.com> - 102.0-2
- Backport upstream fixes to WebRTC for screensharing on Wayland
* Tue Jun 28 2022 Martin Stransky <stransky@redhat.com>- 102.0-1
- Updated to 102.0
- Applied patch from https://src.fedoraproject.org/rpms/firefox/pull-request/43
2022-06-27 11:39:19 +00:00
* Mon Jun 27 2022 Martin Stransky <stransky@redhat.com>- 101.0.1-7
- Rebuild
2022-06-17 10:54:46 +00:00
* Fri Jun 17 2022 Martin Stransky <stransky@redhat.com>- 101.0.1-6
- Added fix for mozbz#1774271 - Intel/dmabuf export issues.
* Wed Jun 15 2022 Martin Stransky <stransky@redhat.com>- 101.0.1-5
- Added fix for mozbz#1758948 (AV1 VA-API playback shuttering)
2022-06-14 12:33:53 +00:00
* Tue Jun 14 2022 Martin Stransky <stransky@redhat.com>- 101.0.1-3
- Added fixes for mozbz#1773377 and mozbz#1774075
2022-06-13 14:36:43 +00:00
* Mon Jun 13 2022 Martin Stransky <stransky@redhat.com>- 101.0.1-2
- Fix WebGL mem leaks (mzbz#1773968)
* Thu Jun 9 2022 Martin Stransky <stransky@redhat.com>- 101.0.1-1
- Updated to 101.0.1
- More VA-API sandbox fixes (mzbz#1769182)
2022-06-09 18:34:42 +00:00
- Fixed OpenH264 decode (rhbz#2094319)
* Tue Jun 7 2022 Martin Stransky <stransky@redhat.com>- 101.0-2
- Enabled VA-API by default (+ added VA-API fixes from upstream)
- Fixed WebGL performance on NVIDIA drivers (mzbz#1735929)
2022-05-30 19:40:33 +00:00
* Mon May 30 2022 Martin Stransky <stransky@redhat.com>- 101.0-1
- Updated to 101.0
2022-05-25 09:52:47 +00:00
* Wed May 25 2022 Martin Stransky <stransky@redhat.com>- 100.0.2-2
- Added fix for mzbz#1771104
2022-05-20 08:37:38 +00:00
* Fri May 20 2022 Martin Stransky <stransky@redhat.com>- 100.0.2-1
- Updated to 100.0.2
2022-05-18 07:27:05 +00:00
* Wed May 18 2022 Martin Stransky <stransky@redhat.com>- 100.0.1-1
- Updated to 100.0.1
* Mon May 16 2022 Jan Horak <jhorak@redhat.com> - 100.0-6
- Fix spellchecker.dictionary_path of F36+
* Tue May 10 2022 Jan Horak <jhorak@redhat.com> - 100.0-5
- Fix crashes on f36 multimonitor setup and too big profile manager
2022-05-09 12:17:09 +00:00
* Mon May 9 2022 Martin Stransky <stransky@redhat.com>- 100.0-4
- Added fix for mozbz#1767916.
* Thu May 5 2022 Martin Stransky <stransky@redhat.com>- 100.0-3
- Removed Fedora user agent patch (rhbz#2081791).
2022-05-03 07:54:03 +00:00
* Tue May 3 2022 Martin Stransky <stransky@redhat.com>- 100.0-2
- Added fix for mozbz#1759137
2022-05-02 11:37:20 +00:00
* Mon May 2 2022 Martin Stransky <stransky@redhat.com>- 100.0-1
- Updated to 100.0
* Thu Apr 28 2022 Jan Horak <jhorak@redhat.com> - 99.0.1-2
- Fixing bookmark install location - rhbz#2054953
2022-04-13 13:48:10 +00:00
* Wed Apr 13 2022 Martin Stransky <stransky@redhat.com> - 99.0.1-1
- Updated to 99.0.1
2022-04-06 08:36:00 +00:00
* Wed Apr 6 2022 Martin Stransky <stransky@redhat.com> - 99.0-1
- Updated to 99.0
2022-03-31 10:17:27 +00:00
* Thu Mar 31 2022 Martin Stransky <stransky@redhat.com> - 98.0.2-1
- Updated to 98.0.2
* Wed Mar 30 2022 Jan Grulich <jgrulich@redhat.com> - 98.0-4
- Wayland screensharing: avoid potential crash when cursor metadata are not set
2022-03-16 09:45:43 +00:00
* Wed Mar 16 2022 Martin Stransky <stransky@redhat.com> - 98.0-3
2022-03-16 09:36:47 +00:00
- Added a workaround for rhbz#2063961
* Wed Mar 2 2022 Martin Stransky <stransky@redhat.com> - 98.0-2
- Added support for ffmpeg 5.0
- Spec tweaks
2022-03-05 08:04:16 +00:00
- Updated to Build 3
2022-03-01 11:33:16 +00:00
* Tue Mar 1 2022 Martin Stransky <stransky@redhat.com> - 98.0-1
- Updated to 98.0
* Mon Feb 21 2022 Jan Grulich <jgrulich@redhat.com> - 97.0.1-2
- Backport WebRTC changes to PipeWire/Wayland screen sharing support
2022-02-18 09:02:34 +00:00
* Fri Feb 18 2022 Martin Stransky <stransky@redhat.com> - 97.0.1-1
- Updated to 97.0.1
- GCC 12 build fixes
2022-02-08 11:42:36 +00:00
* Tue Feb 8 2022 Martin Stransky <stransky@redhat.com> - 97.0-1
- Updated to 97.0
2022-01-31 13:17:03 +00:00
* Mon Jan 31 2022 Martin Stransky <stransky@redhat.com> - 96.0.3-1
- Updated to 96.0.3
* Tue Jan 25 2022 Parag Nemade <pnemade AT redhat DOT com> - 96.0.1-3
- Update hunspell-dir path
F36 Change https://fedoraproject.org/wiki/Changes/Hunspell_dictionary_dir_change
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 96.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2022-01-18 13:02:21 +00:00
* Tue Jan 18 2022 Martin Stransky <stransky@redhat.com> - 96.0.1-1
- Updated to 96.0.1
2022-01-11 18:47:58 +00:00
* Tue Jan 11 2022 Martin Stransky <stransky@redhat.com> - 96.0-1
- Updated to 96.0
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 95.0.2-5
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
2021-12-23 10:57:55 +00:00
* Thu Dec 23 2021 Martin Stransky <stransky@redhat.com> - 95.0.2-4
- Added fix fox mozbz#1744896 (VSync)
* Wed Dec 22 2021 Martin Stransky <stransky@redhat.com> - 95.0.2-3
- Added Fedora 36 build fix (mzbz#1745560)
2021-12-20 11:57:28 +00:00
* Mon Dec 20 2021 Martin Stransky <stransky@redhat.com> - 95.0.2-1
- Updated to 95.0.2
- Enabled Wayland on KDE by default
2021-12-09 21:00:55 +00:00
* Thu Dec 9 2021 Martin Stransky <stransky@redhat.com> - 95.0-2
- Updated symbolic icon (rhbz#2028939)
2021-12-03 15:08:19 +00:00
* Fri Dec 3 2021 Martin Stransky <stransky@redhat.com> - 95.0-1
- Updated to 95.0
* Fri Nov 19 2021 Martin Stransky <stransky@redhat.com> - 94.0-2
- Added fix for mozbz#1739924 / rhbz#2020981.
2021-11-01 11:38:56 +00:00
* Mon Nov 1 2021 Martin Stransky <stransky@redhat.com> - 94.0-1
- Updated to 94.0
2021-10-07 21:13:13 +00:00
* Thu Oct 07 2021 Martin Stransky <stransky@redhat.com> - 93.0-2
- Require NSS 3.70
2021-10-06 07:22:57 +00:00
* Wed Sep 29 2021 Martin Stransky <stransky@redhat.com> - 93.0-1
- Updated to 93.0
2021-09-27 09:37:08 +00:00
* Mon Sep 27 2021 Martin Stransky <stransky@redhat.com> - 92.0.1-1
- Updated to 92.0.1
2021-09-13 15:03:20 +00:00
* Mon Sep 13 2021 Martin Stransky <stransky@redhat.com> - 92.0-3
- Added fix for mozbz#1725828
2021-09-09 03:50:23 +00:00
* Thu Sep 9 2021 Martin Stransky <stransky@redhat.com> - 92.0-2
- Disable test
* Fri Sep 3 2021 Martin Stransky <stransky@redhat.com> - 92.0-1
2021-09-03 17:25:17 +00:00
- Updated to 92.0
- Added fix for mozbz#1728749
2021-09-07 08:47:32 +00:00
- Added fix for mozbz#1708709
2021-09-03 17:25:17 +00:00
2021-08-26 07:36:19 +00:00
* Thu Aug 26 2021 Martin Stransky <stransky@redhat.com> - 91.0.2-1
- Updated to 91.0.2
2021-08-23 10:45:27 +00:00
* Mon Aug 23 2021 Martin Stransky <stransky@redhat.com> - 91.0.1-2
- Set %%build_with_clang automatically based on %%toolchain
2021-08-23 10:45:27 +00:00
by Timm Bäder <tbaeder@redhat.com>
- Updated Fedora UA patch by Eric Engestrom
(https://src.fedoraproject.org/rpms/firefox/pull-request/21)
2021-08-23 10:45:27 +00:00
- Added fix for mozbz#1726515
2021-08-23 09:34:31 +00:00
* Mon Aug 23 2021 Martin Stransky <stransky@redhat.com> - 91.0.1-1
- Updated to 91.0.1
2021-08-11 11:56:24 +00:00
* Tue Aug 10 2021 Martin Stransky <stransky@redhat.com> - 91.0-1
- Updated to 91.0
* Wed Aug 04 2021 Martin Stransky <stransky@redhat.com> - 90.0.2-2
- Added fix for rhbz#1988841 - Allow unsigned extensions when installed
under non-user-writable dirs.
2021-07-22 20:05:40 +00:00
* Thu Jul 22 2021 Martin Stransky <stransky@redhat.com> - 90.0.2-1
2021-07-22 20:03:50 +00:00
- Updated to 90.0.2
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 90.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-07-21 10:16:23 +00:00
* Wed Jul 21 2021 Martin Stransky <stransky@redhat.com> - 90.0.1-1
- Updated to 90.0.1
- Added fixes to build on rawhide
* Thu Jul 15 2021 Martin Stransky <stransky@redhat.com> - 90.0-3
- Disabled Wayland backend on KDE due to
https://bugzilla.mozilla.org/show_bug.cgi?id=1714132
* Tue Jul 13 2021 Martin Stransky <stransky@redhat.com> - 90.0-2
- Added xorg-x11-server-Xwayland dependency for Mutter
2021-07-12 12:17:08 +00:00
* Mon Jul 12 2021 Martin Stransky <stransky@redhat.com> - 90.0-1
- Updated to 90.0
* Mon Jul 12 2021 Daiki Ueno <dueno@redhat.com> - 89.0.2-3
- flatpak: Enable loading system trust store on the host (rhbz#1766340)
2021-06-30 10:27:19 +00:00
* Wed Jun 30 2021 Martin Stransky <stransky@redhat.com> - 89.0.2-2
- Added fix for mozbz#1715254 (rhbz#1976892).
2021-06-24 08:43:43 +00:00
* Thu Jun 24 2021 Martin Stransky <stransky@redhat.com> - 89.0.2-1
- Updated to latest upstream (89.0.2)
* Mon Jun 14 2021 Martin Stransky <stransky@redhat.com> - 89.0-2
- Added fix for mozbz#1646135
2021-06-01 08:15:57 +00:00
* Tue Jun 1 2021 Martin Stransky <stransky@redhat.com> - 89.0-1
- Updated to latest upstream (89.0)
2021-05-10 08:32:54 +00:00
* Mon May 10 2021 Martin Stransky <stransky@redhat.com> - 88.0.1-1
- Updated to latest upstream (88.0.1)
* Tue May 4 2021 Martin Stransky <stransky@redhat.com> - 88.0-8
- Added fix for mozbz#1705048.
* Fri Apr 30 2021 Martin Stransky <stransky@redhat.com> - 88.0-7
- Added pciutils-libs req (rhbz#1955338)
- Enabled Wayland on KDE (rhbz#1922608)
2021-04-27 20:44:20 +00:00
* Tue Apr 27 2021 Martin Stransky <stransky@redhat.com> - 88.0-6
- Test fix.
2021-04-23 08:32:49 +00:00
* Fri Apr 23 2021 Martin Stransky <stransky@redhat.com> - 88.0-5
- Added fix for mozbz#1580595 - mouse pointer lock.
2021-04-27 12:35:17 +00:00
- Another test update.
2021-04-23 08:32:49 +00:00
2021-04-22 13:55:40 +00:00
* Thu Apr 22 2021 Martin Stransky <stransky@redhat.com> - 88.0-4
- Run with mochitest test suite.
2021-04-22 06:07:34 +00:00
* Thu Apr 22 2021 Martin Stransky <stransky@redhat.com> - 88.0-3
- Build with crashreporter enabled.
2021-04-21 07:58:14 +00:00
* Wed Apr 21 2021 Martin Stransky <stransky@redhat.com> - 88.0-2
- Added clipboard fix mzbz#1703763.
2021-04-20 07:11:49 +00:00
* Mon Apr 19 2021 Martin Stransky <stransky@redhat.com> - 88.0-1
- Update to 88.0
* Mon Apr 12 2021 Martin Stransky <stransky@redhat.com> - 87.0-12
- Added fix for mozbz#1701089 (Widevine playback issues).
2021-04-06 07:58:31 +00:00
* Tue Apr 6 2021 Martin Stransky <stransky@redhat.com> - 87.0-11
- Enabled xpcshell/crashtests on Wayland.
* Sat Apr 3 2021 Martin Stransky <stransky@redhat.com> - 87.0-10
- Wayland testing again.
* Thu Apr 1 2021 Martin Stransky <stransky@redhat.com> - 87.0-9
- Added fix for mozbz#1702606 / rhbz#1936071
- Switched tests back to X11 due to massive failures.
* Thu Apr 1 2021 Martin Stransky <stransky@redhat.com> - 87.0-8
- Run testsuite on Wayland on Fedora 33+
- Spec cleanup
* Wed Mar 31 2021 Martin Stransky <stransky@redhat.com> - 87.0-7
- Added fix for mozbz#1693472 - Wayland/KDE rendering issues.
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 87.0-6
- Rebuilt for removed libstdc++ symbol (#1937698)
2021-03-30 07:01:38 +00:00
* 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
- Disabled crashreporter on Fedora 34+
2021-03-25 19:14:55 +00:00
2021-03-24 18:31:06 +00:00
* Wed Mar 24 2021 Martin Stransky <stransky@redhat.com> - 87.0-2
- More test fixes
2021-03-23 09:29:22 +00:00
* Tue Mar 23 2021 Martin Stransky <stransky@redhat.com> - 87.0-1
2021-03-24 14:58:33 +00:00
- Disabled ARM due to build failures
2021-03-23 09:29:22 +00:00
- Updated to 87.0
2021-03-13 15:41:44 +00:00
* Sat Mar 13 2021 Martin Stransky <stransky@redhat.com> - 86.0.1-2
- Enabled ARM
2021-03-12 11:36:34 +00:00
* Fri Mar 12 2021 Martin Stransky <stransky@redhat.com> - 86.0.1-1
- Update to latest upstream (86.0.1)
* Wed Mar 10 2021 Martin Stransky <stransky@redhat.com> - 86.0-8
- Temporary disable ppc64le/Fedora 35 due to
https://bugzilla.redhat.com/show_bug.cgi?id=1933742
2021-03-03 13:59:03 +00:00
* Wed Mar 3 2021 Martin Stransky <stransky@redhat.com> - 86.0-7
2021-03-03 13:57:49 +00:00
- Added fix for mozbz#1694670
2021-03-02 08:02:46 +00:00
* Mon Mar 1 2021 Martin Stransky <stransky@redhat.com> - 86.0-6
2021-03-01 18:39:12 +00:00
- Run xpcshell tests sequential
2021-03-02 08:01:48 +00:00
- Test fixes
2021-03-01 18:39:12 +00:00
* Mon Mar 1 2021 Martin Stransky <stransky@redhat.com> - 86.0-4
- Enable Wayland backend only when Wayland display is set.
* Mon Mar 1 2021 Martin Stransky <stransky@redhat.com> - 86.0-3
- Added icecat-78.7.1-fix_error_template_with_C_linkage.patch to
build on F34+
2021-02-26 07:26:50 +00:00
* Fri Feb 26 2021 Martin Stransky <stransky@redhat.com> - 86.0-2
- Built with system nss
2021-02-24 11:39:29 +00:00
* Tue Feb 23 2021 Martin Stransky <stransky@redhat.com> - 86.0-1
- Update to 86.0
- Disabled Wayland backend on KDE/Plasma
2021-02-23 10:54:14 +00:00
* Tue Feb 23 2021 Martin Stransky <stransky@redhat.com> - 85.0.1-2
- Fixed some reftest run in Mock
2021-02-08 16:18:10 +00:00
* Mon Feb 08 2021 Martin Stransky <stransky@redhat.com> - 85.0.1-1
- Updated to 85.0.1
* Wed Feb 03 2021 Dan Horák <dan[at]danny.cz> - 85.0-11
- Fix parameter passing on ppc64le (mozb#1690152)
* Tue Feb 02 2021 Kalev Lember <klember@redhat.com> - 85.0-10
- Remove gtk2 support as flash plugin is no longer supported
2021-02-01 15:23:56 +00:00
* Sat Jan 30 2021 Martin Stransky <stransky@redhat.com> - 85.0-9
- Enable WebRender on KDE/Wayland and AMD/Intel drivers.
* Sat Jan 30 2021 Martin Stransky <stransky@redhat.com> - 85.0-8
- Enable Wayland backend on Fedora 34/KDE/Plasma (and other compositors)
by default (https://bugzilla.redhat.com/show_bug.cgi?id=1922608).
2021-01-30 13:57:30 +00:00
* Fri Jan 29 2021 Martin Stransky <stransky@redhat.com> - 85.0-7
2021-01-30 13:56:07 +00:00
- Added clipboard fix mozbz#1631061.
* Thu Jan 28 2021 Kalev Lember <klember@redhat.com> - 85.0-6
- Make provides/requires filtering smarter/automatic (rhbz#1582116)
- Drop dbus-glib requires that are now automatically generated again
2021-01-28 12:45:22 +00:00
* Thu Jan 28 2021 Martin Stransky <stransky@redhat.com> - 85.0-5
- Add dbus-glib requires.
* Tue Jan 26 2021 Martin Stransky <stransky@redhat.com> - 85.0-4
- Added fix for mozbz#1679933 - startup crash
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 85.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2021-01-25 14:35:10 +00:00
* Wed Jan 20 2021 Martin Stransky <stransky@redhat.com> - 85.0-2
2021-01-21 12:55:58 +00:00
- Update to 85.0.
2021-01-20 15:46:59 +00:00
* Wed Jan 20 2021 Jan Horak <jhorak@redhat.com> - 84.0.2-8
- Fixing package requires/provides
2021-01-19 18:07:12 +00:00
* Tue Jan 19 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-7
- Fixed mzbz#164294 regression.
2021-01-15 09:29:37 +00:00
* Fri Jan 15 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-6
2021-01-15 09:23:50 +00:00
- Added WebRender fix (mozbz#1681107).
* Thu Jan 14 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-5
- Removed some failing tests.
- Spec file tweaks.
2021-01-12 21:36:56 +00:00
* Tue Jan 12 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-4
- Enabled LTO in Firefox build system.
2021-01-12 13:17:45 +00:00
* Tue Jan 12 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-3
- Removed failing xpcshell/reftests, test tweaks.
2021-01-11 12:35:55 +00:00
* Mon Jan 11 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-2
- Added a workaround for rhbz#1908018
2021-01-06 09:59:55 +00:00
* Wed Jan 6 2021 Martin Stransky <stransky@redhat.com> - 84.0.2-1
- Updated to 84.0.2
* Tue Jan 05 2021 Jan Horak <jhorak@redhat.com> - 84.0.1-5
- Removing requires/provides of the bundled libraries
2021-01-04 21:02:09 +00:00
* Mon Jan 4 2021 Martin Stransky <stransky@redhat.com> - 84.0.1-4
- Enabled tests
2021-01-04 07:10:20 +00:00
* Mon Jan 4 2021 Martin Stransky <stransky@redhat.com> - 84.0.1-3
- Enabled armv7hl arch on rawhide
* Wed Dec 23 2020 Martin Stransky <stransky@redhat.com> - 84.0.1-2
- Reverted mzbz#1631061 due to clipboard regressions
- Disabled armv7hl build on rawhide due to rhbz#1910277
- Build with system nss on rawhide (rhbz#1908791).
2020-12-22 06:34:29 +00:00
* Tue Dec 22 2020 Martin Stransky <stransky@redhat.com> - 84.0.1-1
- Updated to 84.0.1
2020-12-20 16:09:35 +00:00
* Sun Dec 20 2020 Miro Hrončok <mhroncok@redhat.com> - 84.0-7
- Filter out private libraries provides
- Fixes: rhbz#1908791
2020-12-22 06:24:42 +00:00
* Thu Dec 17 2020 Martin Stransky <stransky@redhat.com> - 84.0-6
- Disable PGO on Rawhide due to build issues
- Disable system nss on Rawhide due to rhbz#1908018
- Enabled system nss on Fedora 33/32
2020-12-16 17:16:59 +00:00
* Wed Dec 16 2020 Martin Stransky <stransky@redhat.com> - 84.0-5
- Build with tests enabled
* Wed Dec 16 2020 Martin Stransky <stransky@redhat.com> - 84.0-4
- Disabled LTO due to massive test failures
* Wed Dec 16 2020 Martin Stransky <stransky@redhat.com> - 84.0-3
- Updated to Firefox 84 Build 3
- Disabled system nss due to addon breakage (rhbz#1908018).
2020-12-09 11:44:44 +00:00
* Wed Dec 9 2020 Martin Stransky <stransky@redhat.com> - 83.0-15
- Enabled tests everywhere
- Enabled crash reporter
2020-12-01 20:03:57 +00:00
* Tue Dec 1 2020 Martin Stransky <stransky@redhat.com> - 83.0-14
- Enabled LTO
2020-12-01 15:24:25 +00:00
* Tue Dec 1 2020 Martin Stransky <stransky@redhat.com> - 83.0-13
- Added fix for mozbz#1672139
2020-12-01 10:17:26 +00:00
* Tue Dec 1 2020 Martin Stransky <stransky@redhat.com> - 83.0-12
- More mochitest fixes
2020-11-30 12:10:49 +00:00
* Mon Nov 30 2020 Martin Stransky <stransky@redhat.com> - 83.0-11
- Mochitest tweaking
2020-11-28 09:09:12 +00:00
* Sat Nov 28 2020 Martin Stransky <stransky@redhat.com> - 83.0-10
- Added fix for mzbz#1678680
2020-11-28 06:13:13 +00:00
* Wed Nov 25 2020 Martin Stransky <stransky@redhat.com> - 83.0-9
- Added mochitest test files
2020-11-25 09:42:45 +00:00
* Wed Nov 25 2020 Martin Stransky <stransky@redhat.com> - 83.0-8
- Added fix for rhbz#1900542
* Wed Nov 25 2020 Martin Stransky <stransky@redhat.com> - 83.0-7
- Export MOZ_GMP_PATH from /usr/bin/firefox script
(https://pagure.io/fedora-workstation/issue/126)
2020-11-24 19:52:59 +00:00
* Tue Nov 24 2020 Martin Stransky <stransky@redhat.com> - 83.0-6
- Fix mochitest
2020-11-18 20:16:59 +00:00
* Wed Nov 18 2020 Martin Stransky <stransky@redhat.com> - 83.0-5
2020-11-20 11:27:58 +00:00
- Build with tests enabled
2020-11-18 20:16:59 +00:00
2020-11-18 09:11:01 +00:00
* Wed Nov 18 2020 Martin Stransky <stransky@redhat.com> - 83.0-4
- Enable all arches
2020-11-17 21:52:02 +00:00
* Fri Nov 13 2020 Martin Stransky <stransky@redhat.com> - 83.0-3
2020-11-16 10:19:59 +00:00
- Updated to 83.0 Build 2
2020-11-13 22:02:02 +00:00
* Thu Nov 12 2020 Martin Stransky <stransky@redhat.com> - 83.0-1
- Updated to 83.0
- Updated PipeWire patches from mozbz#1672944
2020-11-10 13:54:27 +00:00
* Tue Nov 10 2020 Martin Stransky <stransky@redhat.com> - 82.0.3-2
2020-11-10 13:48:46 +00:00
- Added fix for mozbz#1885133
2020-11-09 18:37:46 +00:00
* Mon Nov 9 2020 Martin Stransky <stransky@redhat.com> - 82.0.3-1
2020-11-09 18:33:33 +00:00
- Updated to 82.0.3
2020-11-09 18:37:46 +00:00
* Mon Nov 9 2020 Kalev Lember <klember@redhat.com> - 82.0.2-7
- Include date in appdata release tags
* Fri Nov 6 2020 Tomas Popela <tpopela@redhat.com> - 82.0.2-6
- Re-enable s390x buils by backporting a change from Thunderbird
https://src.fedoraproject.org/rpms/thunderbird/c/5f0bec1b5b79e117cc469710afbfa4d008af9c29?branch=master
2020-11-06 13:35:20 +00:00
* Tue Nov 3 2020 Martin Stransky <stransky@redhat.com> - 82.0.2-5
- Added mozilla-openh264 dependency to play H264 clips out of the box
- Updated Firefox tests
2020-11-03 18:02:27 +00:00
* Tue Nov 3 2020 Martin Stransky <stransky@redhat.com> - 82.0.2-3
- Disabled LTO again.
2020-11-03 08:23:08 +00:00
* Tue Nov 3 2020 Martin Stransky <stransky@redhat.com> - 82.0.2-2
- NSS debug build
* Thu Oct 29 2020 Martin Stransky <stransky@redhat.com> - 82.0.2-1
- Updated to 82.0.2
- Removed mzbz#1668771 due to rhbz#1888920
2020-10-28 09:45:45 +00:00
* Wed Oct 28 2020 Martin Stransky <stransky@redhat.com> - 82.0.1-1
- Updated to 82.0.1
2020-10-27 10:12:19 +00:00
* Tue Oct 27 2020 Martin Stransky <stransky@redhat.com> - 82.0-8
- Added fix for mozbz#1673313
* Tue Oct 27 2020 Martin Stransky <stransky@redhat.com> - 82.0-7
- Added fix for rawhide crashes (rhbz#1891234)
2020-10-24 14:28:19 +00:00
* Sat Oct 24 2020 Martin Stransky <stransky@redhat.com> - 82.0-6
- Enable LTO
* Tue Oct 20 2020 Martin Stransky <stransky@redhat.com> - 82.0-5
- Added fix for rhbz#1889742 - Typo in /usr/bin/firefox
* Mon Oct 19 2020 Martin Stransky <stransky@redhat.com> - 82.0-4
- Updated openh264 patch to use keyframes from contained
for openh264 only.
2020-10-19 12:45:11 +00:00
* Mon Oct 19 2020 Martin Stransky <stransky@redhat.com> - 82.0-3
- Added ELN build fixes
* Thu Oct 15 2020 Martin Stransky <stransky@redhat.com> - 82.0-2
- Updated SELinux relabel setup (rhbz#1731371)
2020-10-15 14:32:04 +00:00
* Thu Oct 15 2020 Martin Stransky <stransky@redhat.com> - 82.0-1
- Updated to 82.0 Build 2
* Thu Oct 15 2020 Martin Stransky <stransky@redhat.com> - 81.0.2-3
- Added experimental openh264 seek patch (mzbz#1670333)
2020-10-12 16:21:34 +00:00
* Mon Oct 12 2020 Martin Stransky <stransky@redhat.com> - 81.0.2-2
- Added a partial fox for rhbz#1886722
2020-10-12 14:31:22 +00:00
* Mon Oct 12 2020 Martin Stransky <stransky@redhat.com> - 81.0.2-1
- Updated to latest upstream - 81.0.2
* Thu Oct 8 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-9
- Added an updated fix for mozbz#1656727
* Thu Oct 8 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-8
- Added fixes for mozbz#1634404, mozbz#1669495
* Thu Oct 8 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-7
- Removed mozbz#1656727 as it causes a regression rhbz#1886243
* Wed Oct 7 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-6
- PGO patch update
- Added fix for mzbz#1669442 (LTO builds)
2020-10-06 10:00:47 +00:00
* Mon Oct 5 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-5
- Added fix for mozbz#1656727
2020-10-02 10:30:13 +00:00
* Fri Oct 2 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-4
2020-10-02 10:27:34 +00:00
- Added fix for mozbz#1668771
2020-10-01 11:47:13 +00:00
* Thu Oct 1 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-3
- Added fix for mozbz#1661192
2020-10-01 11:47:13 +00:00
* Thu Oct 1 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-2
- Added fix for mozbz#1640567
- Enable PGO
2020-10-01 11:47:13 +00:00
* Wed Sep 30 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-1
2020-09-30 20:47:19 +00:00
- Updated to 81.0.1
2020-09-30 09:30:44 +00:00
* Wed Sep 30 2020 Martin Stransky <stransky@redhat.com> - 81.0-9
2020-09-30 09:27:59 +00:00
- Disabled openh264 download
- Removed fdk-aac-free dependency (rhbz#1883672)
- Enabled LTO
2020-09-30 09:27:59 +00:00
2020-09-26 09:50:33 +00:00
* Sat Sep 26 2020 Dan Horák <dan[at]danny.cz> - 81.0-8
- Re-enable builds for ppc64le
2020-09-25 09:54:11 +00:00
* Fri Sep 25 2020 Martin Stransky <stransky@redhat.com> - 81.0-7
- Added openh264 fixes
2020-09-23 07:49:57 +00:00
* Wed Sep 23 2020 Martin Stransky <stransky@redhat.com> - 81.0-6
- Added fix for rhbz#1731371
* Tue Sep 22 2020 Kalev Lember <klember@redhat.com> - 81.0-5
- Re-enable builds for armv7hl and aarch64 architectures
* Tue Sep 22 2020 Kalev Lember <klember@redhat.com> - 81.0-4
- Disable LTO to work around firefox build failing in F33+
2020-09-21 08:31:36 +00:00
* Mon Sep 21 2020 Martin Stransky <stransky@redhat.com> - 81.0-3
- Updated to 81.0 Build 2
- Updated firefox-disable-ffvpx-with-vapi patch
- Deleted old changelog entries
2020-09-17 07:10:40 +00:00
* Thu Sep 17 2020 Martin Stransky <stransky@redhat.com> - 81.0-2
- Added upstream patches mzbz#1665324 mozbz#1665329
- Updated requested nss version to 3.56
2020-09-15 12:55:10 +00:00
* Tue Sep 15 2020 Martin Stransky <stransky@redhat.com> - 81.0-1
- Updated to 81.0
2020-09-10 19:33:57 +00:00
* Thu Sep 10 2020 Martin Stransky <stransky@redhat.com> - 80.0.1-3
- Test build for all arches.
2020-09-04 06:36:35 +00:00
* Fri Sep 4 2020 Martin Stransky <stransky@redhat.com> - 80.0.1-2
- Added patch for mozbz#1875469
2020-09-01 20:47:13 +00:00
* Tue Sep 1 2020 Martin Stransky <stransky@redhat.com> - 80.0.1-1
- Updated to 80.0.1
2020-08-18 07:11:13 +00:00
* Tue Aug 18 2020 Martin Stransky <stransky@redhat.com> - 80.0-1
2020-08-20 06:24:19 +00:00
- Updated to 80.0 Build 2
2020-08-19 14:39:04 +00:00
- Go back to gcc
- Disabled WebGL dmabuf backend due to reported errors
(mzbz#1655323, mozbz#1656505).
2020-08-18 07:11:13 +00:00
2020-08-18 06:36:12 +00:00
* Tue Aug 18 2020 Martin Stransky <stransky@redhat.com> - 79.0-6
- Enabled pgo
- Build with clang
2020-08-04 11:37:42 +00:00
* Tue Aug 4 2020 Martin Stransky <stransky@redhat.com> - 79.0-5
- Added upstream fix for mozbz#1656436.
2020-08-03 09:17:21 +00:00
* Mon Aug 3 2020 Martin Stransky <stransky@redhat.com> - 79.0-4
2020-08-03 09:11:24 +00:00
- Updated fix for mozbz#1645671
2020-08-03 09:17:21 +00:00
* Thu Jul 30 2020 Martin Stransky <stransky@redhat.com> - 79.0-3
2020-07-30 08:48:57 +00:00
- Added VA-API fix for mozbz#1645671
2020-07-29 08:47:02 +00:00
* Wed Jul 29 2020 Martin Stransky <stransky@redhat.com> - 79.0-2
- Try to enable armv7hl again.
- Disabled ppc64le due to cargo crash (rhbz#1862012).
2020-07-29 08:47:02 +00:00
2020-07-28 08:23:23 +00:00
* Mon Jul 27 2020 Martin Stransky <stransky@redhat.com> - 79.0-1
- Update to 79.0
- Disabled PGO due to rhbz#1849165 (gcc internal error).
2020-07-28 08:23:23 +00:00
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 78.0.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jul 23 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 78.0-4
- Use python3 instead of python2 for build
* Tue Jul 21 2020 Martin Stransky <stransky@redhat.com> - 78.0-3
- Added fix for mozbz#1651701/rhbz#1855730
* Fri Jul 10 2020 Jan Horak <jhorak@redhat.com> - 78.0.2-2
- Fixing clang build - linker setup
2020-07-09 12:19:21 +00:00
* Thu Jul 09 2020 Jan Horak <jhorak@redhat.com> - 78.0.2-1
- Update to 78.0.2 build2
2020-07-01 16:31:26 +00:00
* Wed Jul 01 2020 Jan Horak <jhorak@redhat.com> - 78.0.1-1
- Update to 78.0.1 build1
* Wed Jul 1 2020 Martin Stransky <stransky@redhat.com> - 78.0-2
- Add 'Open the Profile Manager' desktop file entry
2020-06-29 11:27:50 +00:00
* Mon Jun 29 2020 Jan Horak <jhorak@redhat.com> - 78.0-1
- Update to 78.0 build2
2020-06-23 13:05:19 +00:00
* Tue Jun 23 2020 Martin Stransky <stransky@redhat.com> - 77.0.1-3
- Build with PGO/LTO again.
2020-06-03 14:44:09 +00:00
* Wed Jun 03 2020 Jan Horak <jhorak@redhat.com> - 77.0.1-2
- Update to 77.0.1 build1
2020-06-03 13:47:26 +00:00
* Wed Jun 03 2020 Jan Horak <jhorak@redhat.com> - 77.0.1-1
- Fixing pipewire patch
2020-06-03 13:47:26 +00:00
- New upstream version (77.0.1)
* Tue Jun 2 2020 Martin Stransky <stransky@redhat.com> - 77.0-2
- Rebuild with updated langpacks (rhbz#1843028).
2020-05-29 09:31:41 +00:00
* Fri May 29 2020 Martin Stransky <stransky@redhat.com> - 77.0-1
- Updated to Firefox 77.0
2020-05-25 20:40:31 +00:00
* Mon May 25 2020 Martin Stransky <stransky@redhat.com> - 76.0.1-7
- Added fix for mozbz#1632456
2020-05-25 13:20:03 +00:00
* Mon May 25 2020 Martin Stransky <stransky@redhat.com> - 76.0.1-6
- Added fix for mozbz#1634213
* Mon May 25 2020 Martin Stransky <stransky@redhat.com> - 76.0.1-5
- Added fix for mozbz#1619882 - video flickering when va-api is used.
2020-05-21 12:56:30 +00:00
* Thu May 21 2020 Jan Grulich <jgrulich@redhat.com> - 76.0.1-4
- Add support for PipeWire 0.3
* Wed May 20 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 76.0.1-3
- Build aarch64 again so aarch64 users get updates
* Wed May 13 2020 Martin Stransky <stransky@redhat.com> - 76.0.1-2
- Added extra va-api frames to vp8/9 decoder.
2020-05-08 08:21:32 +00:00
* Fri May 8 2020 Martin Stransky <stransky@redhat.com> - 76.0.1-1
- Updated to 76.0.1
2020-05-07 08:18:18 +00:00
* Thu May 7 2020 Martin Stransky <stransky@redhat.com> - 76.0-3
- Disable ffvpx when va-api is enabled.
* Tue May 05 2020 Jan Horak <jhorak@redhat.com> - 76.0-2
- Don't use google safe browsing api key for the geolocation
2020-05-03 19:57:54 +00:00
* Sun May 3 2020 Martin Stransky <stransky@redhat.com> - 76.0-1
- Updated to 76.0
* Thu Apr 23 2020 Martin Stransky <stransky@redhat.com> - 75.0-3
- Added fix for mozilla bug #1527976 (browser D&D)
2020-04-14 07:26:11 +00:00
* Tue Apr 14 2020 Jan Horak <jhorak@redhat.com> - 75.0-2
- Removed gconf-2.0 build requirement
2020-04-06 21:07:31 +00:00
* Mon Apr 06 2020 Martin Stransky <stransky@redhat.com> - 75.0-1
- Updated to 75.0
2020-04-06 13:11:14 +00:00
* Mon Apr 06 2020 Martin Stransky <stransky@redhat.com> - 74.0.1-3
- Added fix for mozbz#1627469
2020-04-06 06:30:41 +00:00
* Mon Apr 06 2020 Jan Horak <jhorak@redhat.com> - 74.0.1-2
- Fixing pipewire patch
* Sat Apr 4 2020 Martin Stransky <stransky@redhat.com> - 74.0.1-1
- Updated to latest upstream
- Added fix for mozbz#1624745
* Wed Apr 1 2020 Martin Stransky <stransky@redhat.com> - 74.0-14
- Added fixes to gnome shell search provider
2020-04-01 11:23:10 +00:00
* Tue Mar 31 2020 Jan Horak <jhorak@redhat.com> - 74.0-13
- Allow addons sideload to fix missing langpacks issues
* Thu Mar 19 2020 Martin Stransky <stransky@redhat.com> - 74.0-12
- Added fix for rhbz#1814850 by Daniel Rusek
2020-03-18 20:51:06 +00:00
* Tue Mar 17 2020 Martin Stransky <stransky@redhat.com> - 74.0-11
2020-03-17 21:12:22 +00:00
- Added fix for mozbz#1623106
2020-03-17 20:30:59 +00:00
* Tue Mar 17 2020 Martin Stransky <stransky@redhat.com> - 74.0-9
2020-03-17 20:28:53 +00:00
- Added fix for mozbz#1623060
2020-03-17 09:25:11 +00:00
* Tue Mar 17 2020 Jan Grulich <jgrulich@redhat.com> - 74-0-8
- Add support for window sharing
* Mon Mar 16 2020 Martin Stransky <stransky@redhat.com> - 74.0-7
- Use D-Bus remote exclusively for both X11 and Wayland backends
when WAYLAND_DISPLAY is present.
2020-03-13 08:39:40 +00:00
* Fri Mar 13 2020 Martin Stransky <stransky@redhat.com> - 74.0-6
- Added fix for mozbz#1615098
2020-03-12 09:32:51 +00:00
* Thu Mar 12 2020 Martin Stransky <stransky@redhat.com> - 74.0-5
- Added fix for mozbz#1196777
2020-03-10 09:29:07 +00:00
* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 74.0-4
- Remove unused libIDL build dep
2020-03-11 09:27:13 +00:00
- Disabled arm due to build failures
2020-03-10 09:29:07 +00:00
2020-03-10 07:55:14 +00:00
* Tue Mar 10 2020 Martin Stransky <stransky@redhat.com> - 74.0-3
- Update to 74.0 Build 3
2020-03-09 11:10:02 +00:00
* Mon Mar 09 2020 Martin Stransky <stransky@redhat.com> - 74.0-2
- Update to 74.0 Build 2
2020-03-03 13:51:20 +00:00
* Tue Mar 03 2020 Martin Stransky <stransky@redhat.com> - 74.0-1
- Update to 74.0 Build 1
2020-03-04 11:30:27 +00:00
- Added mozbz#1609538
2020-03-03 13:51:20 +00:00
* Mon Feb 24 2020 Martin Stransky <stransky@redhat.com> - 73.0.1-4
2020-02-26 08:54:52 +00:00
- Using pipewire-0.2 as buildrequire
- Added armv7hl fixes by Gabriel Hojda
* Mon Feb 24 2020 Martin Stransky <stransky@redhat.com> - 73.0.1-2
- Fixed Bug 1804787 - Some .desktop menu entries unlocalized
2020-02-20 16:26:30 +00:00
* Thu Feb 20 2020 Martin Stransky <stransky@redhat.com> - 73.0.1-1
- Update to 73.0.1
2020-02-11 08:36:30 +00:00
* Tue Feb 11 2020 Jan Horak <jhorak@redhat.com> - 73.0-1
- Update to 73.0 build3
* Tue Feb 04 2020 Kalev Lember <klember@redhat.com> - 72.0.2-3
- Fix various issues with appdata, making the validation pass again
- Validate appdata during the build
- Make sure the release tag in appdata is in sync with the package version
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 72.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2020-01-20 20:11:22 +00:00
* Mon Jan 20 2020 Jan Horak <jhorak@redhat.com> - 72.0.2-1
- Update to 72.0.2 build1
* Wed Jan 15 2020 Jan Horak <jhorak@redhat.com> - 72.0.1-2
- Added fix for wrong cursor offset of popup windows and bumped required nss
version
2020-01-08 11:34:48 +00:00
* Wed Jan 08 2020 Jan Horak <jhorak@redhat.com> - 72.0.1-1
- Update to 72.0.1 build1
2020-01-07 09:10:03 +00:00
* Mon Jan 06 2020 Jan Horak <jhorak@redhat.com> - 72.0-2
- Update to 72.0 build4
2020-01-03 19:20:59 +00:00
* Fri Jan 03 2020 Jan Horak <jhorak@redhat.com> - 72.0-1
- Update to 72.0 build3
2019-12-20 11:59:52 +00:00
* Wed Dec 18 2019 Jan Horak <jhorak@redhat.com> - 71.0-17
- Fix for wrong intl.accept_lang when using non en-us langpack
2019-12-09 18:11:23 +00:00
* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-16
- Build with asan
2019-12-09 09:42:56 +00:00
* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-15
- Enabled Mozilla crash reporter
2019-12-09 11:59:04 +00:00
- Enabled PGO builds
2019-12-09 09:42:56 +00:00
2019-12-09 09:30:47 +00:00
* Mon Dec 9 2019 Martin Stransky <stransky@redhat.com> - 71.0-14
- Updated workaround for mzbz#1601707
2019-12-07 08:09:04 +00:00
* Sat Dec 7 2019 Martin Stransky <stransky@redhat.com> - 71.0-13
- Built with -fno-lifetime-dse
* Fri Dec 6 2019 Martin Stransky <stransky@redhat.com> - 71.0-12
- Clang test build, should fix extension breakage
* Fri Dec 6 2019 Martin Stransky <stransky@redhat.com> - 71.0-11
- Added workaround for:
https://bugzilla.mozilla.org/show_bug.cgi?id=1601707
http://gcc.gnu.org/PR92831
2019-12-06 08:59:05 +00:00
* Fri Dec 6 2019 Martin Stransky <stransky@redhat.com> - 71.0-10
- Remove appdata and ship metainfo only
* Wed Dec 4 2019 Martin Stransky <stransky@redhat.com> - 71.0-9
- Included kiosk mode workaround (mozbz#1594738)
2019-12-03 06:44:23 +00:00
* Tue Dec 3 2019 Martin Stransky <stransky@redhat.com> - 71.0-8
- Disabled PGO due to startup crash
* Mon Dec 2 2019 Martin Stransky <stransky@redhat.com> - 71.0-7
- Updated to 71.0 Build 5
- Updated Gnome search provider
* Wed Nov 27 2019 Martin Stransky <stransky@redhat.com> - 71.0-6
- Enable Gnome search provider
2019-11-27 18:21:45 +00:00
* Wed Nov 27 2019 Martin Stransky <stransky@redhat.com> - 71.0-5
- Added fix for mozbz#1593408
- Temporary disable Gnome search provider
2019-11-27 08:56:52 +00:00
2019-11-26 13:23:34 +00:00
* Tue Nov 26 2019 Martin Stransky <stransky@redhat.com> - 71.0-2
- Enable Gnome search provider
2019-11-26 10:08:00 +00:00
* Tue Nov 26 2019 Martin Stransky <stransky@redhat.com> - 71.0-1
- Updated to 71.0 Build 2
* Tue Nov 19 2019 Jan Horak <jhorak@redhat.com> - 70.0.1-5
- Added fixes for missing popup and overflow widget glitches
2019-11-19 12:18:09 +00:00
2019-11-14 09:49:25 +00:00
* Mon Nov 04 2019 Jan Horak <jhorak@redhat.com> - 70.0.1-4
- Added fix for non-scrollable popups
* Fri Nov 1 2019 Martin Stransky <stransky@redhat.com> - 70.0.1-1
- Updated to 70.0.1
- Built with system-nss (reverted 70.0-2 change).
* Thu Oct 31 2019 Martin Stransky <stransky@redhat.com> - 70.0-2
- Switched to in-tree nss due to rhbz#1752303
2019-10-18 18:43:19 +00:00
* Tue Oct 15 2019 Martin Stransky <stransky@redhat.com> - 70.0-1
- Updated to 70.0