2021-03-27 19:43:37 +00:00
committed by Git OBS Bridge
parent 15c0abf978
commit 881a9f50bc
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e9d63dab390a95ed365238f21d8e9069187f7ed195782027f0ab311bb64187b
size 752132

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a45bface4c3379538dea8533878d694e289330488ea7028b105f72572fe7fe1a
size 753556

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 27 19:38:00 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to 2021-03-27:
* faster Array.prototype.push and Array.prototype.unshift
* added JS_UpdateStackTop()
* fixed Windows console
* misc bug fixes
-------------------------------------------------------------------
Mon Nov 23 20:50:09 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package quickjs
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
#
%define ver 2020-11-08
%define ver 2021-03-27
Name: quickjs
Version: 20201108
Version: 20210327
Release: 0
Summary: Small and embeddable Javascript engine
License: MIT