From 0bb0f7a912f05cb25ca321f2d7aee27478e3b857 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 18 Dec 2024 22:10:35 +0100 Subject: [PATCH] Update to 128.6.0 build1 Resolves: RHEL-73897 --- .gitignore | 2 ++ firefox.spec | 9 ++++++--- sources | 2 ++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6af9edc..1b1d422 100644 --- a/.gitignore +++ b/.gitignore @@ -367,3 +367,5 @@ /firefox-128.5.1esr.processed-source.tar.xz /firefox-langpacks-128.5.1esr-20241202.tar.xz /wasi-sdk-20.tar.gz +/firefox-128.6.0esr.processed-source.tar.xz +/firefox-langpacks-128.6.0esr-20241218.tar.xz diff --git a/firefox.spec b/firefox.spec index e2de146..41c8e82 100644 --- a/firefox.spec +++ b/firefox.spec @@ -160,7 +160,7 @@ end} Summary: Mozilla Firefox Web browser Name: firefox -Version: 128.5.1 +Version: 128.6.0 Release: 1%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -191,7 +191,7 @@ ExcludeArch: aarch64 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}-20241202.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20241218.tar.xz %endif Source2: cbindgen-vendor.tar.xz Source3: process-official-tarball @@ -1975,13 +1975,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Dec 18 2024 Eike Rathke - 128.6.0-1 +- Update to 128.6.0 build1 + * Mon Dec 02 2024 Eike Rathke - 128.5.1-1 - Update to 128.5.1 * Tue Nov 19 2024 Eike Rathke - 128.5.0-1 - Update to 128.5.0 build1 -* Mon Nov 25 2024 Jan Grulich