public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Stransky <stransky@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/firefox] f45: Merge branch 'rawhide' into f45
Date: Thu, 27 Aug 2026 09:21:51 GMT [thread overview]
Message-ID: <178782251195.1.11753724357615859093.rpms-firefox-447c25529609@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/firefox
Branch : f45
Commit : 447c25529609c1319340d9c0b304e66dbda5a7b8
Author : Martin Stransky <stransky@redhat.com>
Date : 2026-08-27T11:18:31+02:00
Stats : +10/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/firefox/c/447c25529609c1319340d9c0b304e66dbda5a7b8?branch=f45
Log:
Merge branch 'rawhide' into f45
---
diff --git a/.gitignore b/.gitignore
index edca5c4..ddd1987 100644
--- a/.gitignore
+++ b/.gitignore
@@ -793,3 +793,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-153.0.3-20260805.tar.xz
/firefox-langpacks-154.0-20260813.tar.xz
/firefox-154.0.source.tar.xz
+/firefox-155.0.source.tar.xz
+/firefox-langpacks-155.0-20260827.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 6dfbb98..95fada0 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -185,14 +185,14 @@ ExcludeArch: i686
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 154.0
-Release: 6%{?pre_tag}%{?dist}
+Version: 155.0
+Release: 1%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
# Automatically converted from old format: MPLv1.1 or GPLv2+ or LGPLv2+ - review is highly recommended.
License: LicenseRef-Callaway-MPLv1.1 OR GPL-2.0-or-later OR LicenseRef-Callaway-LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
%if %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20260813.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20260827.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source3: dump_syms-vendor.tar.xz
@@ -1214,6 +1214,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Thu Aug 27 2026 Martin Stransky <stransky@redhat.com> - 155.0-1
+- Updated to 155.0
+
* Wed Aug 26 2026 Martin Stransky <stransky@redhat.com> - 154.0-6
- Use new (layer) compositor mode for HDR
diff --git a/sources b/sources
index eafc378..addef79 100644
--- a/sources
+++ b/sources
@@ -4,5 +4,5 @@ SHA512 (wasi-sdk-30.tar.gz) = c08b2ddb5d5cf5b48c5baba80c65c485a3049b473d2f2dd2ba
SHA512 (wasm-component-ld-vendor.tar.xz) = 356dc09502052198e99745199b8e10d803da9492ce34e41c6ae02cb8674fcc640cd5eafe68a03e4e61c984f7f6c7c8e5cdc3551251556fb3ae4631a340358fc0
SHA512 (wasm-tools-vendor.tar.xz) = 502be0020d1828b75128e6127eb7bd77835ccebe4e5c179abc38d881bb1d1f8e15d2284796cd83574536c7c919a3e820e0952d323e8a3977e94bdef89cd8266a
SHA512 (cbindgen-vendor.tar.xz) = dfefc3ec4c7b7d9fe1b024289866c5a919475b8b733e09ef1750d8d295ba78969ba187089dbc151d91779bf56a2d7898797c3d19db6e2d1cb84929750e86617d
-SHA512 (firefox-langpacks-154.0-20260813.tar.xz) = e753bae64137e77d557a893c80d4449ea1b722e619e22460abcb9d9eb91bb0eadca6b69e203d7b3f60503f382ca2850589c647a1ecfe9eec96cbb92405761dff
-SHA512 (firefox-154.0.source.tar.xz) = a77cd664982add628681167ef5939bd6bf0c894aa380cca66f9b5fb265947874d1e819d42264f1dd07c843f8a6dc020da268cca9ff1e064fca019de91af9b996
+SHA512 (firefox-155.0.source.tar.xz) = 24292681924edb9f0494eb77a7b19994039abbc3a8c0ba304f0e472b49a943838565723de983bc8ef08e019971e02a3014c8d241bb88c645a06a625c8ace0d6a
+SHA512 (firefox-langpacks-155.0-20260827.tar.xz) = 24c6b220397369a0771743dda4a4755118531a7547de19c4f16875e2e9ce48b2928ad533d3c25b53e32b1b73f7fb23ce10deb917b5bc91374b96d2da5a47a0d0
next reply other threads:[~2026-08-27 9:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-27 9:21 Martin Stransky [this message]
2026-08-27 10:09 [rpms/firefox] f45: Merge branch 'rawhide' into f45 Martin Stransky
2026-09-10 8:41 Martin Stransky
2026-09-10 9:33 Martin Stransky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178782251195.1.11753724357615859093.rpms-firefox-447c25529609@fedoraproject.org \
--to=stransky@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox