public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dmitry Butskoy <dmitry@butskoy.name>
To: git-commits@fedoraproject.org
Subject: [rpms/seamonkey] epel8: Update to 2.53.24
Date: Thu, 30 Jul 2026 18:17:41 GMT	[thread overview]
Message-ID: <178543546159.1.8463917833286005815.rpms-seamonkey-a78aaec7fa2c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/seamonkey
Branch : epel8
Commit : a78aaec7fa2c835adc7c5874de9cfe2d31b48efd
Author : Dmitry Butskoy <dmitry@butskoy.name>
Date   : 2026-07-30T21:16:17+03:00
Stats  : +49/-13 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/seamonkey/c/a78aaec7fa2c835adc7c5874de9cfe2d31b48efd?branch=epel8

Log:
Update to 2.53.24

---
diff --git a/.gitignore b/.gitignore
index 2f1fbd9..5d9cecb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@
 /seamonkey-2.53.22.source-l10n.tar.xz
 /seamonkey-2.53.23.source.tar.xz
 /seamonkey-2.53.23.source-l10n.tar.xz
+/seamonkey-2.53.24.source.tar.xz
+/seamonkey-2.53.24.source-l10n.tar.xz

diff --git a/seamonkey.spec b/seamonkey.spec
index fddc539..2e49d08 100644
--- a/seamonkey.spec
+++ b/seamonkey.spec
@@ -1,6 +1,6 @@
 %bcond_without	system_nspr
 %bcond_without	system_nss
-%bcond_without	system_libvpx
+%bcond_with	system_libvpx
 %bcond_with	system_webp
 %bcond_with	system_icu
 %bcond_without	system_ffi
@@ -18,7 +18,7 @@
 
 %global nspr_version	4.35.0
 %global nss_version	3.112.0
-%global libvpx_version	1.5.0
+%global libvpx_version	1.10.0
 %global webp_version	1.0.2
 %global icu_version	63.1
 %global ffi_version	3.0.9
@@ -34,7 +34,7 @@
 
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
-Version:        2.53.23
+Version:        2.53.24
 Release:        1%{?dist}
 URL:            http://www.seamonkey-project.org
 License:        MPL-2.0
@@ -54,7 +54,6 @@ Source7:	seamonkey.metainfo.xml
 Patch3:		seamonkey-2.53.17-mozilla-1516803.patch
 Patch5:		firefox-35-rhbz-1173156.patch
 Patch7:		firefox-51-mozilla-1005640.patch
-Patch8:		seamonkey-2.53.22-mozilla-1882209.patch
 Patch11:	seamonkey-2.53.16-mozilla-1434478.patch
 Patch13:	seamonkey-2.53.10-mozilla-1460295.patch
 Patch14:	seamonkey-2.53.11-adjacent-sibling.patch
@@ -82,6 +81,12 @@ Patch39:	seamonkey-2.53.8.1-dateformat.patch
 Patch40:	seamonkey-2.53.10-slowscript.patch
 Patch42:	seamonkey-2.53.10-postmessage-event.patch
 
+Patch50:	seamonkey-2.53.24-mozilla-1882209.patch
+Patch51:	seamonkey-2.53.24-mozilla-1866191.patch
+Patch52:	seamonkey-2.53.24-mozilla-2033279.patch
+Patch53:	seamonkey-2.53.24-rust_version.patch
+Patch54:	seamonkey-2.53.24-rust_u2fhid.patch
+
 Patch60:	seamonkey-2.53.11-ua-update.patch
 Patch61:	seamonkey-2.53.13-ua-update-preload.patch
 Patch62:	seamonkey-2.53.22-compat-version.patch
@@ -177,7 +182,6 @@ cp %{SOURCE3} GNUmakefile
 %patch3 -p1 -b .1516803
 %patch5 -p2 -b .1173156
 %patch7 -p1 -b .1005640
-%patch8 -p1 -b .1882209
 %patch11 -p1 -b .1434478
 %patch13 -p1 -b .1460295
 %patch14 -p1 -b .adjacent-sibling
@@ -206,6 +210,12 @@ cp %{SOURCE3} GNUmakefile
 %patch40 -p0 -b .slowscript
 %patch42 -p1 -b .postmessage-event
 
+%patch50 -p1
+%patch51 -p1
+%patch52 -p1
+%patch53 -p1
+%patch54 -p1
+
 %patch60 -p1 -b .ua-update
 %patch61 -p1 -b .ua-update-preload
 %patch62 -p1 -b .compat-version
@@ -336,7 +346,7 @@ pref("calendar.useragent.extra", "", locked);
 
 /* Completely mimic to Firefox for compatibility with this World nowadays...  */
 pref("general.useragent.compatMode.strict-firefox", true);
-pref("general.useragent.compatMode.version", "128.0");
+pref("general.useragent.compatMode.version", "140.0");
 
 pref("network.http.sendOriginHeader", 1);
 
@@ -375,6 +385,10 @@ MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wformat"
 #  just temporary for gcc9 ...
 MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wno-format-overflow"
 
+# Elfhack is incompatible with "rosegment" linker option,
+# which became default with binutils >= 2.43 .
+MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -Wl,--no-rosegment"
+
 %if %{with lto}
 %if %{with clang}
 MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -flto=thin"
@@ -514,6 +528,9 @@ fi
 
 
 %changelog
+* Thu Jul 30 2026 Dmitry Butskoy <Dmitry@Butskoy.name> 2.53.24-1
+- update to 2.53.24
+
 * Mon Jan  5 2026 Dmitry Butskoy <Dmitry@Butskoy.name> 2.53.23-1
 - update to 2.53.23
 

diff --git a/seamonkey.spec-generic.spec b/seamonkey.spec-generic.spec
index 3b8978e..6a68064 100644
--- a/seamonkey.spec-generic.spec
+++ b/seamonkey.spec-generic.spec
@@ -18,7 +18,7 @@
 
 %global nspr_version	4.35.0
 %global nss_version	3.112.0
-%global libvpx_version	1.5.0
+%global libvpx_version	1.10.0
 %global webp_version	1.0.2
 %global icu_version	63.1
 %global ffi_version	3.0.9
@@ -34,7 +34,7 @@
 
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
-Version:        2.53.23
+Version:        2.53.24
 Release:        1%{?dist}
 URL:            http://www.seamonkey-project.org
 License:        MPL-2.0
@@ -54,7 +54,6 @@ Source7:	seamonkey.metainfo.xml
 Patch3:		seamonkey-2.53.17-mozilla-1516803.patch
 Patch5:		firefox-35-rhbz-1173156.patch
 Patch7:		firefox-51-mozilla-1005640.patch
-Patch8:		seamonkey-2.53.22-mozilla-1882209.patch
 Patch11:	seamonkey-2.53.16-mozilla-1434478.patch
 Patch13:	seamonkey-2.53.10-mozilla-1460295.patch
 Patch14:	seamonkey-2.53.11-adjacent-sibling.patch
@@ -82,6 +81,12 @@ Patch39:	seamonkey-2.53.8.1-dateformat.patch
 Patch40:	seamonkey-2.53.10-slowscript.patch
 Patch42:	seamonkey-2.53.10-postmessage-event.patch
 
+Patch50:	seamonkey-2.53.24-mozilla-1882209.patch
+Patch51:	seamonkey-2.53.24-mozilla-1866191.patch
+Patch52:	seamonkey-2.53.24-mozilla-2033279.patch
+Patch53:	seamonkey-2.53.24-rust_version.patch
+Patch54:	seamonkey-2.53.24-rust_u2fhid.patch
+
 Patch60:	seamonkey-2.53.11-ua-update.patch
 Patch61:	seamonkey-2.53.13-ua-update-preload.patch
 Patch62:	seamonkey-2.53.22-compat-version.patch
@@ -177,7 +182,6 @@ cp %{SOURCE3} GNUmakefile
 %patch -P3 -p1 -b .1516803
 %patch -P5 -p2 -b .1173156
 %patch -P7 -p1 -b .1005640
-%patch -P8 -p1 -b .1882209
 %patch -P11 -p1 -b .1434478
 %patch -P13 -p1 -b .1460295
 %patch -P14 -p1 -b .adjacent-sibling
@@ -206,6 +210,12 @@ cp %{SOURCE3} GNUmakefile
 %patch -P40 -p0 -b .slowscript
 %patch -P42 -p1 -b .postmessage-event
 
+%patch -P50 -p1
+%patch -P51 -p1
+%patch -P52 -p1
+%patch -P53 -p1
+%patch -P54 -p1
+
 %patch -P60 -p1 -b .ua-update
 %patch -P61 -p1 -b .ua-update-preload
 %patch -P62 -p1 -b .compat-version
@@ -336,7 +346,7 @@ pref("calendar.useragent.extra", "", locked);
 
 /* Completely mimic to Firefox for compatibility with this World nowadays...  */
 pref("general.useragent.compatMode.strict-firefox", true);
-pref("general.useragent.compatMode.version", "128.0");
+pref("general.useragent.compatMode.version", "140.0");
 
 pref("network.http.sendOriginHeader", 1);
 
@@ -376,6 +386,10 @@ MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wformat"
 #  just temporary for gcc9 ...
 MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wno-format-overflow"
 
+# Elfhack is incompatible with "rosegment" linker option,
+# which became default with binutils >= 2.43 .
+MOZ_LINK_FLAGS="$MOZ_LINK_FLAGS -Wl,--no-rosegment"
+
 %if %{with lto}
 %if %{with clang}
 MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -flto=thin"
@@ -515,6 +529,9 @@ fi
 
 
 %changelog
+* Thu Jul 30 2026 Dmitry Butskoy <Dmitry@Butskoy.name> 2.53.24-1
+- update to 2.53.24
+
 * Mon Jan  5 2026 Dmitry Butskoy <Dmitry@Butskoy.name> 2.53.23-1
 - update to 2.53.23
 

diff --git a/sources b/sources
index acfd2d6..8fd175a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (seamonkey-2.53.23.source.tar.xz) = 59352660dad53fd4e0d9810d42de05115355a857476ba9468899cefad15b27999e1f279aa457753e9adb5d65dcbb321c8007c467ac309ae30964c292608fc2b6
-SHA512 (seamonkey-2.53.23.source-l10n.tar.xz) = 27fae2ff53e13ca42378b85d1c34d3ec5c61753c400962edf7309a9328d067bb6e7cb59abd286b2ff87d4354d2a5890ba5cd4310105c4b15a49c7b392d693d41
+SHA512 (seamonkey-2.53.24.source.tar.xz) = dad0c5fef6199a27af5bc98ba73e9bf6f64040da010f55b468d2ef568576089346b2280f1f74730ecbbdb8c8ff8197fa0fbe3f72f1238d0488fa08f6fe8c08bb
+SHA512 (seamonkey-2.53.24.source-l10n.tar.xz) = aa1cdb139ee8241f1bd38b1ddcfeca1809873dcfb0a38a43e2e46676953027ec9cd8e74354ab23c6abcbb53ffaf60af765e616f9dde741fde282430bf6bdfd4a

                 reply	other threads:[~2026-07-30 18:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178543546159.1.8463917833286005815.rpms-seamonkey-a78aaec7fa2c@fedoraproject.org \
    --to=dmitry@butskoy.name \
    --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