From 332afa20021fa4bbe3597132ccc254c7d19da6cf Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 17 2024 12:46:55 +0000 Subject: import firefox-115.12.0-1.el7_9 --- diff --git a/.firefox.metadata b/.firefox.metadata index 2c71312..9ab0912 100644 --- a/.firefox.metadata +++ b/.firefox.metadata @@ -1,6 +1,6 @@ b963b16f6879c5dbe6e33a3a3da058b494453922 SOURCES/cbindgen-vendor.tar.xz -390c5bc3d9df2baf3e969203e4827e096c4c7f69 SOURCES/firefox-115.11.0esr.processed-source.tar.xz -11b5c428a7e73076351e2d0e344e513db8186a04 SOURCES/firefox-langpacks-115.11.0esr-20240507.tar.xz +820717fcb4ec429ccf7f49cf9c10612d27dadc09 SOURCES/firefox-115.12.0esr.processed-source.tar.xz +3b6cc16c53c37017fbd31ee47c9d2a5f0c84dfda SOURCES/firefox-langpacks-115.12.0esr-20240604.tar.xz 2dbf669fa4742e7065cc54cec19f96423032658b SOURCES/firefox-symbolic.svg 2d8a6b2b30d5496735f49ffe8c8a7ede3a78a5ca SOURCES/mochitest-python.tar.gz d744f92e874688cc4b5376477dfdd639a97a6cd4 SOURCES/nspr-4.35.0-1.el8_1.src.rpm diff --git a/.gitignore b/.gitignore index ee23bb8..b4dcebb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ SOURCES/cbindgen-vendor.tar.xz -SOURCES/firefox-115.11.0esr.processed-source.tar.xz -SOURCES/firefox-langpacks-115.11.0esr-20240507.tar.xz +SOURCES/firefox-115.12.0esr.processed-source.tar.xz +SOURCES/firefox-langpacks-115.12.0esr-20240604.tar.xz SOURCES/firefox-symbolic.svg SOURCES/mochitest-python.tar.gz SOURCES/nspr-4.35.0-1.el8_1.src.rpm diff --git a/README.debrand b/README.debrand deleted file mode 100644 index 01c46d2..0000000 --- a/README.debrand +++ /dev/null @@ -1,2 +0,0 @@ -Warning: This package was configured for automatic debranding, but the changes -failed to apply. diff --git a/SPECS/firefox.spec b/SPECS/firefox.spec index fc868b3..b36dbdf 100644 --- a/SPECS/firefox.spec +++ b/SPECS/firefox.spec @@ -36,7 +36,7 @@ function dist_to_rhel_minor(str, start) end match = string.match(str, ".el9") if match then - return 4 + return 5 end return -1 end} @@ -132,7 +132,7 @@ end} Summary: Mozilla Firefox Web browser Name: firefox -Version: 115.11.0 +Version: 115.12.0 Release: 1%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -153,7 +153,7 @@ ExcludeArch: %{ix86} %endif %endif %if 0%{?rhel} == 7 -ExcludeArch: s390 ppc +ExcludeArch: aarch64 s390 ppc %endif # We can't use the official tarball as it contains some test files that use @@ -163,7 +163,7 @@ ExcludeArch: s390 ppc # Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%%{version}%%{?pre_version}/source/firefox-%%{version}%%{?pre_version}.source.tar.xz Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz %if %{with langpacks} -Source1: firefox-langpacks-%{version}%{?pre_version}-20240507.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20240604.tar.xz %endif Source2: cbindgen-vendor.tar.xz Source3: process-official-tarball @@ -1740,6 +1740,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Jun 04 2024 Eike Rathke - 115.12.0-1 +- Update to 115.12.0 build1 + * Tue May 07 2024 Eike Rathke - 115.11.0-1 - Update to 115.11.0 build1