Accepting request 913190 from mozilla

Add upstream patch seamonkey-packed_simd.patch which allows packed_simd to compile with Rust 1.54

OBS-URL: https://build.opensuse.org/request/show/913190
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=10
This commit is contained in:
Tristan Miller 2021-08-19 15:53:28 +00:00 committed by Git OBS Bridge
parent ef023c47d5
commit 8bc61fbac8
3 changed files with 437 additions and 0 deletions

429
seamonkey-packed_simd.patch Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 19 12:52:52 UTC 2021 - Tristan Miller <psychonaut@nothingisreal.com>
- add upstream patch seamonkey-packed_simd.patch which allows
packed_simd to compile with Rust 1.54
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 27 06:57:05 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org> Tue Jul 27 06:57:05 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -86,6 +86,7 @@ Patch2: mozilla-language.patch
Patch3: mozilla-ntlm-full-path.patch Patch3: mozilla-ntlm-full-path.patch
Patch4: seamonkey-lto.patch Patch4: seamonkey-lto.patch
Patch5: seamonkey-man-page.patch Patch5: seamonkey-man-page.patch
Patch6: seamonkey-packed_simd.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: /bin/sh coreutils PreReq: /bin/sh coreutils
Provides: seamonkey-mail = %{version} Provides: seamonkey-mail = %{version}
@ -218,6 +219,7 @@ cp %{SOURCE12} GNUmakefile
%patch3 -p2 %patch3 -p2
%patch4 -p2 %patch4 -p2
%patch5 -p0 %patch5 -p0
%patch6 -p1
cat << EOF > .mozconfig cat << EOF > .mozconfig
mk_add_options MOZILLA_OFFICIAL=1 mk_add_options MOZILLA_OFFICIAL=1