commit duktape for openSUSE:Factory

2020-11-02 Thread root
Hello community,

here is the log from the commit of package duktape for openSUSE:Factory checked 
in at 2020-11-02 09:42:19

Comparing /work/SRC/openSUSE:Factory/duktape (Old)
 and  /work/SRC/openSUSE:Factory/.duktape.new.3463 (New)


Package is "duktape"

Mon Nov  2 09:42:19 2020 rev:8 rq:845101 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/duktape/duktape.changes  2020-07-31 
16:01:16.552516307 +0200
+++ /work/SRC/openSUSE:Factory/.duktape.new.3463/duktape.changes
2020-11-02 09:42:42.921743611 +0100
@@ -1,0 +2,6 @@
+Fri Oct 30 15:03:19 UTC 2020 - Stefan BrĂ¼ns 
+
+- Update to 2.6.0:
+  * Various fixes and portability improvements.
+
+---

Old:

  duktape-2.5.0.tar.xz

New:

  duktape-2.6.0.tar.xz



Other differences:
--
++ duktape.spec ++
--- /var/tmp/diff_new_pack.vVITML/_old  2020-11-02 09:42:43.741744396 +0100
+++ /var/tmp/diff_new_pack.vVITML/_new  2020-11-02 09:42:43.745744400 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define sover 201
+%define sover 206
 Name:   duktape
-Version:2.5.0
+Version:2.6.0
 Release:0
 Summary:Embeddable Javascript engine
 License:MIT
@@ -68,7 +68,7 @@
 -e 's/\(\$.INSTALL_PREFIX.\)/$(DESTDIR)\1/' \
 -e 's/\/lib\b/\/%{_lib}/g' \
  < Makefile.sharedlibrary > Makefile
-%make_build -j1
+%make_build
 
 %install
 %make_install

++ duktape-2.5.0.tar.xz -> duktape-2.6.0.tar.xz ++
 10523 lines of diff (skipped)




commit duktape for openSUSE:Factory

2020-07-31 Thread root
Hello community,

here is the log from the commit of package duktape for openSUSE:Factory checked 
in at 2020-07-31 15:55:37

Comparing /work/SRC/openSUSE:Factory/duktape (Old)
 and  /work/SRC/openSUSE:Factory/.duktape.new.3592 (New)


Package is "duktape"

Fri Jul 31 15:55:37 2020 rev:7 rq:823620 version:2.5.0

Changes:

--- /work/SRC/openSUSE:Factory/duktape/duktape.changes  2019-07-30 
12:38:20.382942486 +0200
+++ /work/SRC/openSUSE:Factory/.duktape.new.3592/duktape.changes
2020-07-31 16:01:16.552516307 +0200
@@ -1,0 +2,9 @@
+Tue Jul 28 07:16:30 UTC 2020 - Martin Rey 
+
+- Update to 2.5.0:
+  * CBOR support, minor fixes and improvements
+- spec file changes
+  * change http to https in URLs
+  * use RPM macros
+
+---

Old:

  duktape-2.4.0.tar.xz

New:

  duktape-2.5.0.tar.xz



Other differences:
--
++ duktape.spec ++
--- /var/tmp/diff_new_pack.FTbXkC/_old  2020-07-31 16:01:20.104519278 +0200
+++ /var/tmp/diff_new_pack.FTbXkC/_new  2020-07-31 16:01:20.108519282 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package duktape
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %define sover 201
 Name:   duktape
-Version:2.4.0
+Version:2.5.0
 Release:0
 Summary:Embeddable Javascript engine
 License:MIT
 Group:  Development/Libraries/C and C++
-Url:http://duktape.org/
-Source0:http://duktape.org/%{name}-%{version}.tar.xz
+URL:https://duktape.org/
+Source0:https://duktape.org/%{name}-%{version}.tar.xz
 Source1:duktape.pc.in
 BuildRequires:  gcc
 BuildRequires:  pkgconfig
@@ -68,7 +68,7 @@
 -e 's/\(\$.INSTALL_PREFIX.\)/$(DESTDIR)\1/' \
 -e 's/\/lib\b/\/%{_lib}/g' \
  < Makefile.sharedlibrary > Makefile
-make -j1
+%make_build -j1
 
 %install
 %make_install
@@ -79,13 +79,12 @@
 %postun -n lib%{name}%{sover} -p /sbin/ldconfig
 
 %files -n lib%{name}%{sover}
-%defattr(-,root,root)
-%doc AUTHORS.rst LICENSE.txt
+%doc AUTHORS.rst
+%license LICENSE.txt
 %{_libdir}/libduktape.so.*
 %{_libdir}/libduktaped.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/duk_config.h
 %{_includedir}/duktape.h
 %{_libdir}/libduktape.so

++ duktape-2.4.0.tar.xz -> duktape-2.5.0.tar.xz ++
 25512 lines of diff (skipped)




commit duktape for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package duktape for openSUSE:Factory checked 
in at 2019-07-30 12:38:16

Comparing /work/SRC/openSUSE:Factory/duktape (Old)
 and  /work/SRC/openSUSE:Factory/.duktape.new.4126 (New)


Package is "duktape"

Tue Jul 30 12:38:16 2019 rev:6 rq:719655 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/duktape/duktape.changes  2018-10-25 
08:14:07.512127916 +0200
+++ /work/SRC/openSUSE:Factory/.duktape.new.4126/duktape.changes
2019-07-30 12:38:20.382942486 +0200
@@ -1,0 +2,6 @@
+Mon Jul 29 16:13:30 UTC 2019 - Alexei Podvalsky 
+
+- Update to 2.4.0:
+  * Minor fixes and improvements
+
+---

Old:

  duktape-2.3.0.tar.xz

New:

  duktape-2.4.0.tar.xz



Other differences:
--
++ duktape.spec ++
--- /var/tmp/diff_new_pack.tFl1SC/_old  2019-07-30 12:38:20.938942415 +0200
+++ /var/tmp/diff_new_pack.tFl1SC/_new  2019-07-30 12:38:20.942942415 +0200
@@ -18,7 +18,7 @@
 
 %define sover 201
 Name:   duktape
-Version:2.3.0
+Version:2.4.0
 Release:0
 Summary:Embeddable Javascript engine
 License:MIT

++ duktape-2.3.0.tar.xz -> duktape-2.4.0.tar.xz ++
 70831 lines of diff (skipped)




commit duktape for openSUSE:Factory

2018-10-24 Thread root
Hello community,

here is the log from the commit of package duktape for openSUSE:Factory checked 
in at 2018-10-25 08:13:04

Comparing /work/SRC/openSUSE:Factory/duktape (Old)
 and  /work/SRC/openSUSE:Factory/.duktape.new (New)


Package is "duktape"

Thu Oct 25 08:13:04 2018 rev:5 rq:642740 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/duktape/duktape.changes  2018-04-30 
22:56:26.101942467 +0200
+++ /work/SRC/openSUSE:Factory/.duktape.new/duktape.changes 2018-10-25 
08:14:07.512127916 +0200
@@ -1,0 +2,6 @@
+Thu Oct 18 02:44:40 UTC 2018 - s...@suspend.net
+
+- Update to 2.3.0:
+  * ES2015 improvements
+
+---

Old:

  duktape-2.2.1.tar.xz

New:

  duktape-2.3.0.tar.xz



Other differences:
--
++ duktape.spec ++
--- /var/tmp/diff_new_pack.Y6E7cX/_old  2018-10-25 08:14:08.684127414 +0200
+++ /var/tmp/diff_new_pack.Y6E7cX/_new  2018-10-25 08:14:08.684127414 +0200
@@ -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

++ duktape-2.2.1.tar.xz -> duktape-2.3.0.tar.xz ++
 57161 lines of diff (skipped)




commit duktape for openSUSE:Factory

2018-04-30 Thread root
Hello community,

here is the log from the commit of package duktape for openSUSE:Factory checked 
in at 2018-04-30 22:53:54

Comparing /work/SRC/openSUSE:Factory/duktape (Old)
 and  /work/SRC/openSUSE:Factory/.duktape.new (New)


Package is "duktape"

Mon Apr 30 22:53:54 2018 rev:4 rq:601684 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/duktape/duktape.changes  2017-10-11 
23:01:08.573455460 +0200
+++ /work/SRC/openSUSE:Factory/.duktape.new/duktape.changes 2018-04-30 
22:56:26.101942467 +0200
@@ -1,0 +2,6 @@
+Thu Apr 26 19:11:12 UTC 2018 - avvi...@yandex.by
+
+- Update to 2.2.1:
+  * maintenance release
+
+---

Old:

  duktape-2.2.0.tar.xz

New:

  duktape-2.2.1.tar.xz



Other differences:
--
++ duktape.spec ++
--- /var/tmp/diff_new_pack.EUE1IY/_old  2018-04-30 22:56:26.981910359 +0200
+++ /var/tmp/diff_new_pack.EUE1IY/_new  2018-04-30 22:56:26.981910359 +0200
@@ -18,7 +18,7 @@
 
 %define sover 201
 Name:   duktape
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:Embeddable Javascript engine
 License:MIT

++ duktape-2.2.0.tar.xz -> duktape-2.2.1.tar.xz ++
 1642 lines of diff (skipped)




commit duktape for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package duktape for openSUSE:Factory checked 
in at 2017-10-11 23:01:06

Comparing /work/SRC/openSUSE:Factory/duktape (Old)
 and  /work/SRC/openSUSE:Factory/.duktape.new (New)


Package is "duktape"

Wed Oct 11 23:01:06 2017 rev:3 rq:531971 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/duktape/duktape.changes  2017-07-30 
11:27:53.649041984 +0200
+++ /work/SRC/openSUSE:Factory/.duktape.new/duktape.changes 2017-10-11 
23:01:08.573455460 +0200
@@ -1,0 +2,6 @@
+Thu Oct  5 23:38:26 UTC 2017 - avvi...@yandex.by
+
+- Update to 2.2.0:
+  * call handling, API improvements, performance
+
+---

Old:

  duktape-2.1.1.tar.xz

New:

  duktape-2.2.0.tar.xz



Other differences:
--
++ duktape.spec ++
--- /var/tmp/diff_new_pack.XuadUf/_old  2017-10-11 23:01:10.029391674 +0200
+++ /var/tmp/diff_new_pack.XuadUf/_new  2017-10-11 23:01:10.029391674 +0200
@@ -18,7 +18,7 @@
 
 %define sover 201
 Name:   duktape
-Version:2.1.1
+Version:2.2.0
 Release:0
 Summary:Embeddable Javascript engine
 License:MIT

++ duktape-2.1.1.tar.xz -> duktape-2.2.0.tar.xz ++
 223564 lines of diff (skipped)




commit duktape for openSUSE:Factory

2017-07-30 Thread root
Hello community,

here is the log from the commit of package duktape for openSUSE:Factory checked 
in at 2017-07-30 11:27:47

Comparing /work/SRC/openSUSE:Factory/duktape (Old)
 and  /work/SRC/openSUSE:Factory/.duktape.new (New)


Package is "duktape"

Sun Jul 30 11:27:47 2017 rev:2 rq:513042 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/duktape/duktape.changes  2017-06-04 
02:01:20.355410125 +0200
+++ /work/SRC/openSUSE:Factory/.duktape.new/duktape.changes 2017-07-30 
11:27:53.649041984 +0200
@@ -1,0 +2,6 @@
+Sat Jul 29 20:16:52 UTC 2017 - avvi...@yandex.by
+
+- Update to 2.1.1:
+  * maintenance release
+
+---

Old:

  duktape-2.1.0.tar.xz

New:

  duktape-2.1.1.tar.xz



Other differences:
--
++ duktape.spec ++
--- /var/tmp/diff_new_pack.bL39mg/_old  2017-07-30 11:27:57.880444906 +0200
+++ /var/tmp/diff_new_pack.bL39mg/_new  2017-07-30 11:27:57.88341 +0200
@@ -18,7 +18,7 @@
 
 %define sover 201
 Name:   duktape
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:Embeddable Javascript engine
 License:MIT

++ duktape-2.1.0.tar.xz -> duktape-2.1.1.tar.xz ++
 27246 lines of diff (skipped)