Accepting request 885480 from home:susnux:branches:devel:languages:javascript
- Update mujs 1.1.1 * Fix: Always create new scope for eval() * Don't redefine/reset existing vars in script code * Fix: RegExp.prototype should be a regular expression object * Throw when redefining non-configurable/readonly properties * Array: Fix crash when length is negative * fix split doesn't convert context to string if no argument is passed * Parse integers with floats to support large numbers. * Optimize array construction bytecode. * Fix: Expose type of value as an enum with js_type() * Fixed js_strtol: Prevent negative table indexing in - Update mujs 1.1.0 * Don't allow creating new properties on transient objects. * Fixed escape characters in regex parser * Handle NaN in Date accessors * Handle undefined argument to Error constructor - Fixed RPM error because of missing RPM group OBS-URL: https://build.opensuse.org/request/show/885480 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/mujs?expand=0&rev=3
This commit is contained in:
parent
f84a7a7c79
commit
ee9f220fcf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cca8d669f42d3b63843de945dfbd2ce4a900adb4fe810bf795042961d1b0e876
|
||||
size 94896
|
3
mujs-1.1.1.tar.xz
Normal file
3
mujs-1.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99e61fc9619f1d550b56357203b349d8887d0a36df7db956735ca28d4ff77bb0
|
||||
size 95448
|
21
mujs.changes
21
mujs.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 22:08:53 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update mujs 1.1.1
|
||||
* Fix: Always create new scope for eval()
|
||||
* Don't redefine/reset existing vars in script code
|
||||
* Fix: RegExp.prototype should be a regular expression object
|
||||
* Throw when redefining non-configurable/readonly properties
|
||||
* Array: Fix crash when length is negative
|
||||
* fix split doesn't convert context to string if no argument is passed
|
||||
* Parse integers with floats to support large numbers.
|
||||
* Optimize array construction bytecode.
|
||||
* Fix: Expose type of value as an enum with js_type()
|
||||
* Fixed js_strtol: Prevent negative table indexing in
|
||||
- Update mujs 1.1.0
|
||||
* Don't allow creating new properties on transient objects.
|
||||
* Fixed escape characters in regex parser
|
||||
* Handle NaN in Date accessors
|
||||
* Handle undefined argument to Error constructor
|
||||
- Fixed RPM error because of missing RPM group
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 11 12:50:28 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
|
@ -17,12 +17,13 @@
|
||||
|
||||
|
||||
Name: mujs
|
||||
Version: 1.0.9
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
Summary: An embeddable Javascript interpreter
|
||||
License: AGPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
URL: https://mujs.com
|
||||
Source0: https://mujs.com/downloads/mujs-1.0.9.tar.xz
|
||||
Source0: https://mujs.com/downloads/mujs-%{version}.tar.xz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: grep
|
||||
@ -34,6 +35,7 @@ MuJS is a lightweight Javascript interpreter designed for embedding in other sof
|
||||
|
||||
%package devel
|
||||
Summary: MuJS development files
|
||||
Group: Development/Languages/C and C++
|
||||
Provides: %{name}-static = %{version}
|
||||
|
||||
%description devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user