Avindra Goolcharan 2023-09-02 19:17:51 +00:00 committed by Git OBS Bridge
parent cee54f80b2
commit 515fca06f8
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,8 @@ Sat Sep 2 18:44:45 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
* fix(ext/web): better handling of errors in resourceForReadableStream (#20238)
* fix(lint): erroneous remove await in async (#20235)
* fix: add missing URL.canParse() types (#20244)
- include protoc dependency
* see https://github.com/denoland/deno/pull/20178
-------------------------------------------------------------------
Mon Aug 21 19:23:04 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
@ -3106,3 +3108,4 @@ Sat Dec 19 08:57:04 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
Fri Dec 4 02:20:19 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
- init pkg at v1.5.4

View File

@ -49,6 +49,7 @@ BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(protobuf)
# deno does not build on 32-bit archs
ExclusiveArch: x86_64 aarch64 ppc64 ppc64le s390x
# PATCH-FIX-OPENSUSE - Disable LTO (to reduce req memory)