diff --git a/mujs-1.1.2.tar.xz b/mujs-1.1.2.tar.xz deleted file mode 100644 index 5ec95d1..0000000 --- a/mujs-1.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:719e882bb7d98640efa163381e9b68ef1ce35c87a422e2aa4190c9e40225875d -size 98340 diff --git a/mujs-1.1.3.tar.xz b/mujs-1.1.3.tar.xz new file mode 100644 index 0000000..06635e2 --- /dev/null +++ b/mujs-1.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d24e9509a9e6bd23d7ca161d0a820be697e7e6143d9a571fad7541b221c20a6 +size 98332 diff --git a/mujs.changes b/mujs.changes index 4164127..b4bf916 100644 --- a/mujs.changes +++ b/mujs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 27 11:43:00 UTC 2021 - Илья Индиго + +- 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 diff --git a/mujs.spec b/mujs.spec index 79ba90c..7eb5483 100644 --- a/mujs.spec +++ b/mujs.spec @@ -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.