7
0

Accepting request 1039925 from home:dziobian:gulgul-ultron:19

- New upstream release 21.3.2
  * Updated Chromium to 106.0.5249.199
- Drop common.gypi-cpp-version.patch applied upstream
- Use gcc12 also on Leap as it's available now.
  * that way we use the same compiler version everywhere
- correct optflags not being applied for assembler files compiled wih gcc
  * add gcc-asmflags.patch
- correct a compiler warning in system-libbsd.patch
- remove more dead code

OBS-URL: https://build.opensuse.org/request/show/1039925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=51
This commit is contained in:
2022-12-03 23:54:17 +00:00
committed by Git OBS Bridge
parent 56f0973865
commit 64efbefb2c
8 changed files with 58 additions and 61 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 2 23:40:14 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
- New upstream release 21.3.2
* Updated Chromium to 106.0.5249.199
- Drop common.gypi-cpp-version.patch applied upstream
- Use gcc12 also on Leap as it's available now.
* that way we use the same compiler version everywhere
- correct optflags not being applied for assembler files compiled wih gcc
* add gcc-asmflags.patch
- correct a compiler warning in system-libbsd.patch
- remove more dead code
-------------------------------------------------------------------
Sat Nov 26 20:30:28 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
- Re-enable optimization of js code compiled into chromium (optimize_webui)