From f3916e38da2a4a6b60afc863150878787adf405ae1d7b2a98526917e5de6fa0b Mon Sep 17 00:00:00 2001 From: Alexei Podvalsky Date: Thu, 18 Oct 2018 05:46:50 +0000 Subject: [PATCH] Accepting request 642732 from home:seanlew:branches:devel:libraries:c_c++ Update duktape to 2.3.0 OBS-URL: https://build.opensuse.org/request/show/642732 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/duktape?expand=0&rev=11 --- duktape-2.2.1.tar.xz | 3 --- duktape-2.3.0.tar.xz | 3 +++ duktape.changes | 6 ++++++ duktape.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 duktape-2.2.1.tar.xz create mode 100644 duktape-2.3.0.tar.xz diff --git a/duktape-2.2.1.tar.xz b/duktape-2.2.1.tar.xz deleted file mode 100644 index 7fa58e3..0000000 --- a/duktape-2.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3abe2eed2553305262b892c98f550bb1a94cf4fd73b51dc5c176fe08e7ade7f2 -size 966496 diff --git a/duktape-2.3.0.tar.xz b/duktape-2.3.0.tar.xz new file mode 100644 index 0000000..d294dfe --- /dev/null +++ b/duktape-2.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6e2f3ab2061628a7aeee27ccff16538ba6a151480cccf2e846bd061e45afe8 +size 997572 diff --git a/duktape.changes b/duktape.changes index e4974f4..a30f3f3 100644 --- a/duktape.changes +++ b/duktape.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 18 02:44:40 UTC 2018 - sean@suspend.net + +- Update to 2.3.0: + * ES2015 improvements + ------------------------------------------------------------------- Thu Apr 26 19:11:12 UTC 2018 - avvissu@yandex.by diff --git a/duktape.spec b/duktape.spec index b83fa2f..a57165d 100644 --- a/duktape.spec +++ b/duktape.spec @@ -1,7 +1,7 @@ # # spec file for package duktape # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define sover 201 Name: duktape -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: Embeddable Javascript engine License: MIT