7
0

Accepting request 903240 from devel:languages:javascript

- Fix build on openSUSE 15.3
- Allow to build on Fedora (not fully working yet)
- Build with gcc
  * add chromium-91-GCC_fix_vector_types_in_pcscan.patch
  * add electron-13-gcc-fix-v8-nodiscard.patch
  * add electron-13-blink-gcc-ambiguous-nodestructor.patch
  * add chromium-gcc11.patch
  * This fixes speed issues

OBS-URL: https://build.opensuse.org/request/show/903240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-electron?expand=0&rev=2
This commit is contained in:
2021-07-01 05:05:47 +00:00
committed by Git OBS Bridge
parent 4a7868ca52
commit 14acc2eb19
6 changed files with 251 additions and 14 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jun 29 07:01:44 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Fix build on openSUSE 15.3
- Allow to build on Fedora (not fully working yet)
-------------------------------------------------------------------
Fri Jun 25 15:10:42 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Build with gcc
* add chromium-91-GCC_fix_vector_types_in_pcscan.patch
* add electron-13-gcc-fix-v8-nodiscard.patch
* add electron-13-blink-gcc-ambiguous-nodestructor.patch
* add chromium-gcc11.patch
* This fixes speed issues
-------------------------------------------------------------------
Fri Jun 25 11:14:11 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>