From b605bd32afbce39b549ee667c901ad13ed12e1dff7247422f6aafee2fa3de7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Thu, 1 Feb 2024 14:27:56 +0000 Subject: [PATCH] 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 --- mujs-1.3.3.tar.gz | 3 --- mujs-1.3.4.tar.gz | 3 +++ mujs.changes | 10 ++++++++++ mujs.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 mujs-1.3.3.tar.gz create mode 100644 mujs-1.3.4.tar.gz diff --git a/mujs-1.3.3.tar.gz b/mujs-1.3.3.tar.gz deleted file mode 100644 index 3fae501..0000000 --- a/mujs-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2c5ee5416dfda2230c7a0cb7895df9a9b2d5b2065bb18e7e64dec2a796abe1b -size 128097 diff --git a/mujs-1.3.4.tar.gz b/mujs-1.3.4.tar.gz new file mode 100644 index 0000000..52ef27e --- /dev/null +++ b/mujs-1.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c015475880f6a382e706169c94371a7dd6cc22078832f6e0865af8289c2ef42b +size 128202 diff --git a/mujs.changes b/mujs.changes index 56ae900..9c8f1cc 100644 --- a/mujs.changes +++ b/mujs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 1 14:14:34 UTC 2024 - Antonio Teixeira + +- 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 - Илья Индиго diff --git a/mujs.spec b/mujs.spec index 21a25bb..9f1f807 100644 --- a/mujs.spec +++ b/mujs.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mujs -Version: 1.3.3 +Version: 1.3.4 Release: 0 Summary: An embeddable Javascript interpreter License: AGPL-3.0-or-later