SHA256
1
0
forked from pool/seamonkey

Accepting request 988495 from mozilla:Factory

OBS-URL: https://build.opensuse.org/request/show/988495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seamonkey?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2022-07-12 09:12:37 +00:00 committed by Git OBS Bridge
commit ba80110d41
7 changed files with 48 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:891fd248b9d17a43766d9d2965bdf3650e4a29c770b3da3e163b96dffd6886c0
size 13627692

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1a694219d01db24b5241d1afa785599fe6998a58b03d1b51c4b51995058098e
size 288302876

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7f2e68563737dae1de1f80c1523f2e6e21cc003c2b1af25dfe2c3fff4194be3
size 13641692

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:553c03441b1f02a784d38a2caa3f428e73eac081be16b20bbae3e455c44837d9
size 253664548

View File

@ -1,5 +1,15 @@
--- build/moz.configure/old.configure 2022-06-08 21:10:25.000000000 +0200
+++ build/moz.configure/old.configure 2022-07-11 14:04:06.231167162 +0200
@@ -228,6 +228,7 @@
'--enable-zipwriter',
'--includedir',
'--libdir',
+ '--mandir',
'--prefix',
'--with-android-distribution-directory',
'--with-android-max-sdk',
--- comm/suite/installer/Makefile.in 2021-08-08 15:29:32.000000000 +0200 --- comm/suite/installer/Makefile.in 2021-08-08 15:29:32.000000000 +0200
+++ comm/suite/installer/Makefile.in 2022-03-03 13:31:00.586849160 +0100 +++ comm/suite/installer/Makefile.in 2022-07-11 14:04:44.710104711 +0200
@@ -145,6 +145,10 @@ @@ -145,6 +145,10 @@
include $(topsrcdir)/toolkit/mozapps/installer/packager.mk include $(topsrcdir)/toolkit/mozapps/installer/packager.mk
@ -11,13 +21,3 @@
ifeq (Darwin, $(OS_ARCH)) ifeq (Darwin, $(OS_ARCH))
BINPATH = $(_BINPATH) BINPATH = $(_BINPATH)
DEFINES += -DAPPNAME=$(_APPNAME) DEFINES += -DAPPNAME=$(_APPNAME)
--- build/moz.configure/old.configure 2022-01-24 23:04:14.000000000 +0100
+++ build/moz.configure/old.configure 2022-03-03 13:30:58.166918412 +0100
@@ -225,6 +225,7 @@
'--enable-zipwriter',
'--includedir',
'--libdir',
+ '--mandir',
'--no-create',
'--prefix',
'--with-android-distribution-directory',

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jul 11 11:43:54 UTC 2022 - Tristan Miller <psychonaut@nothingisreal.com>
- update to SeaMonkey 2.53.13
* Updates to devtools.
* Updates to build configuration.
* Starting the switch from Python 2 to Python 3 in the build system.
* Removal of array comprehensions, legacy iterators and generators
bug 1414340 and bug 1098412.
* Adding initial optional chaining and Promise.allSettled() support.
* SeaMonkey 2.53.13 uses the same backend as Firefox and contains
the relevant Firefox 60.8 security fixes.
* SeaMonkey 2.53.13 shares most parts of the mail and news code with
Thunderbird. Please read the Thunderbird 60.8.0 release notes for
specific security fixes in this release.
* Additional important security fixes up to Current Firefox 91.11
and Thunderbird 91.11 ESR plus many enhancements have been
backported. We will continue to enhance SeaMonkey security in
subsequent 2.53.x beta and release versions as fast as we are able
to.
- adapt seamonkey-man-page.patch for SeaMonkey 2.53.13
- disable LTO for Tumbleweed builds due to linker errors
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 14 12:09:28 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org> Tue Jun 14 12:09:28 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -63,9 +63,9 @@ BuildRequires: git
BuildRequires: nasm >= 2.13 BuildRequires: nasm >= 2.13
Provides: web_browser Provides: web_browser
Provides: browser(npapi) Provides: browser(npapi)
Version: 2.53.12 Version: 2.53.13
Release: 0 Release: 0
%define releasedate 20220504000000 %define releasedate 20220711000000
Summary: An integrated web browser, composer, mail/news client, and IRC client Summary: An integrated web browser, composer, mail/news client, and IRC client
License: MPL-2.0 License: MPL-2.0
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
@ -302,6 +302,12 @@ find . -regex ".*\.c\|.*\.cpp\|.*\.h" \
%define _lto_cflags %{nil} %define _lto_cflags %{nil}
%endif %endif
# #
# As of 2.53.13, Tumbleweed builds are failing due to the linker
# issue <https://bugzilla.mozilla.org/show_bug.cgi?id=1778981>
# so we disable LTO.
%if 0%{?suse_version} > 1500
%define _lto_cflags %{nil}
%endif
export SUSE_ASNEEDED=0 export SUSE_ASNEEDED=0
export MOZ_BUILD_DATE=%{releasedate} export MOZ_BUILD_DATE=%{releasedate}
export MOZILLA_OFFICIAL=1 export MOZILLA_OFFICIAL=1