Accepting request 1143400 from home:ateixeira:branches:devel:languages:javascript
- Updated to 1.3.4 * https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.3.4 * Finalize user data if object allocation fails. * Fix bug when cleaning up after allocation error. * Handle sign when converting integer strings to numbers. * Allow disabling readline support in Makefile. OBS-URL: https://build.opensuse.org/request/show/1143400 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/mujs?expand=0&rev=22
This commit is contained in:
committed by
Git OBS Bridge
parent
e46ee3cd4b
commit
b605bd32af
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e2c5ee5416dfda2230c7a0cb7895df9a9b2d5b2065bb18e7e64dec2a796abe1b
|
|
||||||
size 128097
|
|
3
mujs-1.3.4.tar.gz
Normal file
3
mujs-1.3.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c015475880f6a382e706169c94371a7dd6cc22078832f6e0865af8289c2ef42b
|
||||||
|
size 128202
|
10
mujs.changes
10
mujs.changes
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 1 14:14:34 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
|
||||||
|
|
||||||
|
- Updated to 1.3.4
|
||||||
|
* https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.3.4
|
||||||
|
* Finalize user data if object allocation fails.
|
||||||
|
* Fix bug when cleaning up after allocation error.
|
||||||
|
* Handle sign when converting integer strings to numbers.
|
||||||
|
* Allow disabling readline support in Makefile.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 19 08:58:10 UTC 2023 - Илья Индиго <ilya@ilya.cf>
|
Fri May 19 08:58:10 UTC 2023 - Илья Индиго <ilya@ilya.cf>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mujs
|
# spec file for package mujs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mujs
|
Name: mujs
|
||||||
Version: 1.3.3
|
Version: 1.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An embeddable Javascript interpreter
|
Summary: An embeddable Javascript interpreter
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
|
Reference in New Issue
Block a user