Accepting request 1121690 from mozilla
Add patch for building with rust 1.48 OBS-URL: https://build.opensuse.org/request/show/1121690 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=47
This commit is contained in:
parent
af148bfe92
commit
9873083219
1022
1817900-13-112a1.patch
Normal file
1022
1817900-13-112a1.patch
Normal file
File diff suppressed because one or more lines are too long
2603
1849874-11503.patch
Normal file
2603
1849874-11503.patch
Normal file
File diff suppressed because one or more lines are too long
9387
TOP-NOBUG-revendor-253172.patch
Normal file
9387
TOP-NOBUG-revendor-253172.patch
Normal file
File diff suppressed because one or more lines are too long
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 01 17:37:55 UTC 2023 - Tristan Miller <psychonaut@nothingisreal.com>
|
||||||
|
|
||||||
|
- add 1817900-13-112a1.patch, 1849874-11503.patch, and
|
||||||
|
TOP-NOBUG-revendor-253172.patch to allow building with rust >= 1.48
|
||||||
|
- request inclusion in Leap 15.4 and 15.5:
|
||||||
|
https://bugzilla.opensuse.org/show_bug.cgi?id=1216797
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 04 08:21:55 UTC 2023 - Tristan Miller <psychonaut@nothingisreal.com>
|
Wed Oct 04 08:21:55 UTC 2023 - Tristan Miller <psychonaut@nothingisreal.com>
|
||||||
|
|
||||||
|
@ -95,6 +95,9 @@ Patch4: seamonkey-lto.patch
|
|||||||
Patch5: seamonkey-man-page.patch
|
Patch5: seamonkey-man-page.patch
|
||||||
Patch6: reproducible.patch
|
Patch6: reproducible.patch
|
||||||
Patch7: mozilla-bmo531915.patch
|
Patch7: mozilla-bmo531915.patch
|
||||||
|
Patch8: 1817900-13-112a1.patch
|
||||||
|
Patch9: 1849874-11503.patch
|
||||||
|
Patch10: TOP-NOBUG-revendor-253172.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}
|
||||||
@ -229,6 +232,9 @@ cp %{SOURCE12} GNUmakefile
|
|||||||
%patch5 -p0
|
%patch5 -p0
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
%patch9 -p1
|
||||||
|
%patch10 -p1
|
||||||
|
|
||||||
cat << EOF > .mozconfig
|
cat << EOF > .mozconfig
|
||||||
mk_add_options MOZILLA_OFFICIAL=1
|
mk_add_options MOZILLA_OFFICIAL=1
|
||||||
|
Loading…
Reference in New Issue
Block a user