Accepting request 944820 from home:simonpuchert

- Make 0ad compatible with Tumbleweed's version of mozjs78:
  * no-version-check.patch: Disable the minor version check. This
    is required for a successful build using mozjs78 > 78.6.0.
  * PrepareZoneForGC.patch: This function got an additional
    parameter, change its usage accordingly. (boo#1187732)

OBS-URL: https://build.opensuse.org/request/show/944820
OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=112
This commit is contained in:
2022-01-09 18:09:21 +00:00
committed by Git OBS Bridge
parent 0f819dcd81
commit 8b8674daba
4 changed files with 57 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 7 18:34:02 UTC 2022 - Simon Puchert <simonpuchert@alice.de>
- Make 0ad compatible with Tumbleweed's version of mozjs78:
* no-version-check.patch: Disable the minor version check. This
is required for a successful build using mozjs78 > 78.6.0.
* PrepareZoneForGC.patch: This function got an additional
parameter, change its usage accordingly. (boo#1187732)
-------------------------------------------------------------------
Sun Aug 29 10:25:25 UTC 2021 - ecsos <ecsos@opensuse.org>