Accepting request 902621 from devel:languages:javascript

- Updated to 1.1.3
  * https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.1.3
  * Fixed error in Array.prototype.toString().

OBS-URL: https://build.opensuse.org/request/show/902621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mujs?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-06-27 16:59:23 +00:00 committed by Git OBS Bridge
commit 1eb302ab54
4 changed files with 13 additions and 9 deletions

View File

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

3
mujs-1.1.3.tar.xz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jun 27 11:43:00 UTC 2021 - Илья Индиго <ilya@ilya.pp.ua>
- Updated to 1.1.3
* https://git.ghostscript.com/?p=mujs.git;a=log;h=refs/tags/1.1.3
* Fixed error in Array.prototype.toString().
-------------------------------------------------------------------
Mon May 17 11:36:21 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -17,18 +17,15 @@
Name: mujs
Version: 1.1.2
Version: 1.1.3
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/%{name}-%{version}.tar.xz
BuildRequires: coreutils
BuildRequires: gcc
BuildRequires: grep
BuildRequires: make
BuildRequires: readline-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(readline)
%description
MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities.