From: Jan Palus Date: Wed, 17 Apr 2024 09:52:42 +0000 (+0200) Subject: up to 125.0.1 X-Git-Tag: auto/th/firefox-125.0.1-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffirefox.git;a=commitdiff_plain;h=HEAD;hp=3160b2593d7a2203edd2e8db8e779f920bd2f621 up to 125.0.1 --- diff --git a/firefox-pld-bookmarks.patch b/firefox-pld-bookmarks.patch index afbb230..159725f 100644 --- a/firefox-pld-bookmarks.patch +++ b/firefox-pld-bookmarks.patch @@ -1,10 +1,9 @@ -diff -ruN firefox-52.0.orig/browser/locales/generic/profile/bookmarks.html.in firefox-52.0/browser/locales/generic/profile/bookmarks.html.in ---- firefox-52.0.orig/browser/locales/generic/profile/bookmarks.html.in 2017-02-27 17:10:58.000000000 +0100 -+++ firefox-52.0/browser/locales/generic/profile/bookmarks.html.in 2017-03-09 10:43:14.423697112 +0100 -@@ -38,6 +38,14 @@ -
@firefox_community@ -
@firefox_about@ - +--- firefox-98.0/browser/base/content/default-bookmarks.html.orig 2022-03-05 00:04:28.000000000 +0100 ++++ firefox-98.0/browser/base/content/default-bookmarks.html 2022-03-08 21:03:38.451416394 +0100 +@@ -40,6 +40,14 @@ + #endif +
default-bookmarks-firefox-about
+

+

PLD Linux Distribution

+

+

PLD Home Page @@ -14,5 +13,5 @@ diff -ruN firefox-52.0.orig/browser/locales/generic/profile/bookmarks.html.in fi +
Planet PLD +
#else -
-

@firefox_community@ +

+

default-bookmarks-firefox-community
diff --git a/firefox-prefs.patch b/firefox-prefs.patch index 60115b6..c57c187 100644 --- a/firefox-prefs.patch +++ b/firefox-prefs.patch @@ -3,7 +3,7 @@ @@ -53,7 +53,7 @@ // Disable add-ons that are not installed by the user in all scopes by default. - // See the SCOPE constants in AddonManager.jsm for values to use here. + // See the SCOPE constants in AddonManager.sys.mjs for values to use here. -pref("extensions.autoDisableScopes", 15); +pref("extensions.autoDisableScopes", 3); // Scopes to scan for changes at startup. @@ -11,15 +11,15 @@ @@ -140,7 +140,7 @@ // should no longer be used directly. Instead, getAppUpdateAutoEnabled and - // getAppUpdateAutoEnabled from UpdateUtils.jsm should be used. + // getAppUpdateAutoEnabled from UpdateUtils.sys.mjs should be used. #ifndef XP_WIN - pref("app.update.auto", true); + pref("app.update.auto", false); #endif - // If set to true, the Update Service will present no UI for any event. + // If set to true, the Update Service will apply updates in the background @@ -227,7 +227,7 @@ - pref("browser.touchmode.auto", true); + pref("browser.compactmode.show", false); // At startup, check if we're the default browser and prompt user if not. -pref("browser.shell.checkDefaultBrowser", true); @@ -33,26 +33,15 @@ +pref("intl.locale.matchOS", true); + - // Scripts & Windows prefs - pref("dom.disable_open_during_load", true); - pref("javascript.options.showInConsole", true); + // Where new bookmarks go by default. + // Use PlacesUIUtils.defaultParentGuid to read this; do NOT read the pref + // directly. @@ -646,7 +648,7 @@ - pref("mousewheel.with_control.action",3); - pref("mousewheel.with_win.action", 1); + + pref("mousewheel.with_meta.action", 1); -pref("browser.xul.error_pages.expert_bad_cert", false); +pref("browser.xul.error_pages.expert_bad_cert", true); pref("browser.xul.error_pages.show_safe_browsing_details_on_load", false); // Enable captive portal detection. ---- a/modules/libpref/init/all.js -+++ b/modules/libpref/init/all.js -@@ -1510,7 +1510,7 @@ pref("layout.css.visited_links_enabled", true); - // A value of 0 means use the system DPI. A positive value is used as the DPI. - // This sets the physical size of a device pixel and thus controls the - // interpretation of physical units such as "pt". --pref("layout.css.dpi", -1); -+pref("layout.css.dpi", 0); - - // Set the number of device pixels per CSS pixel. A value <= 0 means choose - // automatically based on user settings for the platform (e.g., "UI scale factor" diff --git a/firefox-system-virtualenv.patch b/firefox-system-virtualenv.patch deleted file mode 100644 index 35bb5b2..0000000 --- a/firefox-system-virtualenv.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py~ 2013-05-11 21:19:23.000000000 +0200 -+++ xulrunner-27.0/mozilla/python/mozbuild/mozbuild/virtualenv.py 2013-05-14 22:51:32.136719267 +0200 -@@ -71,8 +71,7 @@ - @property - def virtualenv_script_path(self): - """Path to virtualenv's own populator script.""" -- return os.path.join(self.topsrcdir, 'third_party', 'python', -- 'virtualenv', 'virtualenv.py') -+ return '/usr/bin/virtualenv-2' - - @property - def bin_path(self): -@@ -294,7 +293,7 @@ - into the wrong place. This is how virtualenv's work. - """ - packages = self.packages() -- python_lib = distutils.sysconfig.get_python_lib() -+ python_lib = distutils.sysconfig.get_python_lib(1) - - def handle_package(package): - if package[0] == 'setup.py': diff --git a/firefox.sh b/firefox.sh index d18b731..90673c0 100644 --- a/firefox.sh +++ b/firefox.sh @@ -26,7 +26,7 @@ PWD=${PWD:-$(pwd)} if [ -z "$1" ]; then exec $FIREFOX -else +elif [ $# -eq 1 -a "$1" = "${1#-}" ]; then if [ -f "$PWD/$1" ]; then URL="file://$PWD/$1" else @@ -37,4 +37,6 @@ else else exec $FIREFOX -new-window "$URL" fi +else + exec $FIREFOX "$@" fi diff --git a/firefox.spec b/firefox.spec index b2ed77d..84222bd 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,10 +1,12 @@ # TODO: # - consider --enable-libproxy # - do something with *.rdf file, there if file conflict with other lang packages +# - enable RLBox (requires "wasi sysroot" in essence wasm/wasi toolchain, ie packaged wasm-sdk +# https://github.com/WebAssembly/wasi-sdk) # # Conditional build: %bcond_with tests # enable tests (whatever they check) -%bcond_without kerberos # disable krb5 support +%bcond_with gps # GPS support via gpsd %bcond_without official # official Firefox branding %bcond_with lto # build with link time optimization %bcond_with pgo # PGO-enabled build (requires working $DISPLAY == :100) @@ -14,14 +16,25 @@ %bcond_with shared_js # shared libmozjs library [broken] %bcond_without system_icu # build without system ICU %bcond_with system_cairo # build with system cairo (not supported in 60.0) -%bcond_with system_libvpx # build with system libvpx (67.0 does not build with libvpx 1.8) +%bcond_without system_libvpx # build with system libvpx %bcond_without clang # build using Clang/LLVM +%bcond_with lowmem # lower memory requirements +%bcond_with lowmem2 # even lower memory requirements at cost of build time +%bcond_with rust_simd # enable SIMD in Rust code %if %{with lto} %define with_clang 1 %undefine with_gold %endif +%ifarch %{ix86} %{arm} aarch64 +%define with_lowmem 1 +%endif + +%ifarch %{arm} aarch64 riscv64 +%define with_v4l2 1 +%endif + # On updating version, grab CVE links from: # https://www.mozilla.org/security/known-vulnerabilities/firefox.html # Release Notes: @@ -31,341 +44,369 @@ rm -vf *.xpi ../builder -g firefox-languages.spec V=53.0 -U=http://releases.mozilla.org/pub/firefox/releases/$V/linux-i686/ +U=https://releases.mozilla.org/pub/firefox/releases/$V/linux-i686/ curl -s $U | sed -ne 's,.*href="\([^"]\+\)/".*,'"$U"'xpi/\1.xpi,p' %endif -# The actual sqlite version (see RHBZ#480989): -%define sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo ERROR) - -%define nspr_ver 4.25 -%define nss_ver 3.50 +%define nspr_ver 4.32 +%define nss_ver 3.99 Summary: Firefox web browser Summary(hu.UTF-8): Firefox web böngésző Summary(pl.UTF-8): Firefox - przeglądarka WWW Name: firefox -Version: 74.0.1 +Version: 125.0.1 Release: 1 License: MPL v2.0 Group: X11/Applications/Networking -Source0: http://releases.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz -# Source0-md5: 1289dd9595c71910c05d8869274fe489 +Source0: https://releases.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz +# Source0-md5: 11c309e80146c5c49f7ecbd7b9573828 Source3: %{name}.desktop Source4: %{name}.sh Source5: vendor.js Source6: vendor-ac.js -Source100: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ach.xpi -# Source100-md5: 91a2e1eeeab7f0fdd5d1e1db9313d9b1 -Source101: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi -# Source101-md5: cca227b25f2007823e3ceac5461d1196 -Source102: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi -# Source102-md5: 2e204436d68a2e616a026278314fee06 -Source103: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi -# Source103-md5: ecb009fe44b9de87a03e7b4d7d53fc4c -Source104: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi -# Source104-md5: 5ed976fc5ada51126848a50662b5006a -Source105: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi -# Source105-md5: 7ff3f4cec699bed32f34438ec61a4a98 -Source106: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi -# Source106-md5: cca906c58cf52ffac269b8586c766e06 -Source107: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi -# Source107-md5: 9fba5088d74cdb694af1cbaa1bd084cd -Source108: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi -# Source108-md5: e5c6292792ccdffdb0df1318b701ab84 -Source109: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi -# Source109-md5: 0ff4fef608c2eba3eb4e1444644e0396 -Source110: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi -# Source110-md5: cf609a5bee1295288d5a663b9d1873e5 -Source111: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi -# Source111-md5: 67334517a02edc81c29a2179f2901ed6 -Source112: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi -# Source112-md5: 9bcffe8890933b6a84eb2c666a9d61e6 -Source113: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi -# Source113-md5: b6eb2853f38cfc4d5dacd1b2d8bca200 -Source114: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi -# Source114-md5: 04f668b5392ccbbd0c01e92842a8046a -Source115: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi -# Source115-md5: 4975a007c1f977fc9d3d1f339408344d -Source116: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi -# Source116-md5: 3293c37352a5983f305b5b1da975a55c -Source117: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi -# Source117-md5: aa227b3320855f66f8b00ce2492e37ff -Source118: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/el.xpi -# Source118-md5: 8ebd829f326c6c5761e5738075569566 -Source119: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-CA.xpi -# Source119-md5: 20d8968e3668b8d3fd41eaa83a791262 -Source120: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-GB.xpi -# Source120-md5: c68fb6be3ef36ba07fdbbfaa46937ecd -Source121: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-US.xpi -# Source121-md5: 63afdb0b2ee1b159e6cf085ae1fb72d2 -Source122: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eo.xpi -# Source122-md5: 8c6202fd9cbfc34c6bef8ece03bbb762 -Source123: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-AR.xpi -# Source123-md5: 4143803e9c94fba76c93ab727e7fbfb8 -Source124: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-CL.xpi -# Source124-md5: 5d34814a9343336ba9d26cee838d8d6b -Source125: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-ES.xpi -# Source125-md5: 2c113967879f152a80809ab063ec4a60 -Source126: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-MX.xpi -# Source126-md5: 86b0be5e8e52cce0673bf651f3a42338 -Source127: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/et.xpi -# Source127-md5: 10eb8edbee5270791fa2dcc02a941b81 -Source128: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eu.xpi -# Source128-md5: 73155ea30e0f52c5c2e2485a68edf75f -Source129: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fa.xpi -# Source129-md5: 83278d711a70d1cbceb6fbe81212a80e -Source130: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ff.xpi -# Source130-md5: 0e429d0bf95d97fdd6bb10649b3c92d0 -Source131: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fi.xpi -# Source131-md5: faec4df0c7cfa1ba2fb834b29e78bc76 -Source132: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fr.xpi -# Source132-md5: bca1f217077815b30add4b4d80309b52 -Source133: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fy-NL.xpi -# Source133-md5: 4d60ae2a758e39097f0da17ca4ed10a5 -Source134: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ga-IE.xpi -# Source134-md5: 57a810960b477bb79a8165143cbf6db0 -Source135: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gd.xpi -# Source135-md5: 02b5a5f1d9abe53a918235dc96d2c517 -Source136: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gl.xpi -# Source136-md5: f9b247f116de4a5e35d86e99e90fa2f6 -Source137: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gn.xpi -# Source137-md5: 6a2a95efaa520275d065af6cd93e6014 -Source138: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gu-IN.xpi -# Source138-md5: d3a9b8988b777440bee1890c09f987e1 -Source139: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/he.xpi -# Source139-md5: c640f754c7fc0dbf09544f20d6de7335 -Source140: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hi-IN.xpi -# Source140-md5: 95a2f0d14d8631f4758c1991562d1bd4 -Source141: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hr.xpi -# Source141-md5: a30bbcdd1a17fba151dfa5eb2cf9701c -Source142: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hsb.xpi -# Source142-md5: 80a6342f0ce27e3f26c0355fb4f8aa33 -Source143: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hu.xpi -# Source143-md5: f3df5ad02ceef76fbf3309cea302ab60 -Source144: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hy-AM.xpi -# Source144-md5: 5d7d6b4ac133127c24335354d9740db0 -Source145: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ia.xpi -# Source145-md5: 44e7219c2b78116ee6023b29bab3f296 -Source146: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/id.xpi -# Source146-md5: ae96390c5ec86140d7a34651296ac523 -Source147: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/is.xpi -# Source147-md5: 675b73cbc98c009415d37c84269a765e -Source148: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/it.xpi -# Source148-md5: 965669a2870b368a0f1637a405a720b7 -Source149: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ja.xpi -# Source149-md5: f4e1fe1b8ed715563b5a3104d7397604 -Source150: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ka.xpi -# Source150-md5: b9d1dfe2c4f4f45d7a4c5ce8f1bd90c5 -Source151: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kab.xpi -# Source151-md5: e2414260531371736032b4ee1342ef46 -Source152: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kk.xpi -# Source152-md5: adfd40e736013960faf1abdc33401031 -Source153: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/km.xpi -# Source153-md5: 743f2897196d1c4cbeee59b69577eea9 -Source154: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kn.xpi -# Source154-md5: 09fd9e0453b5677e2dc61b0fae0c37df -Source155: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ko.xpi -# Source155-md5: 5741ec661d39918421f5daf158c8fb9c -Source156: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lij.xpi -# Source156-md5: 5cd7fefe862a855b5f5390cdeaca189e -Source157: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lt.xpi -# Source157-md5: ecc3c99ba83f73a2602dbb76a99d2735 -Source158: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lv.xpi -# Source158-md5: b778948b577bd5ddfcbcccfd9eb906f3 -Source159: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mk.xpi -# Source159-md5: 74d6be461fc4af98fa78b3123e7c7491 -Source160: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mr.xpi -# Source160-md5: 5b4112dbf5fd81af98c8273a6a9d2df7 -Source161: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ms.xpi -# Source161-md5: cdebeeafdbf0dbfa77cb8d6658d83d25 -Source162: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/my.xpi -# Source162-md5: 14ee5c59c8afad8006588865089dfbf5 -Source163: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nb-NO.xpi -# Source163-md5: faf8e7e8a7352276a8da319041df9b0b -Source164: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ne-NP.xpi -# Source164-md5: c5a651006b77d5f574629382d711b3df -Source165: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nl.xpi -# Source165-md5: b55777b8a49d1096a3f8b841eb891b15 -Source166: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nn-NO.xpi -# Source166-md5: 070f78c74bf111661384c147e1f3d90d -Source167: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/oc.xpi -# Source167-md5: 0e8486d62f865072a4db7db19b9f09c5 -Source168: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pa-IN.xpi -# Source168-md5: d922004ff8debd7ba33449712e726b4a -Source169: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pl.xpi -# Source169-md5: 3156e199085077fa0e32864287f04e16 -Source170: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-BR.xpi -# Source170-md5: f4731fcba603d416945d8befea79db81 -Source171: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-PT.xpi -# Source171-md5: c31f64f8ff9d55a253a5c565c4282e7e -Source172: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/rm.xpi -# Source172-md5: d56fd0cc3e931c6aad716278f4491bb4 -Source173: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ro.xpi -# Source173-md5: 793ac191cc008ec54c1dc81b8d452225 -Source174: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ru.xpi -# Source174-md5: d6fcd3e6d45e6e1a478c880a2fee0560 -Source175: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/si.xpi -# Source175-md5: 11725d81e7b1f5ba8e8e4c0386d4c6f1 -Source176: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sk.xpi -# Source176-md5: 32084e7926adf94d4c060e6738eca86b -Source177: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sl.xpi -# Source177-md5: 8ee5d788aa3cb2f39d6748b172a86c22 -Source178: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/son.xpi -# Source178-md5: e9b12de4e66628b356a15fc51c1db8d6 -Source179: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sq.xpi -# Source179-md5: 338a52a8886ce0486379367daa2bd2e5 -Source180: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sr.xpi -# Source180-md5: 0cfbea7d4409bcb633f6beac10991276 -Source181: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sv-SE.xpi -# Source181-md5: 2200c6ff7dd94ae387022c7661fd3bf8 -Source182: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ta.xpi -# Source182-md5: 4da82a87acc203c791c03f4c981c3503 -Source183: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/te.xpi -# Source183-md5: 6d3cf90632935949f17a8d16eb6ae3fd -Source184: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/th.xpi -# Source184-md5: 9870c28d488656b02546ebf2d892df2c -Source185: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tr.xpi -# Source185-md5: 4976895b969e0a6d70f3a93f05903df1 -Source186: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uk.xpi -# Source186-md5: b53a5aa0c91fdaf90348c41d492c298c -Source187: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ur.xpi -# Source187-md5: d347cd542e170d0829a8b14c38663858 -Source188: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uz.xpi -# Source188-md5: 3729b0e4a78ef6dbc71f417073bf522b -Source189: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/vi.xpi -# Source189-md5: a54cf24aa7f615783289c136cf026bb9 -Source190: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/xh.xpi -# Source190-md5: 6d13ef77ddbd2591a6e6a06e0aa213fd -Source191: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-CN.xpi -# Source191-md5: 749335bac564be3f488d061453e515e3 -Source192: http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-TW.xpi -# Source192-md5: 577e38c22d60a30a861a6481eac7c4b4 - +Source100: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ach.xpi +# Source100-md5: c06a76f25452fad56325aa5341391ba8 +Source101: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi +# Source101-md5: db6d8371d3e3e141a2bff41e5017813a +Source102: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi +# Source102-md5: 2b84d46d209b4ba541f21597a2c47d6d +Source103: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi +# Source103-md5: 2b924b21420c60db5ffa28f4279b5422 +Source104: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi +# Source104-md5: 322fe9086411cb081cbace493822918f +Source105: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi +# Source105-md5: 5638329634cafb1750c14cd68395a8fa +Source106: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi +# Source106-md5: ee260734f5da9b8c0f87e66764646810 +Source107: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi +# Source107-md5: 8c52d0b4c2bca93dc85c36bc58d2cae9 +Source108: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi +# Source108-md5: ba3f7f8bdc7f17fc6e7b847d60a3bfda +Source109: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi +# Source109-md5: 700a5a2f95b448b67acfa02fcf78a537 +Source110: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi +# Source110-md5: f028325b36eb42bd767f51f3bf0b0403 +Source111: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi +# Source111-md5: af3c9ca2fa0211ad08f97ebe5f852561 +Source112: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca-valencia.xpi +# Source112-md5: 96abcfedc2d53c159e83fe3b804baa64 +Source113: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi +# Source113-md5: 4934965568a4dde0d3c75aad6c8c433c +Source114: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi +# Source114-md5: 090b9cb71610c4ab8c1d8bbf61d5c270 +Source115: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi +# Source115-md5: 36ffb1f80e1515cfeaf7dea74527bc3b +Source116: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi +# Source116-md5: 60dd3e315fafa19ff516cfe02af4fffc +Source117: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi +# Source117-md5: 42edf2cf1139551e285287250270a080 +Source118: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi +# Source118-md5: 9b4e1e07b5dfc6a2bbe4a40b428ebf0d +Source119: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/el.xpi +# Source119-md5: 978ff4844117e603ec7201c3d366026d +Source120: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-CA.xpi +# Source120-md5: e3b86a9be45142a11778f5465bc76cda +Source121: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-GB.xpi +# Source121-md5: ceb8c81bbf733f9c01e00ece61675424 +Source122: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-US.xpi +# Source122-md5: c70b9d2cfd87ee52eb5a8f1fb502e731 +Source123: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eo.xpi +# Source123-md5: 787bf9e02905b529ce5c60b49413ab67 +Source124: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-AR.xpi +# Source124-md5: d80a98c577a2adcdee376fff9c96d866 +Source125: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-CL.xpi +# Source125-md5: 4aa4d166b62117c65ef24a13c29048b1 +Source126: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-ES.xpi +# Source126-md5: 65ff858594c92c6a2b83db655a3bd771 +Source127: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-MX.xpi +# Source127-md5: e00a5056628ff9c14f1d0be0e517d7b6 +Source128: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/et.xpi +# Source128-md5: 7caf2c6d9db6bbc1c9f6748d2a8c2963 +Source129: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eu.xpi +# Source129-md5: 5f4d8b552e44aa7ca05b5008f4cd6b1f +Source130: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fa.xpi +# Source130-md5: 0ee1a9ffb7c9a4398147a0619eeea0a5 +Source131: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ff.xpi +# Source131-md5: 808bf10de347842505d69e5c0e9eb035 +Source132: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fi.xpi +# Source132-md5: 8d780fcaaec0654d937a319042db3f47 +Source133: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fr.xpi +# Source133-md5: a9e91a1890a57de7f59bf780840e23d5 +Source134: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fur.xpi +# Source134-md5: d7a70f96253e0b48ace6d3033a5833f6 +Source135: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fy-NL.xpi +# Source135-md5: c4c69f78e650cc3104194c767951cc26 +Source136: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ga-IE.xpi +# Source136-md5: b82f9b893dfbf9add3b5e5fb13b548a9 +Source137: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gd.xpi +# Source137-md5: 5c8995a31b4cdd1197047bbc078bdc13 +Source138: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gl.xpi +# Source138-md5: 78bf9cd662c7d8c477a9da708eb09b0a +Source139: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gn.xpi +# Source139-md5: 9010ea6eef88c410d21fdb51a563c26c +Source140: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gu-IN.xpi +# Source140-md5: 0b0fd70db080b340417d5e1403e71fad +Source141: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/he.xpi +# Source141-md5: 07e1f838a176124125374e725dc91305 +Source142: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hi-IN.xpi +# Source142-md5: 5c9953622ec2a20e375057256db54b9f +Source143: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hr.xpi +# Source143-md5: bab5ec2ce847ea9d0c17bbcf19027a13 +Source144: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hsb.xpi +# Source144-md5: 03575ace56bb91ede66d373f489bd8bd +Source145: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hu.xpi +# Source145-md5: 8752016fc76d54dbd5515bf721d7eab7 +Source146: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hy-AM.xpi +# Source146-md5: 32c2f1ecad1c5b4b970a977d8bf9707b +Source147: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ia.xpi +# Source147-md5: 7d74657c5bfcad81e94c9a83670f1998 +Source148: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/id.xpi +# Source148-md5: c6179e553f323a0ba673b7f09baa195d +Source149: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/is.xpi +# Source149-md5: db2ef8ad7030c0dbb7815493530d627e +Source150: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/it.xpi +# Source150-md5: 44fa0fba0f3f4816ddc88f94200dba77 +Source151: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ja.xpi +# Source151-md5: 5e03f296f05443509e3936e054c6fde0 +Source152: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ka.xpi +# Source152-md5: 377f2372571a254d748f3c9d6cd19f32 +Source153: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kab.xpi +# Source153-md5: 184b927bc94a6c18f21cbb6d9efe5198 +Source154: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kk.xpi +# Source154-md5: 0cc9e13a062fbe36e532e66c533b1167 +Source155: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/km.xpi +# Source155-md5: 8f71998f13ca66531f4f008552e371be +Source156: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kn.xpi +# Source156-md5: ac9b3e37d37c3044e38921c95be83b3f +Source157: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ko.xpi +# Source157-md5: cc377e83e9e75b292b826220a70af56b +Source158: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lij.xpi +# Source158-md5: e54a485c198faccb059ac2197408fc57 +Source159: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lt.xpi +# Source159-md5: 9c6094c30224c866629d66cc053d538f +Source160: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lv.xpi +# Source160-md5: be1673262002a627025429866631cb30 +Source161: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mk.xpi +# Source161-md5: 4d5c1586c5bc270790d847040031a5c8 +Source162: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mr.xpi +# Source162-md5: 7272424378f59673aff9575e93091996 +Source163: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ms.xpi +# Source163-md5: 2e3133f4aec37a7ab61bebf4e557175a +Source164: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/my.xpi +# Source164-md5: 4ff0eed084ecdd139b79dd8b51186d96 +Source165: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nb-NO.xpi +# Source165-md5: 5ba75279c3ad9afe5a06c30c91fb2438 +Source166: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ne-NP.xpi +# Source166-md5: ba3630a649bff2e63542b419d31988ed +Source167: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nl.xpi +# Source167-md5: 8d333bc1c25a2d8a539a252046bf8e75 +Source168: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nn-NO.xpi +# Source168-md5: 5ef825f3dfb672c5b3fd03763b9cc6e6 +Source169: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/oc.xpi +# Source169-md5: ecdc6c9fc968c3877449e6b67a40c73a +Source170: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pa-IN.xpi +# Source170-md5: 9ee4ef20ac147b66ca7fe0309aa5f920 +Source171: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pl.xpi +# Source171-md5: 72df2be059ad8bd6492c1264dd745d6b +Source172: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-BR.xpi +# Source172-md5: 1eead392eab6fae6112704a8b998be2d +Source173: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-PT.xpi +# Source173-md5: 6e046472eb25ef2b04a4e6e57a711888 +Source174: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/rm.xpi +# Source174-md5: 170f963b03c5e9bf3d095fbd2b60b0dd +Source175: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ro.xpi +# Source175-md5: c52018ac11fbea3dad7970367f844482 +Source176: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ru.xpi +# Source176-md5: 6580185a6d98603858221305e9d9eca8 +Source177: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sat.xpi +# Source177-md5: aefb4a1b509c8a3435f70910654e24d0 +Source178: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sc.xpi +# Source178-md5: 29f8fa1ed333cbefaa2e5bb04c4b84ef +Source179: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sco.xpi +# Source179-md5: 6fccab8f35f65816640ce79abb46ae84 +Source180: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/si.xpi +# Source180-md5: 8093a48fb957813ca7ecdcdb2f4e5b0a +Source181: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sk.xpi +# Source181-md5: f23dd8d1962159a00182f0d612a67530 +Source182: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sl.xpi +# Source182-md5: 682101ca74d2d192ed9758d892eb8c7a +Source183: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/son.xpi +# Source183-md5: b48508c19e178bbb82113b908811185f +Source184: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sq.xpi +# Source184-md5: 03b22f80d81c89dd7b71a147b50a65c9 +Source185: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sr.xpi +# Source185-md5: 3fe77cbd8680be9108c612a566b040b7 +Source186: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sv-SE.xpi +# Source186-md5: 18116c9f81f64d27bbd64153f0a597d6 +Source187: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/szl.xpi +# Source187-md5: b2dbd0b0ab0f526a1ef6031b676abe79 +Source188: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ta.xpi +# Source188-md5: 134a9c211047c6d0a51d801d2b3be4e5 +Source189: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/te.xpi +# Source189-md5: 850cd7734a3bd10781df4933f5374882 +Source190: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tg.xpi +# Source190-md5: a50f3741f0b6b918a30793213422fe25 +Source191: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/th.xpi +# Source191-md5: bea768af51728eedc66f3e55942e69e1 +Source192: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tl.xpi +# Source192-md5: d6790ebbc3e0dbef48899f618343e8cb +Source193: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tr.xpi +# Source193-md5: b7b6c368d4cbe89a22ff780aa9b93647 +Source194: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/trs.xpi +# Source194-md5: 76214f96772f85dc82bef231c7aa748e +Source195: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uk.xpi +# Source195-md5: 230501b20ef88c2b41b1ce57835296f9 +Source196: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ur.xpi +# Source196-md5: a487104be09bd89a2f2cb5c6b181abc0 +Source197: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uz.xpi +# Source197-md5: 77cc0e50eb7881f27179da3cf7459bc7 +Source198: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/vi.xpi +# Source198-md5: ae9f46eff200fd2ff268a5a5950f9db1 +Source199: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/xh.xpi +# Source199-md5: 06e4865d9a3a01224af204752946eaf3 +Source200: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-CN.xpi +# Source200-md5: e5178f93fa16fc90bf0f25ff06a223de +Source201: https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-TW.xpi +# Source201-md5: 9b9b2bfd659cce9ac15803e23c1a8794 Patch4: %{name}-prefs.patch Patch5: %{name}-pld-bookmarks.patch Patch6: %{name}-no-subshell.patch Patch7: %{name}-middle_click_paste.patch -Patch8: %{name}-system-virtualenv.patch Patch9: %{name}-Disable-Firefox-Health-Report.patch Patch10: system-cairo.patch +Patch11: glibc-double.patch URL: https://www.mozilla.org/firefox/ BuildRequires: OpenGL-devel BuildRequires: alsa-lib-devel BuildRequires: autoconf2_13 BuildRequires: automake %{?with_gold:BuildRequires: binutils >= 3:2.20.51.0.7} -BuildRequires: bzip2-devel %{?with_system_cairo:BuildRequires: cairo-devel >= 1.10.2-5} BuildRequires: cargo >= 1.32.0 -%{?with_clang:BuildRequires: clang} -BuildRequires: clang-devel >= 3.9.0 -BuildRequires: dbus-glib-devel >= 0.60 +%{?with_clang:BuildRequires: clang >= 8.0} +BuildRequires: clang-devel >= 8.0 +BuildRequires: dbus-devel >= 0.60 BuildRequires: fontconfig-devel >= 1:2.7.0 -BuildRequires: freetype-devel >= 1:2.1.8 -%{!?with_clang:BuildRequires: gcc-c++ >= 6:4.4} -BuildRequires: glib2-devel >= 1:2.22 -BuildRequires: gstreamer-devel >= 1.0 -BuildRequires: gstreamer-plugins-base-devel >= 1.0 -BuildRequires: gtk+2-devel >= 2:2.18.0 -BuildRequires: gtk+3-devel >= 3.4.0 -%{?with_kerberos:BuildRequires: heimdal-devel >= 0.7.1} -BuildRequires: libIDL-devel >= 0.8.0 +BuildRequires: freetype-devel >= 1:2.2.1 +%{!?with_clang:BuildRequires: gcc-c++ >= 6:8.1.0} +BuildRequires: glib2-devel >= 1:2.42 +%{?with_gps:BuildRequires: gpsd-devel >= 3.11} +BuildRequires: gtk+3-devel >= 3.14.0 +%ifnarch %arch_with_atomics64 BuildRequires: libatomic-devel +%endif # DECnet (dnprogs.spec), not dummy net (libdnet.spec) #BuildRequires: libdnet-devel BuildRequires: libevent-devel >= 1.4.7 # standalone libffi 3.0.9 or gcc's from 4.5(?)+ -BuildRequires: libffi-devel >= 6:3.0.9 -%{?with_system_icu:BuildRequires: libicu-devel >= 63.1} +BuildRequires: libffi-devel >= 7:3.0.9 +%{?with_system_icu:BuildRequires: libicu-devel >= 73.1} # requires libjpeg-turbo implementing at least libjpeg 6b API BuildRequires: libjpeg-devel >= 6b BuildRequires: libjpeg-turbo-devel BuildRequires: libpng(APNG)-devel >= 0.10 BuildRequires: libpng-devel >= 2:1.6.35 -BuildRequires: libstdc++-devel >= 6:4.4 +BuildRequires: libstdc++-devel >= 6:7 BuildRequires: libxcb-devel -%{?with_system_libvpx:BuildRequires: libvpx-devel >= 1.7.0} +%{?with_system_libvpx:BuildRequires: libvpx-devel >= 1.10.0} BuildRequires: libwebp-devel >= 1.0.2 %{?with_clang:BuildRequires: lld} -BuildRequires: llvm-devel >= 3.9.0 +BuildRequires: llvm-devel >= 8.0 +%ifarch %{ix86} %{x8664} +BuildRequires: nasm >= 2.14 +%endif # or --disable-nodejs ? -BuildRequires: nodejs >= 8.11 +BuildRequires: nodejs >= 12.22.12 BuildRequires: nspr-devel >= 1:%{nspr_ver} BuildRequires: nss-devel >= 1:%{nss_ver} BuildRequires: pango-devel >= 1:1.22.0 -BuildRequires: pixman-devel >= 0.19.2 -BuildRequires: perl-modules >= 5.004 +BuildRequires: pixman-devel >= 0.36.0 +%ifarch %{arm} +BuildRequires: perl-modules >= 5.006 +%endif BuildRequires: pkgconfig >= 1:0.9.0 BuildRequires: pkgconfig(libffi) >= 3.0.9 BuildRequires: pulseaudio-devel -BuildRequires: python-modules >= 1:2.5 -%{?with_pgo:BuildRequires: python-modules-sqlite} -BuildRequires: python-simplejson -BuildRequires: python-virtualenv >= 15 -BuildRequires: readline-devel -BuildRequires: rpm >= 4.4.9-56 -BuildRequires: rpmbuild(macros) >= 1.601 -BuildRequires: rust >= 1.32.0 -BuildRequires: rust-cbindgen >= 0.12.0 +BuildRequires: python3-devel-tools +BuildRequires: python3-modules >= 1:3.8.5-3 +%{?with_pgo:BuildRequires: python3-modules-sqlite} +BuildRequires: python3-setuptools +BuildRequires: python3-simplejson +BuildRequires: python3-virtualenv >= 20 +BuildRequires: rpm-build >= 4.6 +BuildRequires: rpmbuild(macros) >= 2.025 +BuildRequires: rust >= 1.74.0 +BuildRequires: rust-cbindgen >= 0.26.0 BuildRequires: sed >= 4.0 -BuildRequires: sqlite3-devel >= 3.31.1 -BuildRequires: startup-notification-devel >= 0.8 +BuildRequires: tar >= 1:1.22 +BuildRequires: xorg-lib-libICE-devel +BuildRequires: xorg-lib-libSM-devel BuildRequires: xorg-lib-libX11-devel -BuildRequires: xorg-lib-libXScrnSaver-devel BuildRequires: xorg-lib-libXcomposite-devel +BuildRequires: xorg-lib-libXcursor-devel BuildRequires: xorg-lib-libXdamage-devel BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXfixes-devel +BuildRequires: xorg-lib-libXi-devel BuildRequires: xorg-lib-libXinerama-devel -BuildRequires: xorg-lib-libXt-devel +BuildRequires: xorg-lib-libXrandr-devel >= 1.4.0 +BuildRequires: xorg-lib-libXtst-devel %{?with_pgo:BuildRequires: xorg-xserver-Xvfb} -%ifarch %{x8664} -BuildRequires: yasm >= 1.0.1 +BuildRequires: xorg-lib-libxkbcommon-devel >= 0.4.1 +BuildRequires: xz +%ifarch %{ix86} %{x8664} +BuildRequires: yasm >= 1.2 %endif BuildRequires: unzip BuildRequires: zip BuildRequires: zlib-devel >= 1.2.3 BuildConflicts: %{name}-devel < %{version} +BuildConflicts: python3-psutil < 5.4.2 +BuildConflicts: python3-psutil > 5.8.0 Requires(post): mktemp >= 1.5-18 Requires: browser-plugins >= 2.0 %{?with_system_cairo:Requires: cairo >= 1.10.2-5} -Requires: dbus-glib >= 0.60 +Requires: dbus-libs >= 0.60 Requires: desktop-file-utils Requires: fontconfig-libs >= 1:2.7.0 -Requires: glib2 >= 1:2.22 -Requires: gtk+2 >= 2:2.18.0 -Requires: gtk+3 >= 3.4.0 +Requires: freetype >= 1:2.2.1 +Requires: glib2 >= 1:2.42 +Requires: gtk+3 >= 3.14.0 Requires: hicolor-icon-theme Requires: libjpeg-turbo Requires: libpng >= 2:1.6.35 Requires: libpng(APNG) >= 0.10 -%{?with_system_libvpx:Requires: libvpx >= 1.7.0} +%{?with_system_libvpx:Requires: libvpx >= 1.10.0} +Requires: libwebp >= 1.0.2 Requires: myspell-common -Requires: nspr >= 1:%{nspr_ver} -Requires: nss >= 1:%{nss_ver} +%requires_ge_to nspr nspr-devel +%requires_ge_to nss nss-devel Requires: pango >= 1:1.22.0 -Requires: pixman >= 0.19.2 -Requires: sqlite3 >= %{sqlite_build_version} -Requires: startup-notification >= 0.8 +Requires: pixman >= 0.36.0 +Requires: xorg-lib-libXrandr >= 1.4.0 +Requires: xorg-lib-libxkbcommon >= 0.4.1 +%ifarch %{ix86} +Requires: cpuinfo(mmx) +%endif Provides: xulrunner-libs = 2:%{version}-%{release} Provides: wwwbrowser -Obsoletes: firefox-devel +Obsoletes: firefox-devel < 53 Obsoletes: firefox-lang-as < 68.0-1 Obsoletes: firefox-lang-en_ZA < 68.0-1 Obsoletes: firefox-lang-mai < 68.0-1 Obsoletes: firefox-lang-ml < 68.0-1 Obsoletes: firefox-lang-or < 68.0-1 -Obsoletes: firefox-libs -Obsoletes: iceweasel -Obsoletes: iceweasel-libs -Obsoletes: mozilla-firebird -Obsoletes: mozilla-firefox +Obsoletes: firefox-libs < 53 +Obsoletes: iceweasel < 45 +Obsoletes: iceweasel-libs < 45 +Obsoletes: mozilla-firebird < 0.8 +Obsoletes: mozilla-firefox < 38 Obsoletes: mozilla-firefox-lang-en < 2.0.0.8-3 -Obsoletes: mozilla-firefox-libs -Obsoletes: xulrunner -Obsoletes: xulrunner-gnome -Obsoletes: xulrunner-libs < 42 +Obsoletes: mozilla-firefox-libs < 38 +Obsoletes: xulrunner < 2:42 +Obsoletes: xulrunner-gnome < 2:42 +Obsoletes: xulrunner-libs < 2:42 Conflicts: firefox-lang-resources < %{version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -381,7 +422,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _noautoprovfiles %{_libdir}/%{name} # and as we don't provide them, don't require either -%define _noautoreq liblgpllibs.so libmozavcodec.so libmozavutil.so libmozgtk.so libmozjs.so libmozsandbox.so libmozwayland.so libxul.so +%define _noautoreq libgkcodecs.so liblgpllibs.so libmozavcodec.so libmozavutil.so libmozgtk.so libmozjs.so libmozsandbox.so libmozsqlite3.so libmozwayland.so libxul.so # 67.0 libxul.so: debugedit: canonicalization unexpectedly shrank by one character %define _enable_debug_packages 0 @@ -419,8 +460,8 @@ Summary(pl.UTF-8): Pliki językowe aczoli dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ach -Obsoletes: mozilla-firefox-lang-ach +Obsoletes: iceweasel-lang-ach < 45 +Obsoletes: mozilla-firefox-lang-ach < 38 BuildArch: noarch %description lang-ach @@ -435,8 +476,8 @@ Summary(pl.UTF-8): Afrykanerskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-af -Obsoletes: mozilla-firefox-lang-af +Obsoletes: iceweasel-lang-af < 45 +Obsoletes: mozilla-firefox-lang-af < 38 BuildArch: noarch %description lang-af @@ -451,8 +492,8 @@ Summary(pl.UTF-8): Aragońskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-an -Obsoletes: mozilla-firefox-lang-an +Obsoletes: iceweasel-lang-an < 45 +Obsoletes: mozilla-firefox-lang-an < 38 BuildArch: noarch %description lang-an @@ -467,8 +508,8 @@ Summary(pl.UTF-8): Arabskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ar -Obsoletes: mozilla-firefox-lang-ar +Obsoletes: iceweasel-lang-ar < 45 +Obsoletes: mozilla-firefox-lang-ar < 38 BuildArch: noarch %description lang-ar @@ -483,8 +524,8 @@ Summary(pl.UTF-8): Asturyjskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ast -Obsoletes: mozilla-firefox-lang-ast +Obsoletes: iceweasel-lang-ast < 45 +Obsoletes: mozilla-firefox-lang-ast < 38 BuildArch: noarch %description lang-ast @@ -499,8 +540,8 @@ Summary(pl.UTF-8): Azerskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-az -Obsoletes: mozilla-firefox-lang-az +Obsoletes: iceweasel-lang-az < 45 +Obsoletes: mozilla-firefox-lang-az < 38 BuildArch: noarch %description lang-az @@ -515,8 +556,8 @@ Summary(pl.UTF-8): Białoruskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-be -Obsoletes: mozilla-firefox-lang-be +Obsoletes: iceweasel-lang-be < 45 +Obsoletes: mozilla-firefox-lang-be < 38 BuildArch: noarch %description lang-be @@ -531,8 +572,8 @@ Summary(pl.UTF-8): Bułgarskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-bg -Obsoletes: mozilla-firefox-lang-bg +Obsoletes: iceweasel-lang-bg < 45 +Obsoletes: mozilla-firefox-lang-bg < 38 BuildArch: noarch %description lang-bg @@ -547,9 +588,11 @@ Summary(pl.UTF-8): Bengalskie pliki językowe dla Firefoksa (wersja dla Banglade Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: firefox-lang-bn_IN -Obsoletes: iceweasel-lang-bn -Obsoletes: mozilla-firefox-lang-bn +Obsoletes: firefox-lang-bn_IN < 68 +Obsoletes: iceweasel-lang-bn < 45 +Obsoletes: iceweasel-lang-bn_IN < 45 +Obsoletes: mozilla-firefox-lang-bn < 38 +Obsoletes: mozilla-firefox-lang-bn_IN < 38 BuildArch: noarch %description lang-bn @@ -558,30 +601,14 @@ Bengali (Bangladesh) resources for Firefox. %description lang-bn -l pl.UTF-8 Bengalskie pliki językowe dla Firefoksa (wersja dla Bangladeszu). -%package lang-bn_IN -Summary: Bengali (India) resources for Firefox -Summary(pl.UTF-8): Bengalskie pliki językowe dla Firefoksa (wersja dla Indii) -Group: I18n -Requires: firefox >= %{version} -Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-bn_IN -Obsoletes: mozilla-firefox-lang-bn_IN -BuildArch: noarch - -%description lang-bn_IN -Bengali (India) resources for Firefox. - -%description lang-bn_IN -l pl.UTF-8 -Bengalskie pliki językowe dla Firefoksa (wersja dla Indii). - %package lang-br Summary: Breton resources for Firefox Summary(pl.UTF-8): Bretońskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-br -Obsoletes: mozilla-firefox-lang-br +Obsoletes: iceweasel-lang-br < 45 +Obsoletes: mozilla-firefox-lang-br < 38 BuildArch: noarch %description lang-br @@ -596,8 +623,8 @@ Summary(pl.UTF-8): Bośniackie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-bs -Obsoletes: mozilla-firefox-lang-bs +Obsoletes: iceweasel-lang-bs < 45 +Obsoletes: mozilla-firefox-lang-bs < 38 BuildArch: noarch %description lang-bs @@ -615,8 +642,8 @@ Group: I18n URL: http://www.softcatala.org/projectes/mozilla/ Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ca -Obsoletes: mozilla-firefox-lang-ca +Obsoletes: iceweasel-lang-ca < 45 +Obsoletes: mozilla-firefox-lang-ca < 38 BuildArch: noarch %description lang-ca @@ -631,6 +658,21 @@ Recursos catalanes para Firefox. %description lang-ca -l pl.UTF-8 Katalońskie pliki językowe dla Firefoksa. +%package lang-ca-valencia +Summary: Catalan (Valencia variant) resources for Firefox +Summary(pl.UTF-8): Katalońskie pliki językowe (wariant dla Walencji) dla Firefoksa +Group: I18n +URL: http://www.softcatala.org/projectes/mozilla/ +Requires: firefox >= %{version} +Provides: firefox-lang-resources = %{version} +BuildArch: noarch + +%description lang-ca-valencia +Catalan (Valencia variant) resources for Firefox. + +%description lang-ca-valencia -l pl.UTF-8 +Katalońskie pliki językowe (wariant dla Walencji) dla Firefoksa. + %package lang-cak Summary: Kaqchikel resources for Firefox Summary(pl.UTF-8): Pliki językowe kaqchikel dla Firefoksa @@ -651,8 +693,8 @@ Summary(pl.UTF-8): Czeskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-cs -Obsoletes: mozilla-firefox-lang-cs +Obsoletes: iceweasel-lang-cs < 45 +Obsoletes: mozilla-firefox-lang-cs < 38 BuildArch: noarch %description lang-cs @@ -661,30 +703,14 @@ Czech resources for Firefox. %description lang-cs -l pl.UTF-8 Czeskie pliki językowe dla Firefoksa. -%package lang-csb -Summary: Kashubian resources for Firefox -Summary(pl.UTF-8): Kaszubskie pliki językowe dla Firefoksa -Group: I18n -Requires: firefox >= %{version} -Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-csb -Obsoletes: mozilla-firefox-lang-csb -BuildArch: noarch - -%description lang-csb -Kashubian resources for Firefox. - -%description lang-csb -l pl.UTF-8 -Kaszubskie pliki językowe dla Firefoksa. - %package lang-cy Summary: Welsh resources for Firefox Summary(pl.UTF-8): Walijskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-cy -Obsoletes: mozilla-firefox-lang-cy +Obsoletes: iceweasel-lang-cy < 45 +Obsoletes: mozilla-firefox-lang-cy < 38 BuildArch: noarch %description lang-cy @@ -699,8 +725,8 @@ Summary(pl.UTF-8): Duńskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-da -Obsoletes: mozilla-firefox-lang-da +Obsoletes: iceweasel-lang-da < 45 +Obsoletes: mozilla-firefox-lang-da < 38 BuildArch: noarch %description lang-da @@ -715,8 +741,8 @@ Summary(pl.UTF-8): Niemieckie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-de -Obsoletes: mozilla-firefox-lang-de +Obsoletes: iceweasel-lang-de < 45 +Obsoletes: mozilla-firefox-lang-de < 38 BuildArch: noarch %description lang-de @@ -731,8 +757,8 @@ Summary(pl.UTF-8): Dolnołużyckie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-dsb -Obsoletes: mozilla-firefox-lang-dsb +Obsoletes: iceweasel-lang-dsb < 45 +Obsoletes: mozilla-firefox-lang-dsb < 38 BuildArch: noarch %description lang-dsb @@ -747,8 +773,8 @@ Summary(pl.UTF-8): Greckie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-el -Obsoletes: mozilla-firefox-lang-el +Obsoletes: iceweasel-lang-el < 45 +Obsoletes: mozilla-firefox-lang-el < 38 BuildArch: noarch %description lang-el @@ -777,8 +803,8 @@ Summary(pl.UTF-8): Angielskie (brytyjskie) pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-en_GB -Obsoletes: mozilla-firefox-lang-en_GB +Obsoletes: iceweasel-lang-en_GB < 45 +Obsoletes: mozilla-firefox-lang-en_GB < 38 BuildArch: noarch %description lang-en_GB @@ -793,8 +819,8 @@ Summary(pl.UTF-8): Angielskie (amerykańskie) pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-en_US -Obsoletes: mozilla-firefox-lang-en_US +Obsoletes: iceweasel-lang-en_US < 45 +Obsoletes: mozilla-firefox-lang-en_US < 38 BuildArch: noarch %description lang-en_US @@ -809,8 +835,8 @@ Summary(pl.UTF-8): Pliki językowe esperanto dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-eo -Obsoletes: mozilla-firefox-lang-eo +Obsoletes: iceweasel-lang-eo < 45 +Obsoletes: mozilla-firefox-lang-eo < 38 BuildArch: noarch %description lang-eo @@ -827,8 +853,8 @@ Summary(pl.UTF-8): Hiszpańskie pliki językowe dla Firefoksa (wersja dla Andory Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-es_AR -Obsoletes: mozilla-firefox-lang-es_AR +Obsoletes: iceweasel-lang-es_AR < 45 +Obsoletes: mozilla-firefox-lang-es_AR < 38 BuildArch: noarch %description lang-es_AR @@ -851,8 +877,8 @@ Summary(pl.UTF-8): Hiszpańskie pliki językowe dla Firefoksa (wersja dla Chile) Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-es_CL -Obsoletes: mozilla-firefox-lang-es_CL +Obsoletes: iceweasel-lang-es_CL < 45 +Obsoletes: mozilla-firefox-lang-es_CL < 38 BuildArch: noarch %description lang-es_CL @@ -875,8 +901,8 @@ Summary(pl.UTF-8): Hiszpańskie pliki językowe dla Firefoksa (wersja dla Hiszpa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-es -Obsoletes: mozilla-firefox-lang-es +Obsoletes: iceweasel-lang-es < 45 +Obsoletes: mozilla-firefox-lang-es < 38 BuildArch: noarch %description lang-es @@ -899,8 +925,8 @@ Summary(pl.UTF-8): Hiszpańskie pliki językowe dla Firefoksa (wersja dla Meksyk Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-es_MX -Obsoletes: mozilla-firefox-lang-es_MX +Obsoletes: iceweasel-lang-es_MX < 45 +Obsoletes: mozilla-firefox-lang-es_MX < 38 BuildArch: noarch %description lang-es_MX @@ -921,8 +947,8 @@ Summary(pl.UTF-8): Estońskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-et -Obsoletes: mozilla-firefox-lang-et +Obsoletes: iceweasel-lang-et < 45 +Obsoletes: mozilla-firefox-lang-et < 38 BuildArch: noarch %description lang-et @@ -937,8 +963,8 @@ Summary(pl.UTF-8): Baskijskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-eu -Obsoletes: mozilla-firefox-lang-eu +Obsoletes: iceweasel-lang-eu < 45 +Obsoletes: mozilla-firefox-lang-eu < 38 BuildArch: noarch %description lang-eu @@ -953,8 +979,8 @@ Summary(pl.UTF-8): Perskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-fa -Obsoletes: mozilla-firefox-lang-fa +Obsoletes: iceweasel-lang-fa < 45 +Obsoletes: mozilla-firefox-lang-fa < 38 BuildArch: noarch %description lang-fa @@ -969,8 +995,8 @@ Summary(pl.UTF-8): Pliki językowe fulani dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ff -Obsoletes: mozilla-firefox-lang-ff +Obsoletes: iceweasel-lang-ff < 45 +Obsoletes: mozilla-firefox-lang-ff < 38 BuildArch: noarch %description lang-ff @@ -985,8 +1011,8 @@ Summary(pl.UTF-8): Fińskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-fi -Obsoletes: mozilla-firefox-lang-fi +Obsoletes: iceweasel-lang-fi < 45 +Obsoletes: mozilla-firefox-lang-fi < 38 BuildArch: noarch %description lang-fi @@ -1001,8 +1027,8 @@ Summary(pl.UTF-8): Francuskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-fr -Obsoletes: mozilla-firefox-lang-fr +Obsoletes: iceweasel-lang-fr < 45 +Obsoletes: mozilla-firefox-lang-fr < 38 BuildArch: noarch %description lang-fr @@ -1011,14 +1037,28 @@ French resources for Firefox. %description lang-fr -l pl.UTF-8 Francuskie pliki językowe dla Firefoksa. +%package lang-fur +Summary: Friulian resources for Firefox +Summary(pl.UTF-8): Friulskie pliki językowe dla Firefoksa +Group: I18n +Requires: firefox >= %{version} +Provides: firefox-lang-resources = %{version} +BuildArch: noarch + +%description lang-fur +Friulian resources for Firefox. + +%description lang-fur -l pl.UTF-8 +Friulskie pliki językowe dla Firefoksa. + %package lang-fy Summary: Frisian resources for Firefox Summary(pl.UTF-8): Fryzyjskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-fy -Obsoletes: mozilla-firefox-lang-fy +Obsoletes: iceweasel-lang-fy < 45 +Obsoletes: mozilla-firefox-lang-fy < 38 BuildArch: noarch %description lang-fy @@ -1033,8 +1073,8 @@ Summary(pl.UTF-8): Irlandzkie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ga -Obsoletes: mozilla-firefox-lang-ga +Obsoletes: iceweasel-lang-ga < 45 +Obsoletes: mozilla-firefox-lang-ga < 38 BuildArch: noarch %description lang-ga @@ -1049,8 +1089,8 @@ Summary(pl.UTF-8): Szkockie (gaelickie) pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-gd -Obsoletes: mozilla-firefox-lang-gd +Obsoletes: iceweasel-lang-gd < 45 +Obsoletes: mozilla-firefox-lang-gd < 38 BuildArch: noarch %description lang-gd @@ -1065,8 +1105,8 @@ Summary(pl.UTF-8): Galicyjskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-gl -Obsoletes: mozilla-firefox-lang-gl +Obsoletes: iceweasel-lang-gl < 45 +Obsoletes: mozilla-firefox-lang-gl < 38 BuildArch: noarch %description lang-gl @@ -1081,8 +1121,8 @@ Summary(pl.UTF-8): Pliki językowe guarani dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-gn -Obsoletes: mozilla-firefox-lang-gn +Obsoletes: iceweasel-lang-gn < 45 +Obsoletes: mozilla-firefox-lang-gn < 38 BuildArch: noarch %description lang-gn @@ -1097,8 +1137,8 @@ Summary(pl.UTF-8): Pliki językowe gudźarati dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-gu -Obsoletes: mozilla-firefox-lang-gu +Obsoletes: iceweasel-lang-gu < 45 +Obsoletes: mozilla-firefox-lang-gu < 38 BuildArch: noarch %description lang-gu @@ -1113,8 +1153,8 @@ Summary(pl.UTF-8): Hebrajskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-he -Obsoletes: mozilla-firefox-lang-he +Obsoletes: iceweasel-lang-he < 45 +Obsoletes: mozilla-firefox-lang-he < 38 BuildArch: noarch %description lang-he @@ -1129,8 +1169,8 @@ Summary(pl.UTF-8): Pliki językowe hindi dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-hi -Obsoletes: mozilla-firefox-lang-hi +Obsoletes: iceweasel-lang-hi < 45 +Obsoletes: mozilla-firefox-lang-hi < 38 BuildArch: noarch %description lang-hi @@ -1145,8 +1185,8 @@ Summary(pl.UTF-8): Chorwackie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-hr -Obsoletes: mozilla-firefox-lang-hr +Obsoletes: iceweasel-lang-hr < 45 +Obsoletes: mozilla-firefox-lang-hr < 38 BuildArch: noarch %description lang-hr @@ -1161,8 +1201,8 @@ Summary(pl.UTF-8): Górnołużyckie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-hsb -Obsoletes: mozilla-firefox-lang-hsb +Obsoletes: iceweasel-lang-hsb < 45 +Obsoletes: mozilla-firefox-lang-hsb < 38 BuildArch: noarch %description lang-hsb @@ -1178,8 +1218,8 @@ Summary(pl.UTF-8): Węgierskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-hu -Obsoletes: mozilla-firefox-lang-hu +Obsoletes: iceweasel-lang-hu < 45 +Obsoletes: mozilla-firefox-lang-hu < 38 BuildArch: noarch %description lang-hu @@ -1197,8 +1237,8 @@ Summary(pl.UTF-8): Ormiańskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-hy -Obsoletes: mozilla-firefox-lang-hy +Obsoletes: iceweasel-lang-hy < 45 +Obsoletes: mozilla-firefox-lang-hy < 38 BuildArch: noarch %description lang-hy @@ -1227,8 +1267,8 @@ Summary(pl.UTF-8): Indonezyjskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-id -Obsoletes: mozilla-firefox-lang-id +Obsoletes: iceweasel-lang-id < 45 +Obsoletes: mozilla-firefox-lang-id < 38 BuildArch: noarch %description lang-id @@ -1243,8 +1283,8 @@ Summary(pl.UTF-8): Islandzkie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-is -Obsoletes: mozilla-firefox-lang-is +Obsoletes: iceweasel-lang-is < 45 +Obsoletes: mozilla-firefox-lang-is < 38 BuildArch: noarch %description lang-is @@ -1259,8 +1299,8 @@ Summary(pl.UTF-8): Włoskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-it -Obsoletes: mozilla-firefox-lang-it +Obsoletes: iceweasel-lang-it < 45 +Obsoletes: mozilla-firefox-lang-it < 38 BuildArch: noarch %description lang-it @@ -1275,8 +1315,8 @@ Summary(pl.UTF-8): Japońskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ja -Obsoletes: mozilla-firefox-lang-ja +Obsoletes: iceweasel-lang-ja < 45 +Obsoletes: mozilla-firefox-lang-ja < 38 BuildArch: noarch %description lang-ja @@ -1291,8 +1331,8 @@ Summary(pl.UTF-8): Gruzińskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ka -Obsoletes: mozilla-firefox-lang-ka +Obsoletes: iceweasel-lang-ka < 45 +Obsoletes: mozilla-firefox-lang-ka < 38 BuildArch: noarch %description lang-ka @@ -1321,8 +1361,8 @@ Summary(pl.UTF-8): Kazachskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-kk -Obsoletes: mozilla-firefox-lang-kk +Obsoletes: iceweasel-lang-kk < 45 +Obsoletes: mozilla-firefox-lang-kk < 38 BuildArch: noarch %description lang-kk @@ -1337,8 +1377,8 @@ Summary(pl.UTF-8): Khmerskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-km -Obsoletes: mozilla-firefox-lang-km +Obsoletes: iceweasel-lang-km < 45 +Obsoletes: mozilla-firefox-lang-km < 38 BuildArch: noarch %description lang-km @@ -1353,8 +1393,8 @@ Summary(pl.UTF-8): Pliki językowe kannada dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-kn -Obsoletes: mozilla-firefox-lang-kn +Obsoletes: iceweasel-lang-kn < 45 +Obsoletes: mozilla-firefox-lang-kn < 38 BuildArch: noarch %description lang-kn @@ -1369,8 +1409,8 @@ Summary(pl.UTF-8): Koreańskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ko -Obsoletes: mozilla-firefox-lang-ko +Obsoletes: iceweasel-lang-ko < 45 +Obsoletes: mozilla-firefox-lang-ko < 38 BuildArch: noarch %description lang-ko @@ -1379,30 +1419,14 @@ Korean resources for Firefox. %description lang-ko -l pl.UTF-8 Koreańskie pliki językowe dla Firefoksa. -%package lang-ku -Summary: Kurdish resources for Firefox -Summary(pl.UTF-8): Kurdyjskie pliki językowe dla Firefoksa -Group: I18n -Requires: firefox >= %{version} -Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ku -Obsoletes: mozilla-firefox-lang-ku -BuildArch: noarch - -%description lang-ku -Kurdish resources for Firefox. - -%description lang-ku -l pl.UTF-8 -Kurdyjskie pliki językowe dla Firefoksa. - %package lang-lij Summary: Ligurian resources for Firefox Summary(pl.UTF-8): Liguryjskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-lij -Obsoletes: mozilla-firefox-lang-lij +Obsoletes: iceweasel-lang-lij < 45 +Obsoletes: mozilla-firefox-lang-lij < 38 BuildArch: noarch %description lang-lij @@ -1417,8 +1441,8 @@ Summary(pl.UTF-8): Litewskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-lt -Obsoletes: mozilla-firefox-lang-lt +Obsoletes: iceweasel-lang-lt < 45 +Obsoletes: mozilla-firefox-lang-lt < 38 BuildArch: noarch %description lang-lt @@ -1433,8 +1457,8 @@ Summary(pl.UTF-8): Łotewskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-lv -Obsoletes: mozilla-firefox-lang-lv +Obsoletes: iceweasel-lang-lv < 45 +Obsoletes: mozilla-firefox-lang-lv < 38 BuildArch: noarch %description lang-lv @@ -1449,8 +1473,8 @@ Summary(pl.UTF-8): Macedońskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-mk -Obsoletes: mozilla-firefox-lang-mk +Obsoletes: iceweasel-lang-mk < 45 +Obsoletes: mozilla-firefox-lang-mk < 38 BuildArch: noarch %description lang-mk @@ -1465,8 +1489,8 @@ Summary(pl.UTF-8): Pliki językowe marathi dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-mr -Obsoletes: mozilla-firefox-lang-mr +Obsoletes: iceweasel-lang-mr < 45 +Obsoletes: mozilla-firefox-lang-mr < 38 BuildArch: noarch %description lang-mr @@ -1481,8 +1505,8 @@ Summary(pl.UTF-8): Malajskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ms -Obsoletes: mozilla-firefox-lang-ms +Obsoletes: iceweasel-lang-ms < 45 +Obsoletes: mozilla-firefox-lang-ms < 38 BuildArch: noarch %description lang-ms @@ -1511,8 +1535,8 @@ Summary(pl.UTF-8): Norweskie (bokmaal) pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-nb -Obsoletes: mozilla-firefox-lang-nb +Obsoletes: iceweasel-lang-nb < 45 +Obsoletes: mozilla-firefox-lang-nb < 38 BuildArch: noarch %description lang-nb @@ -1541,8 +1565,8 @@ Summary(pl.UTF-8): Holenderskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-nl -Obsoletes: mozilla-firefox-lang-nl +Obsoletes: iceweasel-lang-nl < 45 +Obsoletes: mozilla-firefox-lang-nl < 38 BuildArch: noarch %description lang-nl @@ -1557,8 +1581,8 @@ Summary(pl.UTF-8): Norweskie (nynorsk) pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-nn -Obsoletes: mozilla-firefox-lang-nn +Obsoletes: iceweasel-lang-nn < 45 +Obsoletes: mozilla-firefox-lang-nn < 38 BuildArch: noarch %description lang-nn @@ -1587,8 +1611,8 @@ Summary(pl.UTF-8): Pendżabskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-pa -Obsoletes: mozilla-firefox-lang-pa +Obsoletes: iceweasel-lang-pa < 45 +Obsoletes: mozilla-firefox-lang-pa < 38 BuildArch: noarch %description lang-pa @@ -1604,8 +1628,8 @@ Group: I18n URL: http://www.firefox.pl/ Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-pl -Obsoletes: mozilla-firefox-lang-pl +Obsoletes: iceweasel-lang-pl < 45 +Obsoletes: mozilla-firefox-lang-pl < 38 BuildArch: noarch %description lang-pl @@ -1620,8 +1644,8 @@ Summary(pl.UTF-8): Portugalskie (brazylijskie) pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-pt_BR -Obsoletes: mozilla-firefox-lang-pt_BR +Obsoletes: iceweasel-lang-pt_BR < 45 +Obsoletes: mozilla-firefox-lang-pt_BR < 38 BuildArch: noarch %description lang-pt_BR @@ -1636,8 +1660,8 @@ Summary(pl.UTF-8): Portugalskie pliki językowe dla Firefoksa (wersja dla Portug Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-pt -Obsoletes: mozilla-firefox-lang-pt +Obsoletes: iceweasel-lang-pt < 45 +Obsoletes: mozilla-firefox-lang-pt < 38 BuildArch: noarch %description lang-pt @@ -1652,8 +1676,8 @@ Summary(pl.UTF-8): Retoromańskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-rm -Obsoletes: mozilla-firefox-lang-rm +Obsoletes: iceweasel-lang-rm < 45 +Obsoletes: mozilla-firefox-lang-rm < 38 BuildArch: noarch %description lang-rm @@ -1668,8 +1692,8 @@ Summary(pl.UTF-8): Rumuńskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ro -Obsoletes: mozilla-firefox-lang-ro +Obsoletes: iceweasel-lang-ro < 45 +Obsoletes: mozilla-firefox-lang-ro < 38 BuildArch: noarch %description lang-ro @@ -1684,8 +1708,8 @@ Summary(pl.UTF-8): Rosyjskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ru -Obsoletes: mozilla-firefox-lang-ru +Obsoletes: iceweasel-lang-ru < 45 +Obsoletes: mozilla-firefox-lang-ru < 38 BuildArch: noarch %description lang-ru @@ -1694,14 +1718,56 @@ Russian resources for Firefox. %description lang-ru -l pl.UTF-8 Rosyjskie pliki językowe dla Firefoksa. +%package lang-sat +Summary: Santali resources for Firefox +Summary(pl.UTF-8): Pliki językowe santali dla Firefoksa +Group: I18n +Requires: firefox >= %{version} +Provides: firefox-lang-resources = %{version} +BuildArch: noarch + +%description lang-sat +Santali resources for Firefox. + +%description lang-sat -l pl.UTF-8 +Pliki językowe santali dla Firefoksa. + +%package lang-sc +Summary: Sardinian resources for Firefox +Summary(pl.UTF-8): Sardyńskie pliki językowe dla Firefoksa +Group: I18n +Requires: firefox >= %{version} +Provides: firefox-lang-resources = %{version} +BuildArch: noarch + +%description lang-sc +Sardinian resources for Firefox. + +%description lang-sc -l pl.UTF-8 +Sardyńskie pliki językowe dla Firefoksa. + +%package lang-sco +Summary: Scots resources for Firefox +Summary(pl.UTF-8): Pliki językowe scots dla Firefoksa +Group: I18n +Requires: firefox >= %{version} +Provides: firefox-lang-resources = %{version} +BuildArch: noarch + +%description lang-sco +Scots resources for Firefox. + +%description lang-sco -l pl.UTF-8 +Pliki językowe scots dla Firefoksa. + %package lang-si Summary: Sinhala resources for Firefox Summary(pl.UTF-8): Syngaleskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-si -Obsoletes: mozilla-firefox-lang-si +Obsoletes: iceweasel-lang-si < 45 +Obsoletes: mozilla-firefox-lang-si < 38 BuildArch: noarch %description lang-si @@ -1716,8 +1782,8 @@ Summary(pl.UTF-8): Słowackie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-sk -Obsoletes: mozilla-firefox-lang-sk +Obsoletes: iceweasel-lang-sk < 45 +Obsoletes: mozilla-firefox-lang-sk < 38 BuildArch: noarch %description lang-sk @@ -1732,8 +1798,8 @@ Summary(pl.UTF-8): Słoweńskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-sl -Obsoletes: mozilla-firefox-lang-sl +Obsoletes: iceweasel-lang-sl < 45 +Obsoletes: mozilla-firefox-lang-sl < 38 BuildArch: noarch %description lang-sl @@ -1748,8 +1814,8 @@ Summary(pl.UTF-8): Songhajskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-son -Obsoletes: mozilla-firefox-lang-son +Obsoletes: iceweasel-lang-son < 45 +Obsoletes: mozilla-firefox-lang-son < 38 BuildArch: noarch %description lang-son @@ -1764,8 +1830,8 @@ Summary(pl.UTF-8): Albańskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-sq -Obsoletes: mozilla-firefox-lang-sq +Obsoletes: iceweasel-lang-sq < 45 +Obsoletes: mozilla-firefox-lang-sq < 38 BuildArch: noarch %description lang-sq @@ -1780,8 +1846,8 @@ Summary(pl.UTF-8): Serbskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-sr -Obsoletes: mozilla-firefox-lang-sr +Obsoletes: iceweasel-lang-sr < 45 +Obsoletes: mozilla-firefox-lang-sr < 38 BuildArch: noarch %description lang-sr @@ -1796,8 +1862,8 @@ Summary(pl.UTF-8): Szwedzkie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-sv -Obsoletes: mozilla-firefox-lang-sv +Obsoletes: iceweasel-lang-sv < 45 +Obsoletes: mozilla-firefox-lang-sv < 38 BuildArch: noarch %description lang-sv @@ -1806,14 +1872,28 @@ Swedish resources for Firefox. %description lang-sv -l pl.UTF-8 Szwedzkie pliki językowe dla Firefoksa. +%package lang-szl +Summary: Silesian resources for Firefox +Summary(pl.UTF-8): Śląskie pliki językowe dla Firefoksa +Group: I18n +Requires: firefox >= %{version} +Provides: firefox-lang-resources = %{version} +BuildArch: noarch + +%description lang-szl +Silesian resources for Firefox. + +%description lang-szl -l pl.UTF-8 +Śląskie pliki językowe dla Firefoksa. + %package lang-ta Summary: Tamil (India) resources for Firefox Summary(pl.UTF-8): Tamilskie pliki językowe dla Firefoksa (wersja dla Indii) Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-ta -Obsoletes: mozilla-firefox-lang-ta +Obsoletes: iceweasel-lang-ta < 45 +Obsoletes: mozilla-firefox-lang-ta < 38 BuildArch: noarch %description lang-ta @@ -1828,8 +1908,8 @@ Summary(pl.UTF-8): Pliki językowe telugu dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-te -Obsoletes: mozilla-firefox-lang-te +Obsoletes: iceweasel-lang-te < 45 +Obsoletes: mozilla-firefox-lang-te < 38 BuildArch: noarch %description lang-te @@ -1838,14 +1918,28 @@ Telugu resources for Firefox. %description lang-te -l pl.UTF-8 Pliki językowe telugu dla Firefoksa. +%package lang-tg +Summary: Tajik resources for Firefox +Summary(pl.UTF-8): Tadżyckie pliki językowe dla Firefoksa +Group: I18n +Requires: firefox >= %{version} +Provides: firefox-lang-resources = %{version} +BuildArch: noarch + +%description lang-tg +Tajik resources for Firefox. + +%description lang-tg -l pl.UTF-8 +Tadżyckie pliki językowe dla Firefoksa. + %package lang-th Summary: Thai resources for Firefox Summary(pl.UTF-8): Tajskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-th -Obsoletes: mozilla-firefox-lang-th +Obsoletes: iceweasel-lang-th < 45 +Obsoletes: mozilla-firefox-lang-th < 38 BuildArch: noarch %description lang-th @@ -1854,14 +1948,28 @@ Thai resources for Firefox. %description lang-th -l pl.UTF-8 Tajskie pliki językowe dla Firefoksa. +%package lang-tl +Summary: Tagalog resources for Firefox +Summary(pl.UTF-8): Tagalskie pliki językowe dla Firefoksa +Group: I18n +Requires: firefox >= %{version} +Provides: firefox-lang-resources = %{version} +BuildArch: noarch + +%description lang-tl +Tagalog resources for Firefox. + +%description lang-tl -l pl.UTF-8 +Tagalskie pliki językowe dla Firefoksa. + %package lang-tr Summary: Turkish resources for Firefox Summary(pl.UTF-8): Tureckie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-tr -Obsoletes: mozilla-firefox-lang-tr +Obsoletes: iceweasel-lang-tr < 45 +Obsoletes: mozilla-firefox-lang-tr < 38 BuildArch: noarch %description lang-tr @@ -1870,14 +1978,28 @@ Turkish resources for Firefox. %description lang-tr -l pl.UTF-8 Tureckie pliki językowe dla Firefoksa. +%package lang-trs +Summary: Triqui (Oaxaca) resources for Firefox +Summary(pl.UTF-8): Pliki językowe trike czikauastlańskiego dla Firefoksa +Group: I18n +Requires: firefox >= %{version} +Provides: firefox-lang-resources = %{version} +BuildArch: noarch + +%description lang-trs +Triqui (Oaxaca) resources for Firefox. + +%description lang-trs -l pl.UTF-8 +Pliki językowe trike czikauastlańskiego dla Firefoksa. + %package lang-uk Summary: Ukrainian resources for Firefox Summary(pl.UTF-8): Ukraińskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-uk -Obsoletes: mozilla-firefox-lang-uk +Obsoletes: iceweasel-lang-uk < 45 +Obsoletes: mozilla-firefox-lang-uk < 38 BuildArch: noarch %description lang-uk @@ -1906,8 +2028,8 @@ Summary(pl.UTF-8): Uzbeckie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-uz -Obsoletes: mozilla-firefox-lang-uz +Obsoletes: iceweasel-lang-uz < 45 +Obsoletes: mozilla-firefox-lang-uz < 38 BuildArch: noarch %description lang-uz @@ -1922,8 +2044,8 @@ Summary(pl.UTF-8): Wietnamskie pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-vi -Obsoletes: mozilla-firefox-lang-vi +Obsoletes: iceweasel-lang-vi < 45 +Obsoletes: mozilla-firefox-lang-vi < 38 BuildArch: noarch %description lang-vi @@ -1938,8 +2060,8 @@ Summary(pl.UTF-8): Pliki językowe xhosa dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-xh -Obsoletes: mozilla-firefox-lang-xh +Obsoletes: iceweasel-lang-xh < 45 +Obsoletes: mozilla-firefox-lang-xh < 38 BuildArch: noarch %description lang-xh @@ -1954,8 +2076,8 @@ Summary(pl.UTF-8): Chińskie (uproszczone) pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-zh_CN -Obsoletes: mozilla-firefox-lang-zh_CN +Obsoletes: iceweasel-lang-zh_CN < 45 +Obsoletes: mozilla-firefox-lang-zh_CN < 38 BuildArch: noarch %description lang-zh_CN @@ -1970,8 +2092,8 @@ Summary(pl.UTF-8): Chińskie tradycyjne pliki językowe dla Firefoksa Group: I18n Requires: firefox >= %{version} Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-zh_TW -Obsoletes: mozilla-firefox-lang-zh_TW +Obsoletes: iceweasel-lang-zh_TW < 45 +Obsoletes: mozilla-firefox-lang-zh_TW < 38 BuildArch: noarch %description lang-zh_TW @@ -1980,22 +2102,6 @@ Traditional Chinese resources for Firefox. %description lang-zh_TW -l pl.UTF-8 Chińskie tradycyjne pliki językowe dla Firefoksa. -%package lang-zu -Summary: Zulu resources for Firefox -Summary(pl.UTF-8): Zuluskie pliki językowe dla Firefoksa -Group: I18n -Requires: firefox >= %{version} -Provides: firefox-lang-resources = %{version} -Obsoletes: iceweasel-lang-zu -Obsoletes: mozilla-firefox-lang-zu -BuildArch: noarch - -%description lang-zu -Zulu resources for Firefox. - -%description lang-zu -l pl.UTF-8 -Zuluskie pliki językowe dla Firefoksa. - %package geckodriver Summary: WebDriver for Firefox Summary(pl.UTF-8): WebDriver dla Firefoksa @@ -2019,15 +2125,15 @@ unpack() { cp -p $file . } %define __unzip unpack -%setup -q %(seq -f '-a %g' 100 192 | xargs) +%setup -q %(seq -f '-a %g' 100 201 | xargs) %patch4 -p1 %patch5 -p1 %patch6 -p2 %patch7 -p1 -%patch8 -p2 %patch9 -p1 %{?with_system_cairo:%patch10 -p1} +%patch11 -p1 %if %{with pgo} %{__sed} -i -e 's@__BROWSER_PATH__@"../../dist/bin/firefox-bin"@' build/automation.py.in @@ -2051,16 +2157,22 @@ export CC="%{__cc}" export CXX="%{__cxx}" %endif %ifarch %{ix86} -export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64 -g0" -export CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64 -g0" +export CFLAGS="%{rpmcflags} %{!?with_system_libvpx:-mmmx} -D_FILE_OFFSET_BITS=64" +export CXXFLAGS="%{rpmcxxflags} -mmmx -D_FILE_OFFSET_BITS=64" +%else +export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64" +export CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64" +%endif + +%if %{with lowmem} +export CFLAGS="$CFLAGS -g0" +export CXXFLAGS="$CXXFLAGS -g0" export MOZ_DEBUG_FLAGS=" " export LLVM_USE_SPLIT_DWARF=1 export LLVM_PARALLEL_LINK_JOBS=1 export MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads" +#export CARGO_INCREMENTAL=0 # candidate for with_lowmem2 export RUSTFLAGS="-Cdebuginfo=0" -%else -export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64" -export CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64" %endif mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{_target_cpu} @@ -2090,29 +2202,31 @@ ac_add_options --disable-tests %endif %endif ac_add_options --disable-crashreporter -ac_add_options --disable-gconf ac_add_options --disable-necko-wifi +# candidate for with_lowmem2 +#ac_add_options --disable-unified-build ac_add_options --disable-updater ac_add_options --enable-alsa ac_add_options --enable-chrome-format=omni -ac_add_options --enable-default-toolkit=cairo-gtk3 -ac_add_options --enable-extensions=default +ac_add_options --enable-default-toolkit=cairo-gtk3-wayland %{?with_geckodriver:ac_add_options --enable-geckodriver} %{?with_gold:ac_add_options --enable-linker=gold} +%ifarch %{ix86} %{x8664} %{arm} ac_add_options --disable-elf-hack +%endif +%if %{with gps} +ac_add_options --enable-gpsd +%endif %if %{with lto} -ac_add_options --enable-lto +ac_add_options --enable-lto=cross %endif %{?with_clang:ac_add_options --enable-linker=lld} -ac_add_options --enable-readline +%{?with_rust_simd:ac_add_options --enable-rust-simd} %{?with_shared_js:ac_add_options --enable-shared-js} -ac_add_options --enable-startup-notification %{?with_system_cairo:ac_add_options --enable-system-cairo} ac_add_options --enable-system-ffi -ac_add_options --enable-system-sqlite %{?with_official:ac_add_options --enable-official-branding} ac_add_options --with-distribution-id=org.pld-linux -ac_add_options --with-system-bz2 ac_add_options --with%{!?with_system_icu:out}-system-icu ac_add_options --with-system-jpeg ac_add_options --with-system-libevent @@ -2123,32 +2237,41 @@ ac_add_options --with-system-pixman ac_add_options --with-system-png ac_add_options --with-system-webp ac_add_options --with-system-zlib -# Workaround for mozbz#1341234 -ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)" +ac_add_options --without-wasm-sandboxed-libraries EOF -%if ! %{with clang} +%if %{without clang} # On x86_64 architectures, Mozilla can build up to 4 jobs at once in parallel, # however builds tend to fail on other arches when building in parallel. -RPM_BUILD_NR_THREADS=1 +MOZ_PARALLEL_BUILD=1 %ifarch %{x8664} -jobs=$(echo %{_smp_mflags} | cut -dj -f2) -[ -n "$jobs" -a "$jobs" -gt 4 ] && RPM_BUILD_NR_THREADS=4 || RPM_BUILD_NR_THREADS="$jobs" +jobs="%{__jobs}" +[ -n "$jobs" -a "$jobs" -gt 4 ] && MOZ_PARALLEL_BUILD=4 || MOZ_PARALLEL_BUILD="$jobs" %endif -export MOZ_MAKE_FLAGS="-j${RPM_BUILD_NR_THREADS}" +export MOZ_PARALLEL_BUILD +%else +%{?__jobs:export MOZ_PARALLEL_BUILD="%__jobs"} %endif export MOZ_SERVICES_SYNC="1" +export MOZBUILD_STATE_PATH="$(pwd)/.mozbuild" +export MACH_SYSTEM_ASSERTED_COMPATIBLE_WITH_BUILD_SITE=1 +export MACH_SYSTEM_ASSERTED_COMPATIBLE_WITH_MACH_SITE=1 %if %{with pgo} D=$(( RANDOM % (200 - 100 + 1 ) + 5 )) /usr/bin/Xvfb :${D} & XVFB_PID=$! [ -n "$XVFB_PID" ] || exit 1 export DISPLAY=:${D} -MOZ_PGO=1 AUTOCONF=/usr/bin/autoconf2_13 ./mach build +MOZ_PGO=1 \ +AUTOCONF=/usr/bin/autoconf2_13 \ +MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none \ +./mach build kill $XVFB_PID %else -AUTOCONF=/usr/bin/autoconf2_13 ./mach build +AUTOCONF=/usr/bin/autoconf2_13 \ +MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none \ +./mach build %{?with_lowmem2:-j1} %endif %install @@ -2252,19 +2375,19 @@ fi %attr(755,root,root) %{_libdir}/%{name}/firefox %attr(755,root,root) %{_libdir}/%{name}/firefox-bin +%attr(755,root,root) %{_libdir}/%{name}/glxtest %attr(755,root,root) %{_libdir}/%{name}/pingsender +%{?with_v4l2:%attr(755,root,root) %{_libdir}/%{name}/v4l2test} +%attr(755,root,root) %{_libdir}/%{name}/vaapitest %{_libdir}/%{name}/application.ini -%{_libdir}/%{name}/browser/blocklist.xml %{_libdir}/%{name}/browser/omni.ja -%{_libdir}/%{name}/browser/features/doh-rollout@mozilla.org.xpi %{_libdir}/%{name}/browser/features/formautofill@mozilla.org.xpi +%{_libdir}/%{name}/browser/features/pictureinpicture@mozilla.org.xpi %{_libdir}/%{name}/browser/features/screenshots@mozilla.org.xpi %{_libdir}/%{name}/browser/features/webcompat@mozilla.org.xpi %{_libdir}/%{name}/browser/features/webcompat-reporter@mozilla.org.xpi -%attr(755,root,root) %{_libdir}/%{name}/plugin-container - %dir %{_libdir}/%{name}/fonts %{_libdir}/%{name}/fonts/TwemojiMozilla.ttf @@ -2272,21 +2395,23 @@ fi %dir %{_libdir}/%{name}/gmp-clearkey/0.1 %{_libdir}/%{name}/gmp-clearkey/0.1/manifest.json %attr(755,root,root) %{_libdir}/%{name}/gmp-clearkey/0.1/libclearkey.so -%{!?with_system_icu:%{_libdir}/%{name}/icudt58l.dat} %dir %{_libdir}/%{name} %{_libdir}/%{name}/platform.ini +%attr(755,root,root) %{_libdir}/%{name}/libgkcodecs.so %{?with_shared_js:%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so} +%attr(755,root,root) %{_libdir}/%{name}/libipcclientcerts.so %attr(755,root,root) %{_libdir}/%{name}/liblgpllibs.so %attr(755,root,root) %{_libdir}/%{name}/libxul.so %attr(755,root,root) %{_libdir}/%{name}/libmozavcodec.so %attr(755,root,root) %{_libdir}/%{name}/libmozavutil.so +%ifarch %{ix86} %{x8664} %{arm} aarch64 %attr(755,root,root) %{_libdir}/%{name}/libmozsandbox.so +%endif +%attr(755,root,root) %{_libdir}/%{name}/libmozsqlite3.so %attr(755,root,root) %{_libdir}/%{name}/libmozwayland.so %{_libdir}/%{name}/dependentlibs.list %{_libdir}/%{name}/omni.ja -%dir %{_libdir}/%{name}/gtk2 -%attr(755,root,root) %{_libdir}/%{name}/gtk2/libmozgtk.so %attr(755,root,root) %{_libdir}/%{name}/libmozgtk.so %files -n gmp-api @@ -2341,6 +2466,10 @@ fi %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-ca@firefox.mozilla.org.xpi +%files lang-ca-valencia +%defattr(644,root,root,755) +%{_datadir}/%{name}/browser/extensions/langpack-ca-valencia@firefox.mozilla.org.xpi + %files lang-cak %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-cak@firefox.mozilla.org.xpi @@ -2349,10 +2478,6 @@ fi %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-cs@firefox.mozilla.org.xpi -#%files lang-csb -#%defattr(644,root,root,755) -#%{_datadir}/%{name}/browser/extensions/langpack-csb@firefox.mozilla.org.xpi - %files lang-cy %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-cy@firefox.mozilla.org.xpi @@ -2429,6 +2554,10 @@ fi %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-fr@firefox.mozilla.org.xpi +%files lang-fur +%defattr(644,root,root,755) +%{_datadir}/%{name}/browser/extensions/langpack-fur@firefox.mozilla.org.xpi + %files lang-fy %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-fy-NL@firefox.mozilla.org.xpi @@ -2521,10 +2650,6 @@ fi %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-ko@firefox.mozilla.org.xpi -#%files lang-ku -#%defattr(644,root,root,755) -#%{_datadir}/%{name}/browser/extensions/langpack-ku@firefox.mozilla.org.xpi - %files lang-lij %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-lij@firefox.mozilla.org.xpi @@ -2601,6 +2726,18 @@ fi %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-ru@firefox.mozilla.org.xpi +%files lang-sat +%defattr(644,root,root,755) +%{_datadir}/%{name}/browser/extensions/langpack-sat@firefox.mozilla.org.xpi + +%files lang-sc +%defattr(644,root,root,755) +%{_datadir}/%{name}/browser/extensions/langpack-sc@firefox.mozilla.org.xpi + +%files lang-sco +%defattr(644,root,root,755) +%{_datadir}/%{name}/browser/extensions/langpack-sco@firefox.mozilla.org.xpi + %files lang-si %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-si@firefox.mozilla.org.xpi @@ -2629,6 +2766,10 @@ fi %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi +%files lang-szl +%defattr(644,root,root,755) +%{_datadir}/%{name}/browser/extensions/langpack-szl@firefox.mozilla.org.xpi + %files lang-ta %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-ta@firefox.mozilla.org.xpi @@ -2637,14 +2778,26 @@ fi %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-te@firefox.mozilla.org.xpi +%files lang-tg +%defattr(644,root,root,755) +%{_datadir}/%{name}/browser/extensions/langpack-tg@firefox.mozilla.org.xpi + %files lang-th %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-th@firefox.mozilla.org.xpi +%files lang-tl +%defattr(644,root,root,755) +%{_datadir}/%{name}/browser/extensions/langpack-tl@firefox.mozilla.org.xpi + %files lang-tr %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-tr@firefox.mozilla.org.xpi +%files lang-trs +%defattr(644,root,root,755) +%{_datadir}/%{name}/browser/extensions/langpack-trs@firefox.mozilla.org.xpi + %files lang-uk %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-uk@firefox.mozilla.org.xpi @@ -2673,10 +2826,6 @@ fi %defattr(644,root,root,755) %{_datadir}/%{name}/browser/extensions/langpack-zh-TW@firefox.mozilla.org.xpi -#%files lang-zu -#%defattr(644,root,root,755) -#%{_datadir}/%{name}/browser/extensions/langpack-zu@firefox.mozilla.org.xpi - %if %{with geckodriver} %files geckodriver %defattr(644,root,root,755) diff --git a/glibc-double.patch b/glibc-double.patch new file mode 100644 index 0000000..41b78b2 --- /dev/null +++ b/glibc-double.patch @@ -0,0 +1,22 @@ +--- firefox-93.0/modules/fdlibm/src/math_private.h.orig 2021-09-28 00:47:42.000000000 +0200 ++++ firefox-93.0/modules/fdlibm/src/math_private.h 2021-10-06 01:23:47.611144150 +0200 +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + + #include "mozilla/EndianUtils.h" + +@@ -30,9 +31,8 @@ + * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t + */ + +-typedef double __double_t; +-typedef __double_t double_t; +-typedef float __float_t; ++typedef double_t __double_t; ++typedef float_t __float_t; + + /* + * The original fdlibm code used statements like: diff --git a/vendor-ac.js b/vendor-ac.js index bf2a109..df4ba8d 100644 --- a/vendor-ac.js +++ b/vendor-ac.js @@ -6,5 +6,3 @@ pref("general.useragent.compatMode.firefox", true); pref("distribution.searchplugins.defaultLocale", "en-US"); // Forbid application updates pref("app.update.enabled", false, locked); -// POODLE protection, CVE-2014-3566 -pref("security.tls.version.min", 1); diff --git a/vendor.js b/vendor.js index 458e3fc..534ffdf 100644 --- a/vendor.js +++ b/vendor.js @@ -6,5 +6,3 @@ pref("general.useragent.compatMode.firefox", true); pref("distribution.searchplugins.defaultLocale", "en-US"); // Forbid application updates pref("app.update.enabled", false, locked); -// POODLE protection, CVE-2014-3566 -pref("security.tls.version.min", 1);