commit kjs for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-10-12 13:55:35

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


Package is "kjs"

Mon Oct 12 13:55:35 2020 rev:83 rq:840834 version:5.75.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2020-09-18 14:41:52.440027702 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.3486/kjs.changes2020-10-12 
13:57:19.166166183 +0200
@@ -1,0 +2,9 @@
+Mon Oct  5 08:33:23 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.75.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.75.0
+- No code change since 5.74.0
+
+---

Old:

  kjs-5.74.0.tar.xz
  kjs-5.74.0.tar.xz.sig

New:

  kjs-5.75.0.tar.xz
  kjs-5.75.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.EZGuhz/_old  2020-10-12 13:57:20.734166837 +0200
+++ /var/tmp/diff_new_pack.EZGuhz/_new  2020-10-12 13:57:20.738166839 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.74
+%define _tar_path 5.75
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.74.0
+Version:5.75.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later


++ kjs-5.74.0.tar.xz -> kjs-5.75.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.74.0/CMakeLists.txt 
new/kjs-5.75.0/CMakeLists.txt
--- old/kjs-5.74.0/CMakeLists.txt   2020-09-06 12:30:28.0 +0200
+++ new/kjs-5.75.0/CMakeLists.txt   2020-10-04 20:49:24.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.74.0") # handled by release scripts
+set(KF5_VERSION "5.75.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.74.0  NO_MODULE)
+find_package(ECM 5.75.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-09-18 14:40:55

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


Package is "kjs"

Fri Sep 18 14:40:55 2020 rev:82 rq:834418 version:5.74.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2020-08-12 12:29:01.916176692 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.4249/kjs.changes2020-09-18 
14:41:52.440027702 +0200
@@ -1,0 +2,9 @@
+Sun Sep  6 12:49:45 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.74.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.74.0
+- No code change since 5.73.0
+
+---

Old:

  kjs-5.73.0.tar.xz
  kjs-5.73.0.tar.xz.sig

New:

  kjs-5.74.0.tar.xz
  kjs-5.74.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.ijsyxq/_old  2020-09-18 14:41:53.336028501 +0200
+++ /var/tmp/diff_new_pack.ijsyxq/_new  2020-09-18 14:41:53.340028506 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.73
+%define _tar_path 5.74
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.73.0
+Version:5.74.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later


++ kjs-5.73.0.tar.xz -> kjs-5.74.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.73.0/CMakeLists.txt 
new/kjs-5.74.0/CMakeLists.txt
--- old/kjs-5.73.0/CMakeLists.txt   2020-08-01 21:50:46.0 +0200
+++ new/kjs-5.74.0/CMakeLists.txt   2020-09-06 12:30:28.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.73.0") # handled by release scripts
+set(KF5_VERSION "5.74.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.73.0  NO_MODULE)
+find_package(ECM 5.74.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-08-12 12:24:36

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


Package is "kjs"

Wed Aug 12 12:24:36 2020 rev:81 rq:825092 version:5.73.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2020-07-14 07:54:43.308902227 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.3399/kjs.changes2020-08-12 
12:29:01.916176692 +0200
@@ -1,0 +2,9 @@
+Sun Aug  2 07:13:35 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.73.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.73.0
+- No code change since 5.72.0
+
+---

Old:

  kjs-5.72.0.tar.xz
  kjs-5.72.0.tar.xz.sig

New:

  kjs-5.73.0.tar.xz
  kjs-5.73.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.lTDxnq/_old  2020-08-12 12:29:02.396176677 +0200
+++ /var/tmp/diff_new_pack.lTDxnq/_new  2020-08-12 12:29:02.396176677 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.72
+%define _tar_path 5.73
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.72.0
+Version:5.73.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later


++ kjs-5.72.0.tar.xz -> kjs-5.73.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.72.0/CMakeLists.txt 
new/kjs-5.73.0/CMakeLists.txt
--- old/kjs-5.72.0/CMakeLists.txt   2020-07-04 15:17:09.0 +0200
+++ new/kjs-5.73.0/CMakeLists.txt   2020-08-01 21:50:46.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.72.0") # handled by release scripts
+set(KF5_VERSION "5.73.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.72.0  NO_MODULE)
+find_package(ECM 5.73.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-07-14 07:53:43

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


Package is "kjs"

Tue Jul 14 07:53:43 2020 rev:80 rq:820379 version:5.72.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2020-06-16 13:43:39.925295123 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.3060/kjs.changes2020-07-14 
07:54:43.308902227 +0200
@@ -1,0 +2,10 @@
+Sun Jul  5 07:55:33 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.72.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.72.0
+- Changes since 5.71.0:
+  * Fix crash when using KJSContext::interpreter
+
+---

Old:

  kjs-5.71.0.tar.xz
  kjs-5.71.0.tar.xz.sig

New:

  kjs-5.72.0.tar.xz
  kjs-5.72.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.ZruXNa/_old  2020-07-14 07:54:46.588912848 +0200
+++ /var/tmp/diff_new_pack.ZruXNa/_new  2020-07-14 07:54:46.592912861 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.71
+%define _tar_path 5.72
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.71.0
+Version:5.72.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later
@@ -36,7 +36,6 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
-BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem


++ kjs-5.71.0.tar.xz -> kjs-5.72.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.71.0/CMakeLists.txt 
new/kjs-5.72.0/CMakeLists.txt
--- old/kjs-5.71.0/CMakeLists.txt   2020-06-07 20:29:37.0 +0200
+++ new/kjs-5.72.0/CMakeLists.txt   2020-07-04 15:17:09.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_VERSION "5.72.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.71.0  NO_MODULE)
+find_package(ECM 5.72.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.71.0/src/kjs/api/kjsinterpreter.cpp 
new/kjs-5.72.0/src/kjs/api/kjsinterpreter.cpp
--- old/kjs-5.71.0/src/kjs/api/kjsinterpreter.cpp   2020-06-07 
20:29:37.0 +0200
+++ new/kjs-5.72.0/src/kjs/api/kjsinterpreter.cpp   2020-07-04 
15:17:09.0 +0200
@@ -143,6 +143,7 @@
 : hnd(h), globCtx(nullptr)
 {
 Interpreter *ip = INTERPRETER(this);
+ip->ref();
 globCtx.hnd = EXECSTATE_HANDLE(ip->globalExec());
 }
 




commit kjs for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-06-16 13:43:22

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


Package is "kjs"

Tue Jun 16 13:43:22 2020 rev:79 rq:814374 version:5.71.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2020-05-11 13:30:58.915813059 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.3606/kjs.changes2020-06-16 
13:43:39.925295123 +0200
@@ -1,0 +2,9 @@
+Sun Jun  7 08:06:49 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.71.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.71.0
+- No code change since 5.70.0
+
+---

Old:

  kjs-5.70.0.tar.xz
  kjs-5.70.0.tar.xz.sig

New:

  kjs-5.71.0.tar.xz
  kjs-5.71.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.E5NlAj/_old  2020-06-16 13:43:40.497297207 +0200
+++ /var/tmp/diff_new_pack.E5NlAj/_new  2020-06-16 13:43:40.501297222 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.70
+%define _tar_path 5.71
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.70.0
+Version:5.71.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later


++ kjs-5.70.0.tar.xz -> kjs-5.71.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.70.0/.arcconfig new/kjs-5.71.0/.arcconfig
--- old/kjs-5.70.0/.arcconfig   2020-05-03 00:20:43.0 +0200
+++ new/kjs-5.71.0/.arcconfig   1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-{
-  "phabricator.uri" : "https://phabricator.kde.org/";
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.70.0/CMakeLists.txt 
new/kjs-5.71.0/CMakeLists.txt
--- old/kjs-5.70.0/CMakeLists.txt   2020-05-03 00:20:43.0 +0200
+++ new/kjs-5.71.0/CMakeLists.txt   2020-06-07 20:29:37.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_VERSION "5.71.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.70.0  NO_MODULE)
+find_package(ECM 5.71.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-05-11 13:29:01

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


Package is "kjs"

Mon May 11 13:29:01 2020 rev:78 rq:802100 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2020-04-15 20:03:40.289986535 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.2738/kjs.changes2020-05-11 
13:30:58.915813059 +0200
@@ -1,0 +2,12 @@
+Sun May  3 09:40:05 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- Changes since 5.69.0:
+  * Implement UString operator= to make gcc happy
+  * Silence compiler warning about copy of non-trivial data.
+  * [KJS] Port QRegExp to QRegularExpression
+
+---

Old:

  kjs-5.69.0.tar.xz
  kjs-5.69.0.tar.xz.sig

New:

  kjs-5.70.0.tar.xz
  kjs-5.70.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.mLAQ38/_old  2020-05-11 13:30:59.967815265 +0200
+++ /var/tmp/diff_new_pack.mLAQ38/_new  2020-05-11 13:30:59.971815273 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.69
+%define _tar_path 5.70
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.69.0
+Version:5.70.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later


++ kjs-5.69.0.tar.xz -> kjs-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.69.0/CMakeLists.txt 
new/kjs-5.70.0/CMakeLists.txt
--- old/kjs-5.69.0/CMakeLists.txt   2020-04-05 01:01:51.0 +0200
+++ new/kjs-5.70.0/CMakeLists.txt   2020-05-03 00:20:43.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.69.0  NO_MODULE)
+find_package(ECM 5.70.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.69.0/autotests/ecmatest.cpp 
new/kjs-5.70.0/autotests/ecmatest.cpp
--- old/kjs-5.69.0/autotests/ecmatest.cpp   2020-04-05 01:01:51.0 
+0200
+++ new/kjs-5.70.0/autotests/ecmatest.cpp   2020-05-03 00:20:43.0 
+0200
@@ -29,7 +29,7 @@
 {
 unsigned int len = d.length();
 KJS::UChar *dat = static_cast(fastMalloc(sizeof(KJS::UChar) 
* len));
-memcpy(dat, d.unicode(), len * sizeof(KJS::UChar));
+memcpy(dat, reinterpret_cast(d.unicode()), len * 
sizeof(KJS::UChar));
 m_rep = KJS::UString::Rep::create(dat, len);
 }
 
@@ -190,7 +190,7 @@
 QWARN(errmsg.constData());
 } else {
 expectedBroken = 
QString::fromLatin1(brokenF.readAll().constData()).split(QLatin1Char('\n'))
- .filter(QRegExp("^[^#].*"));
+ 
.filter(QRegularExpression(QStringLiteral("^[^#].*")));
 }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.69.0/autotests/kjsapitest.cpp 
new/kjs-5.70.0/autotests/kjsapitest.cpp
--- old/kjs-5.69.0/autotests/kjsapitest.cpp 2020-04-05 01:01:51.0 
+0200
+++ new/kjs-5.70.0/autotests/kjsapitest.cpp 2020-05-03 00:20:43.0 
+0200
@@ -26,6 +26,8 @@
 
 #include "qtest.h"
 
+#include 
+
 class KJSApiTest : public QObject
 {
 Q_OBJECT
@@ -123,8 +125,8 @@
 QVERIFY(!norm.isEmpty());
 QStringList lines = norm.split('\n');
 QVERIFY(lines.size() >= 2); // ### imprecise
-int fooLine = lines.indexOf(QRegExp(" *foo\\(\\);"));
-int barLine = lines.indexOf(QRegExp(" *bar\\(\\);"));
+int fooLine = lines.indexOf(QRegularExpression(QStringLiteral(" 
*foo\\(\\);")));
+int barLine = lines.indexOf(QRegularExpression(QStringLiteral(" 
*bar\\(\\);")));
 QVERIFY(fooLine >= 0);
 QVERIFY(barLine > fooLine);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.69.0

commit kjs for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-04-15 20:02:11

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


Package is "kjs"

Wed Apr 15 20:02:11 2020 rev:77 rq:793166 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2020-03-19 19:45:20.660020793 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.2738/kjs.changes2020-04-15 
20:03:40.289986535 +0200
@@ -1,0 +2,9 @@
+Sun Apr  5 19:45:42 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- No code change since 5.68.0
+
+---

Old:

  kjs-5.68.0.tar.xz
  kjs-5.68.0.tar.xz.sig

New:

  kjs-5.69.0.tar.xz
  kjs-5.69.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.BaDVhV/_old  2020-04-15 20:03:41.897987742 +0200
+++ /var/tmp/diff_new_pack.BaDVhV/_new  2020-04-15 20:03:41.897987742 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.68
+%define _tar_path 5.69
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.68.0
+Version:5.69.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later


++ kjs-5.68.0.tar.xz -> kjs-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.68.0/CMakeLists.txt 
new/kjs-5.69.0/CMakeLists.txt
--- old/kjs-5.68.0/CMakeLists.txt   2020-03-07 10:48:48.0 +0100
+++ new/kjs-5.69.0/CMakeLists.txt   2020-04-05 01:01:51.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.68.0  NO_MODULE)
+find_package(ECM 5.69.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-03-19 19:43:11

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


Package is "kjs"

Thu Mar 19 19:43:11 2020 rev:76 rq:785336 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2020-02-14 16:34:08.671477735 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.3160/kjs.changes2020-03-19 
19:45:20.660020793 +0100
@@ -1,0 +2,10 @@
+Sun Mar  8 09:17:53 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Expose the evaluation timeout management functions in public API.
+
+---

Old:

  kjs-5.67.0.tar.xz
  kjs-5.67.0.tar.xz.sig

New:

  kjs-5.68.0.tar.xz
  kjs-5.68.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.zLe30Z/_old  2020-03-19 19:45:21.356021166 +0100
+++ /var/tmp/diff_new_pack.zLe30Z/_new  2020-03-19 19:45:21.372021174 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.67
+%define _tar_path 5.68
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.67.0
+Version:5.68.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later


++ kjs-5.67.0.tar.xz -> kjs-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.67.0/.gitignore new/kjs-5.68.0/.gitignore
--- old/kjs-5.67.0/.gitignore   2020-02-02 13:51:11.0 +0100
+++ new/kjs-5.68.0/.gitignore   2020-03-07 10:48:48.0 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.67.0/CMakeLists.txt 
new/kjs-5.68.0/CMakeLists.txt
--- old/kjs-5.67.0/CMakeLists.txt   2020-02-02 13:51:11.0 +0100
+++ new/kjs-5.68.0/CMakeLists.txt   2020-03-07 10:48:48.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.67.0  NO_MODULE)
+find_package(ECM 5.68.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.67.0/src/kjs/api/kjsinterpreter.cpp 
new/kjs-5.68.0/src/kjs/api/kjsinterpreter.cpp
--- old/kjs-5.67.0/src/kjs/api/kjsinterpreter.cpp   2020-02-02 
13:51:11.0 +0100
+++ new/kjs-5.68.0/src/kjs/api/kjsinterpreter.cpp   2020-03-07 
10:48:48.0 +0100
@@ -210,6 +210,24 @@
 return evaluate(QLatin1String(""), 0, code, thisValue);
 }
 
+void KJSInterpreter::setTimeoutTime(unsigned mSecs)
+{
+  Interpreter *ip = INTERPRETER(this);
+  ip->setTimeoutTime(mSecs);
+}
+
+void KJSInterpreter::startTimeoutCheck()
+{
+  Interpreter *ip = INTERPRETER(this);
+  ip->startTimeoutCheck();
+}
+
+void KJSInterpreter::stopTimeoutCheck()
+{
+  Interpreter *ip = INTERPRETER(this);
+  ip->stopTimeoutCheck();
+}
+
 bool KJSInterpreter::normalizeCode(const QString &code, QString *normalized,
int *errLine, QString *errMsg)
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.67.0/src/kjs/api/kjsinterpreter.h 
new/kjs-5.68.0/src/kjs/api/kjsinterpreter.h
--- old/kjs-5.67.0/src/kjs/api/kjsinterpreter.h 2020-02-02 13:51:11.0 
+0100
+++ new/kjs-5.68.0/src/kjs/api/kjsinterpreter.h 2020-03-07 10:48:48.0 
+0100
@@ -137,6 +137,34 @@
KJSObject *thisValue = nullptr);
 
 /**
+ * Call this function in preparation of startTimeoutCheck() to set
+ * the number of milliseconds that a script evaluation is allowed
+ * to take at most. This will protect the user from slow and
+ * long-running scripts or even infinite loops.
+ *
+ * A 0 msecs value (the default setting) means no timeout at all.
+ *
+ * @param mSecs The number 

commit kjs for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-02-14 16:33:24

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


Package is "kjs"

Fri Feb 14 16:33:24 2020 rev:75 rq:773274 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2020-01-14 21:05:15.554706654 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.26092/kjs.changes   2020-02-14 
16:34:08.671477735 +0100
@@ -1,0 +2,22 @@
+Sun Feb  2 18:07:03 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:32:51 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- Changes since 5.66.0:
+  * Abort machine run once a timeout signal has been seen.
+  * Fixed variable name in function documentation.
+  * Support ** exponentiation operator from ECMAScript 2016.
+  * Complete port from 0 to nullptr.
+  * Restore COMPILER macros as they are also used in KHTML.
+  * Added shouldExcept() function that works based on a function.
+  * Ported away from COMPILER() convenience macro.
+  * Prepare 5s timeout in test suite.
+
+---

Old:

  kjs-5.66.0.tar.xz
  kjs-5.66.0.tar.xz.sig

New:

  kjs-5.67.0.tar.xz
  kjs-5.67.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.LXxuKH/_old  2020-02-14 16:34:09.447478167 +0100
+++ /var/tmp/diff_new_pack.LXxuKH/_new  2020-02-14 16:34:09.451478170 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.66
+%define _tar_path 5.67
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.66.0
+Version:5.67.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later
@@ -43,8 +43,8 @@
 BuildRequires:  pcre-devel
 BuildRequires:  perl
 BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.11.0
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5Core) >= 5.12.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
 
 %description
 This library provides an ECMAScript compatible interpreter. The ECMA standard
@@ -77,7 +77,7 @@
 Requires:   extra-cmake-modules
 Requires:   libKF5JS%{sonum} = %{version}
 Requires:   libKF5JSApi%{sonum} = %{version}
-Requires:   cmake(Qt5Core) >= 5.11.0
+Requires:   cmake(Qt5Core) >= 5.12.0
 %if %{with lang}
 Recommends: %{name}-devel-lang = %{version}
 %endif
@@ -94,7 +94,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kjs-5.66.0.tar.xz -> kjs-5.67.0.tar.xz ++
 5663 lines of diff (skipped)




commit kjs for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2020-01-14 21:02:36

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


Package is "kjs"

Tue Jan 14 21:02:36 2020 rev:74 rq:763472 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-12-18 14:43:01.209793213 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.6675/kjs.changes2020-01-14 
21:05:15.554706654 +0100
@@ -1,0 +2,13 @@
+Sun Jan  5 09:15:36 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Update the obsolete projects.kde.org URL
+  * Added tests for Math.exp()
+  * Added tests for various assignment operators.
+  * Test special cases of multiplicate operators (*, / and %).
+
+---

Old:

  kjs-5.65.0.tar.xz
  kjs-5.65.0.tar.xz.sig

New:

  kjs-5.66.0.tar.xz
  kjs-5.66.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.CIezn7/_old  2020-01-14 21:05:16.646707159 +0100
+++ /var/tmp/diff_new_pack.CIezn7/_new  2020-01-14 21:05:16.646707159 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjs
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later


++ kjs-5.65.0.tar.xz -> kjs-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.65.0/CMakeLists.txt 
new/kjs-5.66.0/CMakeLists.txt
--- old/kjs-5.65.0/CMakeLists.txt   2019-12-07 22:45:33.0 +0100
+++ new/kjs-5.66.0/CMakeLists.txt   2020-01-04 11:10:32.0 +0100
@@ -1,15 +1,15 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
+find_package(ECM 5.66.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 
 include(GenerateExportHeader)
@@ -30,7 +30,7 @@
 # Most of KJS doesn't even require Qt, thus we can't use override 
 string(REPLACE "-Wsuggest-override" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
 
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(Perl)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.65.0/tests/math.js new/kjs-5.66.0/tests/math.js
--- old/kjs-5.65.0/tests/math.js2019-12-07 22:45:33.0 +0100
+++ new/kjs-5.66.0/tests/math.js2020-01-04 11:10:32.0 +0100
@@ -5,6 +5,11 @@
   return n == 0 && 1 / n < 0;
 }
 
+function isPositiveZero(n)
+{
+  return n == 0 && 1 / n > 0;
+}
+
 // self tests
 shouldBeTrue("isNegativeZero(negativeZero)");
 shouldBeFalse("isNegativeZero(0)");
@@ -30,6 +35,12 @@
 shouldBe("Math.ceil(1.1)", "2");
 shouldBe("String()+Math.sqrt(2)", "String()+Math.SQRT2");
 shouldBe("Math.ceil(1.6)", "2");
+shouldBe("Math.round(Math.exp(3))", "20");
+shouldBeTrue("isNaN(Math.exp(NaN))");
+shouldBe("Math.exp(+0)", "1");
+shouldBe("Math.exp(-0)", "1");
+shouldBeFalse("isFinite(Math.exp(Infinity))");
+shouldBeTrue("isPositiveZero(Math.exp(-Infinity))");
 shouldBe("Math.round(0)", "0");
 shouldBeFalse("isNegativeZero(Math.round(0))");
 shouldBeTrue("isNegativeZero(Math.round(negativeZero))");
dif

commit kjs for openSUSE:Factory

2019-12-18 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-12-18 14:41:16

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


Package is "kjs"

Wed Dec 18 14:41:16 2019 rev:73 rq:757048 version:5.65.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-11-12 11:48:40.678926725 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.4691/kjs.changes2019-12-18 
14:43:01.209793213 +0100
@@ -1,0 +2,9 @@
+Sun Dec  8 11:18:41 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.65.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.65.0.php
+- No code change since 5.64.0
+
+---

Old:

  kjs-5.64.0.tar.xz
  kjs-5.64.0.tar.xz.sig

New:

  kjs-5.65.0.tar.xz
  kjs-5.65.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.Z0GMz8/_old  2019-12-18 14:43:02.201793667 +0100
+++ /var/tmp/diff_new_pack.Z0GMz8/_new  2019-12-18 14:43:02.205793669 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjs
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.64
+%define _tar_path 5.65
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.64.0
+Version:5.65.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later


++ kjs-5.64.0.tar.xz -> kjs-5.65.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.64.0/CMakeLists.txt 
new/kjs-5.65.0/CMakeLists.txt
--- old/kjs-5.64.0/CMakeLists.txt   2019-11-02 13:58:16.0 +0100
+++ new/kjs-5.65.0/CMakeLists.txt   2019-12-07 22:45:33.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.64.0") # handled by release scripts
+set(KF5_VERSION "5.65.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.64.0  NO_MODULE)
+find_package(ECM 5.65.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-11-12 11:48:39

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


Package is "kjs"

Tue Nov 12 11:48:39 2019 rev:72 rq:747125 version:5.64.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-10-14 13:37:32.954015595 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.2990/kjs.changes2019-11-12 
11:48:40.678926725 +0100
@@ -1,0 +2,15 @@
+Sun Nov  3 15:47:08 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.64.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.64.0.php
+- Changes since 5.63.0:
+  * Better message for String.prototype.repeat(count) range errors.
+  * Simplify parsing of numeric literals.
+  * Parse JS binary literals.
+  * Detect truncated hex and octal literals.
+  * Support new standard way of specifying octal literals.
+  * Collection of regression tests taken from khtmltests repository.
+
+---

Old:

  kjs-5.63.0.tar.xz
  kjs-5.63.0.tar.xz.sig

New:

  kjs-5.64.0.tar.xz
  kjs-5.64.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.H3X8kv/_old  2019-11-12 11:48:41.210927268 +0100
+++ /var/tmp/diff_new_pack.H3X8kv/_new  2019-11-12 11:48:41.214927272 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.63
+%define _tar_path 5.64
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.63.0
+Version:5.64.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later


++ kjs-5.63.0.tar.xz -> kjs-5.64.0.tar.xz ++
 7572 lines of diff (skipped)




commit kjs for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-10-14 13:37:31

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


Package is "kjs"

Mon Oct 14 13:37:31 2019 rev:71 rq:738043 version:5.63.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-09-23 12:24:51.713733623 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.2352/kjs.changes2019-10-14 
13:37:32.954015595 +0200
@@ -1,0 +2,11 @@
+Sun Oct  6 13:26:45 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- Changes since 5.62.0:
+  * Added startsWith(), endsWith() and includes() JS String functions.
+  * Fixed Date.prototype.toJSON() called on non-Date objects.
+
+---

Old:

  kjs-5.62.0.tar.xz
  kjs-5.62.0.tar.xz.sig

New:

  kjs-5.63.0.tar.xz
  kjs-5.63.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.xFB3Gu/_old  2019-10-14 13:37:33.502014167 +0200
+++ /var/tmp/diff_new_pack.xFB3Gu/_new  2019-10-14 13:37:33.506014156 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.62
+%define _tar_path 5.63
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.62.0
+Version:5.63.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later
@@ -43,8 +43,8 @@
 BuildRequires:  pcre-devel
 BuildRequires:  perl
 BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
+BuildRequires:  cmake(Qt5Core) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
 
 %description
 This library provides an ECMAScript compatible interpreter. The ECMA standard
@@ -77,7 +77,7 @@
 Requires:   extra-cmake-modules
 Requires:   libKF5JS%{sonum} = %{version}
 Requires:   libKF5JSApi%{sonum} = %{version}
-Requires:   cmake(Qt5Core) >= 5.6.0
+Requires:   cmake(Qt5Core) >= 5.11.0
 %if %{with lang}
 Recommends: %{name}-devel-lang = %{version}
 %endif


++ kjs-5.62.0.tar.xz -> kjs-5.63.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.62.0/CMakeLists.txt 
new/kjs-5.63.0/CMakeLists.txt
--- old/kjs-5.62.0/CMakeLists.txt   2019-09-07 16:01:07.0 +0200
+++ new/kjs-5.63.0/CMakeLists.txt   2019-10-06 11:47:44.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.62.0/src/kjs/date_object.cpp 
new/kjs-5.63.0/src/kjs/date_object.cpp
--- old/kjs-5.62.0/src/kjs/date_object.cpp  2019-09-07 16:01:07.0 
+0200
+++ new/kjs-5.63.0/src/kjs/date_object.cpp  2019-10-06 11:47:44.0 
+0200
@@ -642,7 +642,7 @@
 JSValue *tv = thisObj->toPrimitive(exec, NumberType);
 if (tv->isNumber()) {
 double ms = tv->toNumber(exec);
-if (isNaN(ms)) {
+if (isNaNorInf(ms)) {
 return jsNull();
 }
 }
@@ -659,7 +659,9 @@
 }
 
 if (!thisObj->inherits(&DateInstance::info)) {
-return throwError(exec, TypeError);
+   if (id == ToString)
+   return jsString("Invalid Date");
+return throwError(exec, TypeError, "Incompatible object");
 }
 
 DateInstance *thisDateObj = static_cast(thisObj);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.62.0/src/kjs/string_object.cpp 
new/kjs-5.63.0/src/kjs/string_object.cpp
--- old/kjs-5.62.0/src/kjs/string_object.cpp2019-09-07 16:01:07.0 
+0200
+++ new/kjs-5.63.0/src/kjs/string_object.cpp2019-10-06 11:47:44.0 
+0200
@@ -170,6 +170,8 @@
   charAtStringProto

commit kjs for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-09-23 12:24:46

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


Package is "kjs"

Mon Sep 23 12:24:46 2019 rev:70 rq:730943 version:5.62.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-08-19 21:09:57.680847337 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.7948/kjs.changes2019-09-23 
12:24:51.713733623 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:36:56 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+---

Old:

  kjs-5.61.0.tar.xz
  kjs-5.61.0.tar.xz.sig

New:

  kjs-5.62.0.tar.xz
  kjs-5.62.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.iMv9vc/_old  2019-09-23 12:24:52.241733537 +0200
+++ /var/tmp/diff_new_pack.iMv9vc/_new  2019-09-23 12:24:52.245733536 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.61.0
+Version:5.62.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later
@@ -39,10 +39,10 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
 BuildRequires:  perl
+BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 


++ kjs-5.61.0.tar.xz -> kjs-5.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.61.0/CMakeLists.txt 
new/kjs-5.62.0/CMakeLists.txt
--- old/kjs-5.61.0/CMakeLists.txt   2019-08-03 21:56:18.0 +0200
+++ new/kjs-5.62.0/CMakeLists.txt   2019-09-07 16:01:07.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-08-19 21:09:50

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


Package is "kjs"

Mon Aug 19 21:09:50 2019 rev:69 rq:722477 version:5.61.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-07-26 12:16:55.890785469 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.22127/kjs.changes   2019-08-19 
21:09:57.680847337 +0200
@@ -1,0 +2,14 @@
+Wed Aug  7 17:51:35 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 5.61.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- No code change since 5.60.0
+
+---
+Fri Jul 19 11:43:06 UTC 2019 - Wolfgang Bauer 
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+---

Old:

  kjs-5.60.0.tar.xz

New:

  frameworks.keyring
  kjs-5.61.0.tar.xz
  kjs-5.61.0.tar.xz.sig



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.7UqgaZ/_old  2019-08-19 21:10:00.552846871 +0200
+++ /var/tmp/diff_new_pack.7UqgaZ/_new  2019-08-19 21:10:00.580846867 +0200
@@ -17,21 +17,25 @@
 
 
 %define sonum   5
-%define _tar_path 5.60
+%define _tar_path 5.61
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.60.0
+Version:5.61.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 URL:https://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
+Source: 
https://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz.sig
+Source2:frameworks.keyring
+%endif
+Source99:   baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -87,9 +91,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
-%endif
 
 %build
   %cmake_kf5 -d build

++ kjs-5.60.0.tar.xz -> kjs-5.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.60.0/CMakeLists.txt 
new/kjs-5.61.0/CMakeLists.txt
--- old/kjs-5.60.0/CMakeLists.txt   2019-07-07 20:35:48.0 +0200
+++ new/kjs-5.61.0/CMakeLists.txt   2019-08-03 21:56:18.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.60.0  NO_MODULE)
+find_package(ECM 5.61.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-07-26 12:16:50

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


Package is "kjs"

Fri Jul 26 12:16:50 2019 rev:68 rq:715892 version:5.60.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-06-22 11:12:53.124645930 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.4126/kjs.changes2019-07-26 
12:16:55.890785469 +0200
@@ -1,0 +2,10 @@
+Sun Jul 14 06:41:39 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.60.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.60.0.php
+- Changes since 5.59.0:
+  * Disable broken and no longer needed workaround code with msvc2019
+
+---

Old:

  kjs-5.59.0.tar.xz

New:

  kjs-5.60.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.5YNfbU/_old  2019-07-26 12:16:58.690784950 +0200
+++ /var/tmp/diff_new_pack.5YNfbU/_new  2019-07-26 12:16:58.690784950 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.59
+%define _tar_path 5.60
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.59.0
+Version:5.60.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later

++ kjs-5.59.0.tar.xz -> kjs-5.60.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.59.0/CMakeLists.txt 
new/kjs-5.60.0/CMakeLists.txt
--- old/kjs-5.59.0/CMakeLists.txt   2019-06-01 18:58:05.0 +0200
+++ new/kjs-5.60.0/CMakeLists.txt   2019-07-07 20:35:48.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.59.0") # handled by release scripts
+set(KF5_VERSION "5.60.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.59.0  NO_MODULE)
+find_package(ECM 5.60.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -30,7 +30,7 @@
 # Most of KJS doesn't even require Qt, thus we can't use override 
 string(REPLACE "-Wsuggest-override" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
 
-set(REQUIRED_QT_VERSION 5.10.0)
+set(REQUIRED_QT_VERSION 5.11.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(Perl)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.59.0/src/wtf/MathExtras.h 
new/kjs-5.60.0/src/wtf/MathExtras.h
--- old/kjs-5.59.0/src/wtf/MathExtras.h 2019-06-01 18:58:05.0 +0200
+++ new/kjs-5.60.0/src/wtf/MathExtras.h 2019-07-07 20:35:48.0 +0200
@@ -88,6 +88,7 @@
 }
 #endif
 
+#if _MSC_VER < 1920
 #ifndef BUILDING_KDE__
 // FIXME: where to get std::numeric_limits from?
 // Work around a bug in Win, where atan2(+-infinity, +-infinity) yields NaN 
instead of specific values.
@@ -127,7 +128,7 @@
 #define fmod(x, y) wtf_fmod(x, y)
 
 #define atan2(x, y) wtf_atan2(x, y)
-
+#endif // _MSC_VER < 1920
 #endif // #if COMPILER(MSVC)
 
 inline double deg2rad(double d)




commit kjs for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-06-22 11:12:50

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


Package is "kjs"

Sat Jun 22 11:12:50 2019 rev:67 rq:710754 version:5.59.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-05-21 10:30:14.587440300 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.4615/kjs.changes2019-06-22 
11:12:53.124645930 +0200
@@ -1,0 +2,9 @@
+Sun Jun 09 07:35:12 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.59.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.59.0.php
+- No code changes since 5.58.0
+
+---

Old:

  kjs-5.58.0.tar.xz

New:

  kjs-5.59.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.R5gaBZ/_old  2019-06-22 11:12:54.688648206 +0200
+++ /var/tmp/diff_new_pack.R5gaBZ/_new  2019-06-22 11:12:54.700648224 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.58
+%define _tar_path 5.59
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.58.0
+Version:5.59.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later

++ kjs-5.58.0.tar.xz -> kjs-5.59.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.58.0/CMakeLists.txt 
new/kjs-5.59.0/CMakeLists.txt
--- old/kjs-5.58.0/CMakeLists.txt   2019-05-07 13:25:42.0 +0200
+++ new/kjs-5.59.0/CMakeLists.txt   2019-06-01 18:58:05.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.58.0") # handled by release scripts
+set(KF5_VERSION "5.59.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.58.0  NO_MODULE)
+find_package(ECM 5.59.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-05-21 10:30:08

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


Package is "kjs"

Tue May 21 10:30:08 2019 rev:66 rq:703364 version:5.58.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-04-19 21:23:26.831802628 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.5148/kjs.changes2019-05-21 
10:30:14.587440300 +0200
@@ -1,0 +2,9 @@
+Wed May 15 18:16:17 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.58.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.58.0.php
+- No code changes since 5.57.0
+
+---

Old:

  kjs-5.57.0.tar.xz

New:

  kjs-5.58.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.XRPWu2/_old  2019-05-21 10:30:15.303440024 +0200
+++ /var/tmp/diff_new_pack.XRPWu2/_new  2019-05-21 10:30:15.307440023 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.57
+%define _tar_path 5.58
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.57.0
+Version:5.58.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later

++ kjs-5.57.0.tar.xz -> kjs-5.58.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.57.0/CMakeLists.txt 
new/kjs-5.58.0/CMakeLists.txt
--- old/kjs-5.57.0/CMakeLists.txt   2019-04-07 09:30:05.0 +0200
+++ new/kjs-5.58.0/CMakeLists.txt   2019-05-07 13:25:42.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_VERSION "5.58.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.57.0  NO_MODULE)
+find_package(ECM 5.58.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2019-04-19 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-04-19 21:23:25

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


Package is "kjs"

Fri Apr 19 21:23:25 2019 rev:65 rq:695236 version:5.57.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-03-21 09:47:12.610884962 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.5536/kjs.changes2019-04-19 
21:23:26.831802628 +0200
@@ -1,0 +2,9 @@
+Sun Apr 14 20:21:43 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- No code changes since 5.56.0
+
+---

Old:

  kjs-5.56.0.tar.xz

New:

  kjs-5.57.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.WvyZsh/_old  2019-04-19 21:23:27.331803265 +0200
+++ /var/tmp/diff_new_pack.WvyZsh/_new  2019-04-19 21:23:27.343803281 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.56
+%define _tar_path 5.57
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.56.0
+Version:5.57.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later

++ kjs-5.56.0.tar.xz -> kjs-5.57.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.56.0/.gitignore new/kjs-5.57.0/.gitignore
--- old/kjs-5.56.0/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/kjs-5.57.0/.gitignore   2019-04-07 09:30:05.0 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.56.0/CMakeLists.txt 
new/kjs-5.57.0/CMakeLists.txt
--- old/kjs-5.56.0/CMakeLists.txt   2019-03-02 14:44:20.0 +0100
+++ new/kjs-5.57.0/CMakeLists.txt   2019-04-07 09:30:05.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-03-21 09:47:07

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


Package is "kjs"

Thu Mar 21 09:47:07 2019 rev:64 rq:686753 version:5.56.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-02-28 21:31:12.437776507 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.28833/kjs.changes   2019-03-21 
09:47:12.610884962 +0100
@@ -1,0 +2,10 @@
+Sun Mar 10 20:15:36 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.56.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.56.0.php
+- Changes since 5.55.0:
+  * No code changes since 5.55.0
+
+---

Old:

  kjs-5.55.0.tar.xz

New:

  kjs-5.56.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.UZqCwV/_old  2019-03-21 09:47:14.234884588 +0100
+++ /var/tmp/diff_new_pack.UZqCwV/_new  2019-03-21 09:47:14.238884587 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.55
+%define _tar_path 5.56
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.55.0
+Version:5.56.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later

++ kjs-5.55.0.tar.xz -> kjs-5.56.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.55.0/CMakeLists.txt 
new/kjs-5.56.0/CMakeLists.txt
--- old/kjs-5.55.0/CMakeLists.txt   2019-02-03 00:59:33.0 +0100
+++ new/kjs-5.56.0/CMakeLists.txt   2019-03-02 14:44:20.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.55.0") # handled by release scripts
+set(KF5_VERSION "5.56.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.55.0  NO_MODULE)
+find_package(ECM 5.56.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-02-28 21:31:11

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


Package is "kjs"

Thu Feb 28 21:31:11 2019 rev:63 rq:678701 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-02-14 14:26:52.507832016 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.28833/kjs.changes   2019-02-28 
21:31:12.437776507 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 09:25:42 UTC 2019 - alarr...@suse.com
+
+- Downgrade the Qt version requirement to build with 5.9
+
+---



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.pCyWHV/_old  2019-02-28 21:31:13.393776187 +0100
+++ /var/tmp/diff_new_pack.pCyWHV/_new  2019-02-28 21:31:13.397776186 +0100
@@ -87,6 +87,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} == 1500
+sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 
5.9.0)/" CMakeLists.txt
+%endif
 
 %build
   %cmake_kf5 -d build




commit kjs for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-02-14 14:26:51

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


Package is "kjs"

Thu Feb 14 14:26:51 2019 rev:62 rq:674252 version:5.55.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2019-01-21 10:21:08.606027543 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.28833/kjs.changes   2019-02-14 
14:26:52.507832016 +0100
@@ -1,0 +2,12 @@
+Sun Feb 10 22:03:12 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.55.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.55.0.php
+- Changes since 5.54.0:
+  * Use even more nullptr
+  * Set SKIP_AUTOMOC for some generated files, to deal with CMP0071
+  * Use more nullptr
+
+---

Old:

  kjs-5.54.0.tar.xz

New:

  kjs-5.55.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.TJEuIc/_old  2019-02-14 14:26:52.983831794 +0100
+++ /var/tmp/diff_new_pack.TJEuIc/_new  2019-02-14 14:26:52.983831794 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.54
+%define _tar_path 5.55
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.54.0
+Version:5.55.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later

++ kjs-5.54.0.tar.xz -> kjs-5.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.54.0/CMakeLists.txt 
new/kjs-5.55.0/CMakeLists.txt
--- old/kjs-5.54.0/CMakeLists.txt   2019-01-06 21:24:22.0 +0100
+++ new/kjs-5.55.0/CMakeLists.txt   2019-02-03 00:59:33.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_VERSION "5.55.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.54.0  NO_MODULE)
+find_package(ECM 5.55.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -30,7 +30,7 @@
 # Most of KJS doesn't even require Qt, thus we can't use override 
 string(REPLACE "-Wsuggest-override" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
 
-set(REQUIRED_QT_VERSION 5.9.0)
+set(REQUIRED_QT_VERSION 5.10.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(Perl)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.54.0/src/kjs/CMakeLists.txt 
new/kjs-5.55.0/src/kjs/CMakeLists.txt
--- old/kjs-5.54.0/src/kjs/CMakeLists.txt   2019-01-06 21:24:22.0 
+0100
+++ new/kjs-5.55.0/src/kjs/CMakeLists.txt   2019-02-03 00:59:33.0 
+0100
@@ -85,6 +85,11 @@
   ${CMAKE_CURRENT_SOURCE_DIR}/bytecode/opcodes.h.in
   ${CMAKE_CURRENT_SOURCE_DIR}/bytecode/machine.cpp.in
 )
+set_source_files_properties(
+   ${CMAKE_CURRENT_BINARY_DIR}/opcodes.cpp
+   ${CMAKE_CURRENT_BINARY_DIR}/machine.cpp
+   PROPERTIES SKIP_AUTOMOC TRUE
+)
 
 ### next target ###
 
@@ -98,10 +103,14 @@
 
 macro(CREATE_LUT _srcs_LIST _in_FILE _out_FILE _dep_FILE)
 
-   add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_out_FILE}
-  COMMAND ${PERL_EXECUTABLE} ${CREATE_HASH_TABLE} 
${CMAKE_CURRENT_SOURCE_DIR}/${_in_FILE} -i > 
${CMAKE_CURRENT_BINARY_DIR}/${_out_FILE}
+   set(_out_FILE "${CMAKE_CURRENT_BINARY_DIR}/${_out_FILE}")
+   add_custom_command(OUTPUT ${_out_FILE}
+  COMMAND ${PERL_EXECUTABLE} ${CREATE_HASH_TABLE} 
${CMAKE_CURRENT_SOURCE_DIR}/${_in_FILE} -i > ${_out_FILE}
   DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${_in_FILE} )
-   set( ${_srcs_LIST}  ${${_srcs_LIST}} 
${CMAKE_CURRENT_BINARY_DIR}/${_out_FILE})
+
+   set_source_files_properties(${_out_FILE} PROPERTIES SKIP_AUTOMOC TRUE)
+
+   set( ${_srcs_LIST}  ${${_srcs_LIST}} ${_out_FILE})
 endmacro(CREATE_LUT)
 
 create_lut(kjs_LIB_SRCS date_object.cpp date_object.lut.h date_object.cpp)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.54.0/src/kjs/bytecode/codes.def 
new/kjs-5.55.0/src/kjs/bytecode/codes.def
--- old/kjs-5.54.0/src/kjs/bytecode/codes.def   2019-01-0

commit kjs for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2019-01-21 10:21:06

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


Package is "kjs"

Mon Jan 21 10:21:06 2019 rev:61 rq:665825 version:5.54.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-12-19 13:42:18.543881148 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.28833/kjs.changes   2019-01-21 
10:21:08.606027543 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 06:08:48 UTC 2019 - lbeltr...@kde.org
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * No code changes since 5.53.0
+
+---

Old:

  kjs-5.53.0.tar.xz

New:

  kjs-5.54.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.UdWDs6/_old  2019-01-21 10:21:09.382026764 +0100
+++ /var/tmp/diff_new_pack.UdWDs6/_new  2019-01-21 10:21:09.382026764 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.53
+%define _tar_path 5.54
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.53.0
+Version:5.54.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later

++ kjs-5.53.0.tar.xz -> kjs-5.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.53.0/CMakeLists.txt 
new/kjs-5.54.0/CMakeLists.txt
--- old/kjs-5.53.0/CMakeLists.txt   2018-12-01 15:57:16.0 +0100
+++ new/kjs-5.54.0/CMakeLists.txt   2019-01-06 21:24:22.0 +0100
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.53.0") # handled by release scripts
+set(KF5_VERSION "5.54.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.53.0  NO_MODULE)
+find_package(ECM 5.54.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-12-19 13:42:15

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


Package is "kjs"

Wed Dec 19 13:42:15 2018 rev:60 rq:658577 version:5.53.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-11-14 14:36:05.367168117 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.28833/kjs.changes   2018-12-19 
13:42:18.543881148 +0100
@@ -1,0 +2,10 @@
+Sun Dec 09 19:43:44 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Remove qt include prefix
+
+---

Old:

  kjs-5.52.0.tar.xz

New:

  kjs-5.53.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.XlxTeM/_old  2018-12-19 13:42:19.079880393 +0100
+++ /var/tmp/diff_new_pack.XlxTeM/_new  2018-12-19 13:42:19.083880387 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.52
+%define _tar_path 5.53
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.52.0
+Version:5.53.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later

++ kjs-5.52.0.tar.xz -> kjs-5.53.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.52.0/CMakeLists.txt 
new/kjs-5.53.0/CMakeLists.txt
--- old/kjs-5.52.0/CMakeLists.txt   2018-11-03 19:02:51.0 +0100
+++ new/kjs-5.53.0/CMakeLists.txt   2018-12-01 15:57:16.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.52.0") # handled by release scripts
+set(KF5_VERSION "5.53.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.52.0  NO_MODULE)
+find_package(ECM 5.53.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -30,7 +30,7 @@
 # Most of KJS doesn't even require Qt, thus we can't use override 
 string(REPLACE "-Wsuggest-override" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
 
-set(REQUIRED_QT_VERSION 5.8.0)
+set(REQUIRED_QT_VERSION 5.9.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(Perl)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.52.0/src/kjs/api/kjsobject.h 
new/kjs-5.53.0/src/kjs/api/kjsobject.h
--- old/kjs-5.52.0/src/kjs/api/kjsobject.h  2018-11-03 19:02:51.0 
+0100
+++ new/kjs-5.53.0/src/kjs/api/kjsobject.h  2018-12-01 15:57:16.0 
+0100
@@ -23,7 +23,7 @@
 #define KJSOBJECT_H
 
 #include "kjsapi_export.h"
-#include 
+#include 
 
 class QDateTime;
 class KJSContext;




commit kjs for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-11-14 14:36:01

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


Package is "kjs"

Wed Nov 14 14:36:01 2018 rev:59 rq:648528 version:5.52.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-10-22 11:13:57.315746096 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-11-14 
14:36:05.367168117 +0100
@@ -1,0 +2,10 @@
+Sun Nov 11 19:48:05 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.52.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
+- Changes since 5.51.0:
+  * No code changes since 5.51.0
+
+---

Old:

  kjs-5.51.0.tar.xz

New:

  kjs-5.52.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.bfXZNT/_old  2018-11-14 14:36:06.167167333 +0100
+++ /var/tmp/diff_new_pack.bfXZNT/_new  2018-11-14 14:36:06.171167329 +0100
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.51
+%define _tar_path 5.52
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.51.0
+Version:5.52.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later

++ kjs-5.51.0.tar.xz -> kjs-5.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.51.0/CMakeLists.txt 
new/kjs-5.52.0/CMakeLists.txt
--- old/kjs-5.51.0/CMakeLists.txt   2018-10-08 10:17:51.0 +0200
+++ new/kjs-5.52.0/CMakeLists.txt   2018-11-03 19:02:51.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.51.0") # handled by release scripts
+set(KF5_VERSION "5.52.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.51.0  NO_MODULE)
+find_package(ECM 5.52.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-10-22 11:13:53

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


Package is "kjs"

Mon Oct 22 11:13:53 2018 rev:58 rq:642331 version:5.51.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-10-01 08:07:38.002313675 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-10-22 
11:13:57.315746096 +0200
@@ -1,0 +2,15 @@
+Tue Oct 16 08:02:23 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Mon Oct 15 11:50:36 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.51.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.51.0.php
+- Changes since 5.50.0:
+  * Fix minor EBN issues
+
+---

Old:

  kjs-5.50.0.tar.xz

New:

  kjs-5.51.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.BP1vVa/_old  2018-10-22 11:13:57.887745470 +0200
+++ /var/tmp/diff_new_pack.BP1vVa/_new  2018-10-22 11:13:57.891745466 +0200
@@ -12,24 +12,24 @@
 # 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 sonum   5
-%define _tar_path 5.50
+%define _tar_path 5.51
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.50.0
+Version:5.51.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
-URL:http://www.kde.org
+URL:https://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0

++ kjs-5.50.0.tar.xz -> kjs-5.51.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.50.0/CMakeLists.txt 
new/kjs-5.51.0/CMakeLists.txt
--- old/kjs-5.50.0/CMakeLists.txt   2018-09-02 21:27:06.0 +0200
+++ new/kjs-5.51.0/CMakeLists.txt   2018-10-08 10:17:51.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.50.0") # handled by release scripts
+set(KF5_VERSION "5.51.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.50.0  NO_MODULE)
+find_package(ECM 5.51.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.50.0/autotests/ecmatest.cpp 
new/kjs-5.51.0/autotests/ecmatest.cpp
--- old/kjs-5.50.0/autotests/ecmatest.cpp   2018-09-02 21:27:06.0 
+0200
+++ new/kjs-5.51.0/autotests/ecmatest.cpp   2018-10-08 10:17:51.0 
+0200
@@ -18,8 +18,8 @@
 #include "JSVariableObject.h"
 #include "Parser.h"
 
-#include 
-#include 
+#include 
+#include 
 
 // Let the interpreter create its own global Object instead of using our 
selfcreated
 #define USE_KJS_GLOBAL 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.50.0/autotests/ecmatest.h 
new/kjs-5.51.0/autotests/ecmatest.h
--- old/kjs-5.50.0/autotests/ecmatest.h 2018-09-02 21:27:06.0 +0200
+++ new/kjs-5.51.0/autotests/ecmatest.h 2018-10-08 10:17:51.0 +0200
@@ -12,7 +12,7 @@
 #ifndef ECMATEST_H
 #define ECMATEST_H
 
-#include 
+#include 
 
 class ECMAscriptTest : public QObject
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.50.0/src/kjs/JSWrapperObject.h 
new/kjs-5.51.0/src/kjs/JSWrapperObject.h
--- old/kjs-5.50.0/src/kjs/JSWrapperObject.h2018-09-02 21:27:06.0 
+0200
+++ new/kjs-5.51.0/src/kjs/JSWrapperObject.h2018-10-08 10:17:51.0 
+0200
@@ -40,7 +40,7 @@
 
 /**
  * Returns the internal value of the object. This is used for objects such
- * as String and Boolean which are wrappers for native types. The interal
+ * as String 

commit kjs for openSUSE:Factory

2018-09-30 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-10-01 08:07:35

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


Package is "kjs"

Mon Oct  1 08:07:35 2018 rev:57 rq:636010 version:5.50.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-08-24 16:54:42.297403954 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-10-01 
08:07:38.002313675 +0200
@@ -1,0 +2,10 @@
+Thu Sep 13 21:58:45 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.50.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+  * None
+
+---

Old:

  kjs-5.49.0.tar.xz

New:

  kjs-5.50.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.GdgUFB/_old  2018-10-01 08:07:38.514313400 +0200
+++ /var/tmp/diff_new_pack.GdgUFB/_new  2018-10-01 08:07:38.514313400 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.49
+%define _tar_path 5.50
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:   kjs
-Version:5.49.0
+Version:5.50.0
 Release:0
 Summary:KDE Javascript engine
 License:LGPL-2.1-or-later

++ kjs-5.49.0.tar.xz -> kjs-5.50.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.49.0/CMakeLists.txt 
new/kjs-5.50.0/CMakeLists.txt
--- old/kjs-5.49.0/CMakeLists.txt   2018-08-04 12:59:48.0 +0200
+++ new/kjs-5.50.0/CMakeLists.txt   2018-09-02 21:27:06.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_VERSION "5.50.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.49.0  NO_MODULE)
+find_package(ECM 5.50.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-08-24 16:54:37

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


Package is "kjs"

Fri Aug 24 16:54:37 2018 rev:56 rq:630622 version:5.49.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-07-21 10:14:03.859116986 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-08-24 
16:54:42.297403954 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:52:59 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Honor BUILD_TESTING
+
+---

Old:

  kjs-5.48.0.tar.xz

New:

  kjs-5.49.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.f1XMox/_old  2018-08-24 16:54:42.781404526 +0200
+++ /var/tmp/diff_new_pack.f1XMox/_new  2018-08-24 16:54:42.785404530 +0200
@@ -16,16 +16,22 @@
 #
 
 
-%bcond_without lang
 %define sonum   5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%bcond_without lang
 Name:   kjs
-Version:5.48.0
+Version:5.49.0
 Release:0
+Summary:KDE Javascript engine
+License:LGPL-2.1-or-later
+Group:  System/GUI/KDE
+URL:http://www.kde.org
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -35,35 +41,28 @@
 BuildRequires:  perl
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
-Summary:KDE Javascript engine
-License:LGPL-2.1-or-later
-Group:  System/GUI/KDE
-Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
-Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This library provides an ECMAScript compatible interpreter. The ECMA standard
 is based on well known scripting languages such as Netscape's JavaScript and
 Microsoft's JScript.
 
-%package -n libKF5JS%sonum
+%package -n libKF5JS%{sonum}
 Summary:KDE Javascript engine
 Group:  System/GUI/KDE
 
-%description -n libKF5JS%sonum
+%description -n libKF5JS%{sonum}
 This library provides an ECMAScript compatible interpreter. The ECMA standard
 is based on well known scripting languages such as Netscape's JavaScript and
 Microsoft's JScript.
 
-%package -n libKF5JSApi%sonum
+%package -n libKF5JSApi%{sonum}
 Summary:KDE Javascript engine
 Group:  System/GUI/KDE
-%requires_ge libQt5Core5
 %requires_ge libKF5JS5
+%requires_gelibQt5Core5
 
-%description -n libKF5JSApi%sonum
+%description -n libKF5JSApi%{sonum}
 This library provides an ECMAScript compatible interpreter. The ECMA standard
 is based on well known scripting languages such as Netscape's JavaScript and
 Microsoft's JScript.
@@ -72,8 +71,8 @@
 Summary:KDE Javascript engine: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   extra-cmake-modules
-Requires:   libKF5JS%sonum = %{version}
-Requires:   libKF5JSApi%sonum = %{version}
+Requires:   libKF5JS%{sonum} = %{version}
+Requires:   libKF5JSApi%{sonum} = %{version}
 Requires:   cmake(Qt5Core) >= 5.6.0
 %if %{with lang}
 Recommends: %{name}-devel-lang = %{version}
@@ -85,6 +84,7 @@
 Microsoft's JScript. Development files.
 
 %lang_package -n %{name}-devel
+
 %prep
 %setup -q
 
@@ -101,30 +101,26 @@
 %find_lang %{name} --with-man --all-name
 %endif
 
-%post -n libKF5JS%sonum -p /sbin/ldconfig
-
-%postun -n libKF5JS%sonum -p /sbin/ldconfig
-
-%post -n libKF5JSApi%sonum -p /sbin/ldconfig
-
-%postun -n libKF5JSApi%sonum -p /sbin/ldconfig
+%post -n libKF5JS%{sonum} -p /sbin/ldconfig
+%postun -n libKF5JS%{sonum} -p /sbin/ldconfig
+%post -n libKF5JSApi%{sonum} -p /sbin/ldconfig
+%postun -n libKF5JSApi%{sonum} -p /sbin/ldconfig
 
 %if %{with lang}
 %files devel-lang -f %{name}.lang
 %endif
 
-%files -n libKF5JS%sonum
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n libKF5JS%{sonum}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5JS.so.*
 
-%files -n libKF5JSApi%sonum
-%defattr(-,root,root)
-

commit kjs for openSUSE:Factory

2018-07-21 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-07-21 10:14:00

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


Package is "kjs"

Sat Jul 21 10:14:00 2018 rev:55 rq:623295 version:5.48.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-06-22 13:21:27.277537518 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-07-21 
10:14:03.859116986 +0200
@@ -1,0 +2,10 @@
+Mon Jul 16 04:37:41 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.48.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.48.0.php
+- Changes since 5.47.0:
+  * Use override
+
+---

Old:

  kjs-5.47.0.tar.xz

New:

  kjs-5.48.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.NZb9Cn/_old  2018-07-21 10:14:04.699116789 +0200
+++ /var/tmp/diff_new_pack.NZb9Cn/_new  2018-07-21 10:14:04.699116789 +0200
@@ -18,15 +18,14 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.47
+%define _tar_path 5.48
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
-%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.47.0
+Version:5.48.0
 Release:0
-%define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes

++ kjs-5.47.0.tar.xz -> kjs-5.48.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.47.0/CMakeLists.txt 
new/kjs-5.48.0/CMakeLists.txt
--- old/kjs-5.47.0/CMakeLists.txt   2018-06-02 20:01:02.0 +0200
+++ new/kjs-5.48.0/CMakeLists.txt   2018-07-08 00:31:48.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.47.0") # handled by release scripts
+set(KF5_VERSION "5.48.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.47.0  NO_MODULE)
+find_package(ECM 5.48.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -27,7 +27,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-# Most of KJS doesn't even require Qt, thus we can't use Q_DECL_OVERRIDE
+# Most of KJS doesn't even require Qt, thus we can't use override 
 string(REPLACE "-Wsuggest-override" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
 
 set(REQUIRED_QT_VERSION 5.8.0)




commit kjs for openSUSE:Factory

2018-06-22 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-06-22 13:21:24

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


Package is "kjs"

Fri Jun 22 13:21:24 2018 rev:54 rq:616773 version:5.47.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-05-18 14:22:24.102485286 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-06-22 
13:21:27.277537518 +0200
@@ -1,0 +2,10 @@
+Tue Jun 12 21:35:07 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.47.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.47.0.php
+- Changes since 5.46.0:
+  * None
+
+---

Old:

  kjs-5.46.0.tar.xz

New:

  kjs-5.47.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.O80Nei/_old  2018-06-22 13:21:28.181504117 +0200
+++ /var/tmp/diff_new_pack.O80Nei/_new  2018-06-22 13:21:28.185503969 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.46
+%define _tar_path 5.47
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.46.0
+Version:5.47.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.46.0.tar.xz -> kjs-5.47.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.46.0/CMakeLists.txt 
new/kjs-5.47.0/CMakeLists.txt
--- old/kjs-5.46.0/CMakeLists.txt   2018-05-05 14:59:00.0 +0200
+++ new/kjs-5.47.0/CMakeLists.txt   2018-06-02 20:01:02.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_VERSION "5.47.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.46.0  NO_MODULE)
+find_package(ECM 5.47.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-05-18 14:22:23

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


Package is "kjs"

Fri May 18 14:22:23 2018 rev:53 rq:607572 version:5.46.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-04-19 15:17:20.696505217 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-05-18 
14:22:24.102485286 +0200
@@ -1,0 +2,10 @@
+Sun May 13 21:03:04 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * None
+
+---

Old:

  kjs-5.45.0.tar.xz

New:

  kjs-5.46.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.vpzGrr/_old  2018-05-18 14:22:24.634465765 +0200
+++ /var/tmp/diff_new_pack.vpzGrr/_new  2018-05-18 14:22:24.634465765 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.45
+%define _tar_path 5.46
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.45.0
+Version:5.46.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.45.0.tar.xz -> kjs-5.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.45.0/CMakeLists.txt 
new/kjs-5.46.0/CMakeLists.txt
--- old/kjs-5.45.0/CMakeLists.txt   2018-04-07 21:37:11.0 +0200
+++ new/kjs-5.46.0/CMakeLists.txt   2018-05-05 14:59:00.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.45.0  NO_MODULE)
+find_package(ECM 5.46.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-04-19 15:17:18

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


Package is "kjs"

Thu Apr 19 15:17:18 2018 rev:52 rq:596884 version:5.45.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-03-20 21:46:30.747599139 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-04-19 
15:17:20.696505217 +0200
@@ -1,0 +2,10 @@
+Sat Apr 14 13:19:05 CEST 2018 - lbeltr...@kde.org
+
+- Update to 5.45.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
+- Changes since 5.44.0:
+  * None
+
+---

Old:

  kjs-5.44.0.tar.xz

New:

  kjs-5.45.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.owzl1j/_old  2018-04-19 15:17:22.068450532 +0200
+++ /var/tmp/diff_new_pack.owzl1j/_new  2018-04-19 15:17:22.072450372 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.44
+%define _tar_path 5.45
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.44.0
+Version:5.45.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.44.0.tar.xz -> kjs-5.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.44.0/CMakeLists.txt 
new/kjs-5.45.0/CMakeLists.txt
--- old/kjs-5.44.0/CMakeLists.txt   2018-03-03 11:05:06.0 +0100
+++ new/kjs-5.45.0/CMakeLists.txt   2018-04-07 21:37:11.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.44.0") # handled by release scripts
+set(KF5_VERSION "5.45.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.44.0  NO_MODULE)
+find_package(ECM 5.45.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -30,7 +30,7 @@
 # Most of KJS doesn't even require Qt, thus we can't use Q_DECL_OVERRIDE
 string(REPLACE "-Wsuggest-override" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
 
-set(REQUIRED_QT_VERSION 5.7.0)
+set(REQUIRED_QT_VERSION 5.8.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(Perl)




commit kjs for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-03-20 21:46:29

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


Package is "kjs"

Tue Mar 20 21:46:29 2018 rev:51 rq:586842 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-02-16 21:32:22.381718871 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-03-20 
21:46:30.747599139 +0100
@@ -1,0 +2,10 @@
+Mon Mar 12 23:29:41 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.44.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
+- Changes since 5.43.0:
+  * None
+
+---

Old:

  kjs-5.43.0.tar.xz

New:

  kjs-5.44.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.46o4kF/_old  2018-03-20 21:46:31.603568332 +0100
+++ /var/tmp/diff_new_pack.46o4kF/_new  2018-03-20 21:46:31.619567756 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.43
+%define _tar_path 5.44
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.43.0
+Version:5.44.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -37,7 +37,7 @@
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 Summary:KDE Javascript engine
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz

++ kjs-5.43.0.tar.xz -> kjs-5.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.43.0/CMakeLists.txt 
new/kjs-5.44.0/CMakeLists.txt
--- old/kjs-5.43.0/CMakeLists.txt   2018-02-05 13:01:28.0 +0100
+++ new/kjs-5.44.0/CMakeLists.txt   2018-03-03 11:05:06.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.43.0") # handled by release scripts
+set(KF5_VERSION "5.44.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.43.0  NO_MODULE)
+find_package(ECM 5.44.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-02-16 21:32:21

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


Package is "kjs"

Fri Feb 16 21:32:21 2018 rev:50 rq:576544 version:5.43.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-01-22 16:01:53.968585973 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-02-16 
21:32:22.381718871 +0100
@@ -1,0 +2,10 @@
+Mon Feb 12 23:42:09 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.43.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
+- Changes since 5.42.0:
+  * Make kdoctools dependency optional
+
+---

Old:

  kjs-5.42.0.tar.xz

New:

  kjs-5.43.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.HdNWnF/_old  2018-02-16 21:32:23.109692583 +0100
+++ /var/tmp/diff_new_pack.HdNWnF/_new  2018-02-16 21:32:23.117692294 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.42
+%define _tar_path 5.43
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.42.0
+Version:5.43.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.42.0.tar.xz -> kjs-5.43.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.42.0/CMakeLists.txt 
new/kjs-5.43.0/CMakeLists.txt
--- old/kjs-5.42.0/CMakeLists.txt   2018-01-07 17:19:36.0 +0100
+++ new/kjs-5.43.0/CMakeLists.txt   2018-02-05 13:01:28.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.42.0") # handled by release scripts
+set(KF5_VERSION "5.43.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.42.0  NO_MODULE)
+find_package(ECM 5.43.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -51,12 +51,14 @@
 # TODO: Remove these
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 
-find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5DocTools ${KF5_DEP_VERSION})
 
 add_subdirectory(src)
 add_subdirectory(autotests)
 add_subdirectory(tests)
-add_subdirectory(docs)
+if(KF5DocTools_FOUND)
+add_subdirectory(docs)
+endif()
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5JS")
@@ -77,6 +79,8 @@
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
-kdoctools_install(po)
+if(KF5DocTools_FOUND)
+kdoctools_install(po)
+endif()
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)




commit kjs for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-01-22 16:01:52

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


Package is "kjs"

Mon Jan 22 16:01:52 2018 rev:49 rq:566693 version:5.42.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2018-01-09 14:43:05.45872 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-01-22 
16:01:53.968585973 +0100
@@ -1,0 +2,11 @@
+Tue Jan 16 22:50:18 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.42.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
+- Changes since 5.41.0:
+  * Remove obsolete reviewboardrc file
+  * it was split
+
+---

Old:

  kjs-5.41.0.tar.xz

New:

  kjs-5.42.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.u5bIqk/_old  2018-01-22 16:01:54.616555650 +0100
+++ /var/tmp/diff_new_pack.u5bIqk/_new  2018-01-22 16:01:54.620555463 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjs
 #
-# 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
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.41
+%define _tar_path 5.42
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.41.0
+Version:5.42.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.41.0.tar.xz -> kjs-5.42.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.41.0/.reviewboardrc 
new/kjs-5.42.0/.reviewboardrc
--- old/kjs-5.41.0/.reviewboardrc   2017-12-02 21:06:33.0 +0100
+++ new/kjs-5.42.0/.reviewboardrc   1970-01-01 01:00:00.0 +0100
@@ -1,4 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org";
-REPOSITORY = 'git://anongit.kde.org/kjs'
-BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.41.0/CMakeLists.txt 
new/kjs-5.42.0/CMakeLists.txt
--- old/kjs-5.41.0/CMakeLists.txt   2017-12-02 21:06:33.0 +0100
+++ new/kjs-5.42.0/CMakeLists.txt   2018-01-07 17:19:36.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.41.0") # handled by release scripts
+set(KF5_VERSION "5.42.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.41.0  NO_MODULE)
+find_package(ECM 5.42.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -79,6 +79,4 @@
 
 kdoctools_install(po)
 
-if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
-feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-endif()
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.41.0/po/ca/docs/kjs5/man-kjs5.1.docbook 
new/kjs-5.42.0/po/ca/docs/kjs5/man-kjs5.1.docbook
--- old/kjs-5.41.0/po/ca/docs/kjs5/man-kjs5.1.docbook   2017-12-02 
21:06:33.0 +0100
+++ new/kjs-5.42.0/po/ca/docs/kjs5/man-kjs5.1.docbook   2018-01-07 
17:19:36.0 +0100
@@ -28,7 +28,7 @@
 Frameworks 5.0
 KDE Frameworks
+>Frameworks del KDE
 
 
 




commit kjs for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2018-01-09 14:43:04

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


Package is "kjs"

Tue Jan  9 14:43:04 2018 rev:48 rq:559453 version:5.41.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-11-16 14:39:21.394278149 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2018-01-09 
14:43:05.45872 +0100
@@ -1,0 +2,10 @@
+Sun Dec 17 09:43:48 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.41.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
+- Changes since 5.40.0:
+  * None
+
+---

Old:

  kjs-5.40.0.tar.xz

New:

  kjs-5.41.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.L7lsGr/_old  2018-01-09 14:43:06.020196236 +0100
+++ /var/tmp/diff_new_pack.L7lsGr/_new  2018-01-09 14:43:06.024196049 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.40
+%define _tar_path 5.41
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.40.0
+Version:5.41.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.40.0.tar.xz -> kjs-5.41.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.40.0/CMakeLists.txt 
new/kjs-5.41.0/CMakeLists.txt
--- old/kjs-5.40.0/CMakeLists.txt   2017-11-05 09:34:38.0 +0100
+++ new/kjs-5.41.0/CMakeLists.txt   2017-12-02 21:06:33.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.40.0") # handled by release scripts
+set(KF5_VERSION "5.41.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.40.0  NO_MODULE)
+find_package(ECM 5.41.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-11-16 14:39:19

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


Package is "kjs"

Thu Nov 16 14:39:19 2017 rev:47 rq:541671 version:5.40.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-10-27 13:56:21.934197296 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-11-16 
14:39:21.394278149 +0100
@@ -1,0 +2,10 @@
+Mon Nov 13 07:01:14 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.40.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
+- Changes since 5.39.0:
+  * Add .arcconfig
+
+---

Old:

  kjs-5.39.0.tar.xz

New:

  kjs-5.40.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.jTKCCc/_old  2017-11-16 14:39:23.714194045 +0100
+++ /var/tmp/diff_new_pack.jTKCCc/_new  2017-11-16 14:39:23.714194045 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.39
+%define _tar_path 5.40
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.39.0
+Version:5.40.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.39.0.tar.xz -> kjs-5.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.39.0/.arcconfig new/kjs-5.40.0/.arcconfig
--- old/kjs-5.39.0/.arcconfig   1970-01-01 01:00:00.0 +0100
+++ new/kjs-5.40.0/.arcconfig   2017-11-05 09:34:38.0 +0100
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/";
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.39.0/CMakeLists.txt 
new/kjs-5.40.0/CMakeLists.txt
--- old/kjs-5.39.0/CMakeLists.txt   2017-10-07 21:19:02.0 +0200
+++ new/kjs-5.40.0/CMakeLists.txt   2017-11-05 09:34:38.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.39.0") # handled by release scripts
+set(KF5_VERSION "5.40.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.39.0  NO_MODULE)
+find_package(ECM 5.40.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-10-27 13:56:21

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


Package is "kjs"

Fri Oct 27 13:56:21 2017 rev:46 rq:536336 version:5.39.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-09-19 16:25:08.144525681 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-10-27 
13:56:21.934197296 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 06:41:41 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.39.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
+- Changes since 5.38.0:
+  * None
+
+---

Old:

  kjs-5.38.0.tar.xz

New:

  kjs-5.39.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.jsJU1I/_old  2017-10-27 13:56:24.102095961 +0200
+++ /var/tmp/diff_new_pack.jsJU1I/_new  2017-10-27 13:56:24.106095774 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.38
+%define _tar_path 5.39
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.38.0
+Version:5.39.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.38.0.tar.xz -> kjs-5.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.38.0/CMakeLists.txt 
new/kjs-5.39.0/CMakeLists.txt
--- old/kjs-5.38.0/CMakeLists.txt   2017-09-03 10:10:14.0 +0200
+++ new/kjs-5.39.0/CMakeLists.txt   2017-10-07 21:19:02.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.38.0") # handled by release scripts
+set(KF5_VERSION "5.39.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.38.0  NO_MODULE)
+find_package(ECM 5.39.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2017-09-19 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-09-19 16:25:04

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


Package is "kjs"

Tue Sep 19 16:25:04 2017 rev:45 rq:526658 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-08-24 18:01:01.411538644 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-09-19 
16:25:08.144525681 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 07:11:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * None
+
+---

Old:

  kjs-5.37.0.tar.xz

New:

  kjs-5.38.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.SvN7qI/_old  2017-09-19 16:25:08.772436692 +0200
+++ /var/tmp/diff_new_pack.SvN7qI/_new  2017-09-19 16:25:08.772436692 +0200
@@ -18,15 +18,19 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.37
+%define _tar_path 5.38
+# Full KF5 version (e.g. 5.33.0)
+%{!?_kf5_version: %global _kf5_version %{version}}
+# Last major and minor KF5 version (e.g. 5.33)
+%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:   kjs
-Version:5.37.0
+Version:5.38.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
-BuildRequires:  extra-cmake-modules >= %{_tar_path}
+BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  kdoctools-devel >= %{_tar_path}
+BuildRequires:  kdoctools-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
 BuildRequires:  perl

++ kjs-5.37.0.tar.xz -> kjs-5.38.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.37.0/CMakeLists.txt 
new/kjs-5.38.0/CMakeLists.txt
--- old/kjs-5.37.0/CMakeLists.txt   2017-08-06 20:06:25.0 +0200
+++ new/kjs-5.38.0/CMakeLists.txt   2017-09-03 10:10:14.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.37.0") # handled by release scripts
+set(KF5_VERSION "5.38.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.37.0  NO_MODULE)
+find_package(ECM 5.38.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-08-24 18:00:59

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


Package is "kjs"

Thu Aug 24 18:00:59 2017 rev:44 rq:516719 version:5.37.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-07-17 10:24:28.776168849 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-08-24 
18:01:01.411538644 +0200
@@ -1,0 +2,10 @@
+Sun Aug 13 20:50:11 UTC 2017 - christo...@krop.fr
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * None
+
+---

Old:

  kjs-5.36.0.tar.xz

New:

  kjs-5.37.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.nAxhgR/_old  2017-08-24 18:01:04.703075036 +0200
+++ /var/tmp/diff_new_pack.nAxhgR/_new  2017-08-24 18:01:04.715073346 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:   kjs
-Version:5.36.0
+Version:5.37.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.36.0.tar.xz -> kjs-5.37.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.36.0/CMakeLists.txt 
new/kjs-5.37.0/CMakeLists.txt
--- old/kjs-5.36.0/CMakeLists.txt   2017-07-02 10:06:43.0 +0200
+++ new/kjs-5.37.0/CMakeLists.txt   2017-08-06 20:06:25.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.36.0") # handled by release scripts
+set(KF5_VERSION "5.37.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.36.0  NO_MODULE)
+find_package(ECM 5.37.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -30,7 +30,7 @@
 # Most of KJS doesn't even require Qt, thus we can't use Q_DECL_OVERRIDE
 string(REPLACE "-Wsuggest-override" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
 
-set(REQUIRED_QT_VERSION 5.6.0)
+set(REQUIRED_QT_VERSION 5.7.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(Perl)




commit kjs for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-07-17 10:24:27

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


Package is "kjs"

Mon Jul 17 10:24:27 2017 rev:43 rq:509918 version:5.36.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-07-05 23:51:42.161161127 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-07-17 
10:24:28.776168849 +0200
@@ -1,0 +2,10 @@
+Wed Jul 12 07:14:01 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.36.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
+- Changes since 5.35.0:
+  * None
+
+---

Old:

  kjs-5.35.0.tar.xz

New:

  kjs-5.36.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.5C0fkF/_old  2017-07-17 10:24:29.772028460 +0200
+++ /var/tmp/diff_new_pack.5C0fkF/_new  2017-07-17 10:24:29.776027897 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.35
+%define _tar_path 5.36
 Name:   kjs
-Version:5.35.0
+Version:5.36.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.35.0.tar.xz -> kjs-5.36.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.35.0/CMakeLists.txt 
new/kjs-5.36.0/CMakeLists.txt
--- old/kjs-5.35.0/CMakeLists.txt   2017-06-03 12:11:44.0 +0200
+++ new/kjs-5.36.0/CMakeLists.txt   2017-07-02 10:06:43.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.35.0") # handled by release scripts
+set(KF5_VERSION "5.36.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.35.0  NO_MODULE)
+find_package(ECM 5.36.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2017-07-05 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-07-05 23:51:38

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


Package is "kjs"

Wed Jul  5 23:51:38 2017 rev:42 rq:502956 version:5.35.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-06-01 16:20:11.561231663 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-07-05 
23:51:42.161161127 +0200
@@ -1,0 +2,10 @@
+Sun Jun 11 09:27:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.35.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
+- Changes since 5.34.0:
+  * None
+
+---

Old:

  kjs-5.34.0.tar.xz

New:

  kjs-5.35.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.3Cfhx1/_old  2017-07-05 23:51:42.801070993 +0200
+++ /var/tmp/diff_new_pack.3Cfhx1/_new  2017-07-05 23:51:42.801070993 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.34
+%define _tar_path 5.35
 Name:   kjs
-Version:5.34.0
+Version:5.35.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.34.0.tar.xz -> kjs-5.35.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.34.0/CMakeLists.txt 
new/kjs-5.35.0/CMakeLists.txt
--- old/kjs-5.34.0/CMakeLists.txt   2017-05-06 13:55:40.0 +0200
+++ new/kjs-5.35.0/CMakeLists.txt   2017-06-03 12:11:44.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.34.0") # handled by release scripts
+set(KF5_VERSION "5.35.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.34.0  NO_MODULE)
+find_package(ECM 5.35.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-06-01 16:20:09

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


Package is "kjs"

Thu Jun  1 16:20:09 2017 rev:41 rq:495053 version:5.34.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-04-30 21:19:24.730648323 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-06-01 
16:20:11.561231663 +0200
@@ -1,0 +2,11 @@
+Mon May 15 13:53:11 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * None
+- Use %find_lang --with-man --all-name
+
+---

Old:

  kjs-5.33.0.tar.xz

New:

  kjs-5.34.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.HWTk1Q/_old  2017-06-01 16:20:12.881045553 +0200
+++ /var/tmp/diff_new_pack.HWTk1Q/_new  2017-06-01 16:20:12.885044989 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:   kjs
-Version:5.33.0
+Version:5.34.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -95,14 +95,7 @@
   %fdupes %{buildroot}
 
 %if %{with lang}
-echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}5.lang
-echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}5.lang
-echo "%doc %lang(es) %{_kf5_mandir}/es" >>%{name}5.lang
-echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}5.lang
-echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}5.lang
-echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}5.lang
-echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}5.lang
-echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}5.lang
+%find_lang %{name} --with-man --all-name
 %endif
 
 %post -n libKF5JS%sonum -p /sbin/ldconfig
@@ -114,7 +107,7 @@
 %postun -n libKF5JSApi%sonum -p /sbin/ldconfig
 
 %if %{with lang}
-%files devel-lang -f %{name}5.lang
+%files devel-lang -f %{name}.lang
 %endif
 
 %files -n libKF5JS%sonum

++ kjs-5.33.0.tar.xz -> kjs-5.34.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.33.0/CMakeLists.txt 
new/kjs-5.34.0/CMakeLists.txt
--- old/kjs-5.33.0/CMakeLists.txt   2017-04-01 21:37:19.0 +0200
+++ new/kjs-5.34.0/CMakeLists.txt   2017-05-06 13:55:40.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.33.0/po/pt/docs/kjs5/man-kjs5.1.docbook 
new/kjs-5.34.0/po/pt/docs/kjs5/man-kjs5.1.docbook
--- old/kjs-5.33.0/po/pt/docs/kjs5/man-kjs5.1.docbook   1970-01-01 
01:00:00.0 +0100
+++ new/kjs-5.34.0/po/pt/docs/kjs5/man-kjs5.1.docbook   2017-05-06 
13:55:40.0 +0200
@@ -0,0 +1,210 @@
+
+
+]>
+
+
+
+
+Ferramenta de Programação
+
+Harri Porten  por...@kde.org
+
+
+
+2014-05-04
+Plataformas 5.0
+Plataformas do KDE
+
+
+
+
+kjs5
+1
+
+
+
+kjs5
+Interpretador compatível com ECMAScript para o &kde;
+
+
+
+Sintaxe
+
+kjs5  --help -help -h   --version -version -v   -einstrução   programa  
+
+
+
+Descrição
+
+O kjs é o motor de ECMAScript/JavaScript para o KDE. 
+
+
+
+Opções da Aplicação
+
+
+
+--help,-help,-h
+
+Mostra os comandos para usar o kjs5. 
+
+
+
+
+--version,-version,-v
+
+Mostra a versão do kjs5. 
+
+
+
+
+-e instrução
+
+Executa a instrução e sai. Por exemplo:
+kjs5 -e "print('olá mundo')"
+
+
+
+
+programa
+
+Executa as instruçẽos incluídas no ficheiro programa.
+
+
+
+
+
+
+
+
+Utilização
+O kjs5 ficheiro, como em muitos outros interpretadores, quando é chamado sem parâmetros, usa 
um editor em linha de comandos para introduzir instruções, mostrando a mensagem 
JS
+>. Para sair desse editor, escreva quit() ou carregue em Ctrl+D. 
+
+
+
+Veja Também
+kjscmd5(1)
+
+
+
+Problemas
+Existem provavelmente diversos erros. Use o http://bugs.kde.org";
+>sistema de gestão de erros do KDE para os comunicar.
+
+
+




commit kjs for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-04-30 21:19:23

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


Package is "kjs"

Sun Apr 30 21:19:23 2017 rev:40 rq:492074 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-03-28 15:11:07.383894227 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-04-30 
21:19:24.730648323 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:52 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kjs-5.32.0.tar.xz

New:

  kjs-5.33.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.dS83LV/_old  2017-04-30 21:19:25.494540616 +0200
+++ /var/tmp/diff_new_pack.dS83LV/_new  2017-04-30 21:19:25.494540616 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kjs
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.32.0.tar.xz -> kjs-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.32.0/CMakeLists.txt 
new/kjs-5.33.0/CMakeLists.txt
--- old/kjs-5.32.0/CMakeLists.txt   2017-03-04 17:16:29.0 +0100
+++ new/kjs-5.33.0/CMakeLists.txt   2017-04-01 21:37:19.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-03-28 15:11:05

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


Package is "kjs"

Tue Mar 28 15:11:05 2017 rev:39 rq:481523 version:5.32.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-03-03 17:00:06.450030811 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-03-28 
15:11:07.383894227 +0200
@@ -1,0 +2,12 @@
+Sun Mar 19 14:50:48 CET 2017 - lbeltr...@kde.org
+
+- Update to 5.32.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
+- Changes since 5.31.0:
+  * Commit translations from l10n-kf5
+  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
+  * Upgrade KF5 version to 5.32.0.
+
+---

Old:

  kjs-5.31.0.tar.xz

New:

  kjs-5.32.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.i53xFc/_old  2017-03-28 15:11:09.011663630 +0200
+++ /var/tmp/diff_new_pack.i53xFc/_new  2017-03-28 15:11:09.015663063 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.31
+%define _tar_path 5.32
 Name:   kjs
-Version:5.31.0
+Version:5.32.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.31.0.tar.xz -> kjs-5.32.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.31.0/CMakeLists.txt 
new/kjs-5.32.0/CMakeLists.txt
--- old/kjs-5.31.0/CMakeLists.txt   2017-02-05 12:04:08.0 +0100
+++ new/kjs-5.32.0/CMakeLists.txt   2017-03-04 17:16:29.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.31.0") # handled by release scripts
+set(KF5_VERSION "5.32.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.31.0  NO_MODULE)
+find_package(ECM 5.32.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjs for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-03-03 17:00:05

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


Package is "kjs"

Fri Mar  3 17:00:05 2017 rev:38 rq:461438 version:5.31.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-02-03 17:45:35.333714282 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-03-03 
17:00:06.450030811 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 09:31:12 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.31.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.31.0.php
+
+---

Old:

  kjs-5.30.0.tar.xz

New:

  kjs-5.31.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.3PD2Rb/_old  2017-03-03 17:00:08.061802881 +0100
+++ /var/tmp/diff_new_pack.3PD2Rb/_new  2017-03-03 17:00:08.065802316 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.30
+%define _tar_path 5.31
 Name:   kjs
-Version:5.30.0
+Version:5.31.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -30,8 +30,8 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
 BuildRequires:  perl
-BuildRequires:  cmake(Qt5Core) >= 5.5.0
-BuildRequires:  cmake(Qt5Test) >= 5.5.0
+BuildRequires:  cmake(Qt5Core) >= 5.6.0
+BuildRequires:  cmake(Qt5Test) >= 5.6.0
 Summary:KDE Javascript engine
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -71,7 +71,7 @@
 Requires:   extra-cmake-modules
 Requires:   libKF5JS%sonum = %{version}
 Requires:   libKF5JSApi%sonum = %{version}
-Requires:   cmake(Qt5Core) >= 5.5.0
+Requires:   cmake(Qt5Core) >= 5.6.0
 %if %{with lang}
 Recommends: %{name}-devel-lang = %{version}
 %endif

++ kjs-5.30.0.tar.xz -> kjs-5.31.0.tar.xz ++
 3845 lines of diff (skipped)




commit kjs for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-01-31 12:04:56

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-12-17 11:10:29.354588205 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-02-03 
17:45:35.333714282 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:42:15 UTC 2017 - hrvoje.sen...@gmail.com
+
+- Update to 5.30.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+---

Old:

  kjs-5.29.0.tar.xz

New:

  kjs-5.30.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.Bc4e5Y/_old  2017-02-03 17:45:35.717659937 +0100
+++ /var/tmp/diff_new_pack.Bc4e5Y/_new  2017-02-03 17:45:35.721659371 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:   kjs
-Version:5.29.0
+Version:5.30.0
 Release:0
 %define kf5_version %{version}
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kdoctools-devel >= %{_tar_path}

++ kjs-5.29.0.tar.xz -> kjs-5.30.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.29.0/CMakeLists.txt 
new/kjs-5.30.0/CMakeLists.txt
--- old/kjs-5.29.0/CMakeLists.txt   2016-12-03 22:06:16.0 +0100
+++ new/kjs-5.30.0/CMakeLists.txt   2017-01-08 21:56:35.0 +0100
@@ -1,10 +1,11 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
 
-project(KJS)
+set(KF5_VERSION "5.30.0") # handled by release scripts
+project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.29.0  NO_MODULE)
+find_package(ECM 5.30.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -12,13 +13,11 @@
 
 
 include(GenerateExportHeader)
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.29.0") # handled by release scripts
-
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
+ecm_setup_version(PROJECT VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfigVersion.cmake"
 SOVERSION 5)
@@ -59,7 +58,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5JS")
 
-ecm_configure_package_config_file(
+configure_package_config_file(
 "${CMAKE_CURRENT_SOURCE_DIR}/KF5JSConfig.cmake.in"
 "${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfig.cmake"
 PATH_VARS KDE_INSTALL_DATADIR_KF5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.29.0/KF5JSConfig.cmake.in 
new/kjs-5.30.0/KF5JSConfig.cmake.in
--- old/kjs-5.29.0/KF5JSConfig.cmake.in 2016-12-03 22:06:16.0 +0100
+++ new/kjs-5.30.0/KF5JSConfig.cmake.in 2017-01-08 21:56:35.0 +0100
@@ -3,6 +3,7 @@
 set(KJS_CREATE_HASH_TABLE 
"@PACKAGE_KDE_INSTALL_DATADIR_KF5@/kjs/create_hash_table")
 set(KJS_HAVE_PCRE_REGEX "@PCRE_FOUND@")
 
+include(CMakeFindDependencyMacro)
 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5JSTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.29.0/metainfo.yaml new/kjs-5.30.0/metainfo.yaml
--- old/kjs-5.29.0/metainfo.yaml2016-12-03 22:06:16.0 +0100
+++ new/kjs-5.30.0/metainfo.yaml2017-01-08 21:56:35.0 +0100
@@ -4,6 +4,7 @@
 type: functional
 platforms:
 - name: Linux
+- name: FreeBSD
 - name: Windows
 - name: MacOSX
 portingAid: true




commit kjs for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-11-17 12:33:45

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-10-28 12:26:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-11-17 
12:33:46.0 +0100
@@ -1,0 +2,8 @@
+Sat Nov  5 22:07:51 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * Export FunctionObjectImp, used by khtml's debugger
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+---

Old:

  kjs-5.27.0.tar.xz

New:

  kjs-5.28.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.J6uIbA/_old  2016-11-17 12:33:47.0 +0100
+++ /var/tmp/diff_new_pack.J6uIbA/_new  2016-11-17 12:33:47.0 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:   kjs
-Version:5.27.0
+Version:5.28.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -97,6 +97,7 @@
 %if %{with lang}
 echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}5.lang
 echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}5.lang
+echo "%doc %lang(es) %{_kf5_mandir}/es" >>%{name}5.lang
 echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}5.lang
 echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}5.lang
 echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}5.lang

++ kjs-5.27.0.tar.xz -> kjs-5.28.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.27.0/CMakeLists.txt 
new/kjs-5.28.0/CMakeLists.txt
--- old/kjs-5.27.0/CMakeLists.txt   2016-10-02 11:54:51.0 +0200
+++ new/kjs-5.28.0/CMakeLists.txt   2016-11-05 15:53:12.0 +0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.27.0  NO_MODULE)
+find_package(ECM 5.28.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.27.0") # handled by release scripts
+set(KF5_VERSION "5.28.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.27.0/po/es/docs/kjs5/man-kjs5.1.docbook 
new/kjs-5.28.0/po/es/docs/kjs5/man-kjs5.1.docbook
--- old/kjs-5.27.0/po/es/docs/kjs5/man-kjs5.1.docbook   1970-01-01 
01:00:00.0 +0100
+++ new/kjs-5.28.0/po/es/docs/kjs5/man-kjs5.1.docbook   2016-11-05 
15:53:12.0 +0100
@@ -0,0 +1,210 @@
+
+
+]>
+
+
+
+
+Herramienta de programación
+
+Harri Porten  por...@kde.org
+
+
+
+2014-05-04
+Frameworks 5.0
+KDE Frameworks
+
+
+
+
+kjs5
+1
+
+
+
+kjs5
+Intérprete ECMAScript compatible con &kde;
+
+
+
+Sinopsis
+
+kjs5  --help -help -h   --version -version -v   -e sentencia   script  
+
+
+
+Descripción
+
+kjs es un motor de ECMAScript/JavaScript para KDE. 
+
+
+
+Opciones de las aplicaciones
+
+
+
+--help,-help,-h
+
+Muestra el uso de kjs5. 
+
+
+
+
+--version,-version,-v
+
+Muestra la versión de kjs5. 
+
+
+
+
+-e statement
+
+Ejecuta la sentencia y sale. Por ejemplo:
+kjs5 -e "print('hola mundo')"
+
+
+
+
+script
+
+Ejecuta la sentencia incluida en el archivo script.
+
+
+
+
+
+
+
+
+Utilización
+Como otros muchos intérpretes, cuando se invoca a kjs5 file sin parámetros, utiliza un editor de líneas para introducir sentencias, 
mostrando JS
+> Para salir del editor de líneas teclee quit() o pulse Ctrl+D. 
+
+
+
+Vea también
+kjscmd5(1)
+
+
+
+Errores
+Por favor, use http://bugs.kde.org";
+>KDE's bugtracker para informar de fallos.
+
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.27.0/src/kjs/function_object.h 
new/kjs-5.28.0/src/kjs/function_object.h
--- old/kjs-5.27.0/src/kjs/function_object.h2016-10-02 11:54:51.0 
+0200
+++ new/kjs-5.28.0/src/kjs/function_object.h2016-11-05 15:53:12.0 
+0100
@@ -47,11 +47,11 @@
 };
 
 /**
- * @internal
+ * @internal (but exported for KHTML)
  *
  * The initial value of the global variable's "Function" property
  */
-class FunctionObjectImp : public InternalFunctionImp
+class KJS_EXPORT F

commit kjs for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-10-28 12:26:46

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-09-14 23:31:12.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-10-28 
12:26:47.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  2 12:57:07 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.27.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.27.0.php
+
+---

Old:

  kjs-5.26.0.tar.xz

New:

  kjs-5.27.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.fAuQHH/_old  2016-10-28 12:26:48.0 +0200
+++ /var/tmp/diff_new_pack.fAuQHH/_new  2016-10-28 12:26:48.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.26
+%define _tar_path 5.27
 Name:   kjs
-Version:5.26.0
+Version:5.27.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -49,7 +49,6 @@
 Summary:KDE Javascript engine
 Group:  System/GUI/KDE
 
-
 %description -n libKF5JS%sonum
 This library provides an ECMAScript compatible interpreter. The ECMA standard
 is based on well known scripting languages such as Netscape's JavaScript and

++ kjs-5.26.0.tar.xz -> kjs-5.27.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.26.0/CMakeLists.txt 
new/kjs-5.27.0/CMakeLists.txt
--- old/kjs-5.26.0/CMakeLists.txt   2016-09-06 14:09:00.0 +0200
+++ new/kjs-5.27.0/CMakeLists.txt   2016-10-02 11:54:51.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.26.0  NO_MODULE)
+find_package(ECM 5.27.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_VERSION "5.27.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"




commit kjs for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-09-14 23:31:10

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-08-29 15:06:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-09-14 
23:31:12.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:51:27 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  kjs-5.25.0.tar.xz

New:

  kjs-5.26.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.PcTLe6/_old  2016-09-14 23:31:13.0 +0200
+++ /var/tmp/diff_new_pack.PcTLe6/_new  2016-09-14 23:31:13.0 +0200
@@ -16,10 +16,11 @@
 #
 
 
+%bcond_without lang
 %define sonum   5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kjs
-Version:5.25.0
+Version:5.26.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -48,6 +49,7 @@
 Summary:KDE Javascript engine
 Group:  System/GUI/KDE
 
+
 %description -n libKF5JS%sonum
 This library provides an ECMAScript compatible interpreter. The ECMA standard
 is based on well known scripting languages such as Netscape's JavaScript and
@@ -71,12 +73,16 @@
 Requires:   libKF5JS%sonum = %{version}
 Requires:   libKF5JSApi%sonum = %{version}
 Requires:   cmake(Qt5Core) >= 5.5.0
+%if %{with lang}
+Recommends: %{name}-devel-lang = %{version}
+%endif
 
 %description devel
 This library provides an ECMAScript compatible interpreter. The ECMA standard
 is based on well known scripting languages such as Netscape's JavaScript and
 Microsoft's JScript. Development files.
 
+%lang_package -n %{name}-devel
 %prep
 %setup -q
 
@@ -89,6 +95,16 @@
   chmod +x %{buildroot}%{_kf5_datadir}/kjs/create_hash_table
   %fdupes %{buildroot}
 
+%if %{with lang}
+echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}5.lang
+echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}5.lang
+echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}5.lang
+echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}5.lang
+echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}5.lang
+echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}5.lang
+echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}5.lang
+%endif
+
 %post -n libKF5JS%sonum -p /sbin/ldconfig
 
 %postun -n libKF5JS%sonum -p /sbin/ldconfig
@@ -97,6 +113,10 @@
 
 %postun -n libKF5JSApi%sonum -p /sbin/ldconfig
 
+%if %{with lang}
+%files devel-lang -f %{name}5.lang
+%endif
+
 %files -n libKF5JS%sonum
 %defattr(-,root,root)
 %doc COPYING* README*

++ kjs-5.25.0.tar.xz -> kjs-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.25.0/CMakeLists.txt 
new/kjs-5.26.0/CMakeLists.txt
--- old/kjs-5.25.0/CMakeLists.txt   2016-08-07 15:52:49.0 +0200
+++ new/kjs-5.26.0/CMakeLists.txt   2016-09-06 14:09:00.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.25.0  NO_MODULE)
+find_package(ECM 5.26.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
@@ -75,6 +75,8 @@
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
+kdoctools_install(po)
+
 if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 endif()




commit kjs for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-08-29 15:06:32

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-07-15 12:36:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-08-29 
15:06:35.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug  7 21:54:40 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.25.0
+  * Qt >= 5.5 is now required
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.25.0.php
+
+---

Old:

  kjs-5.24.0.tar.xz

New:

  kjs-5.25.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.Vs5ct2/_old  2016-08-29 15:06:36.0 +0200
+++ /var/tmp/diff_new_pack.Vs5ct2/_new  2016-08-29 15:06:36.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.24
+%define _tar_path 5.25
 Name:   kjs
-Version:5.24.0
+Version:5.25.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -29,8 +29,8 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
 BuildRequires:  perl
-BuildRequires:  cmake(Qt5Core) >= 5.4.0
-BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Core) >= 5.5.0
+BuildRequires:  cmake(Qt5Test) >= 5.5.0
 Summary:KDE Javascript engine
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Requires:   extra-cmake-modules
 Requires:   libKF5JS%sonum = %{version}
 Requires:   libKF5JSApi%sonum = %{version}
-Requires:   cmake(Qt5Core) >= 5.4.0
+Requires:   cmake(Qt5Core) >= 5.5.0
 
 %description devel
 This library provides an ECMAScript compatible interpreter. The ECMA standard

++ kjs-5.24.0.tar.xz -> kjs-5.25.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.24.0/CMakeLists.txt 
new/kjs-5.25.0/CMakeLists.txt
--- old/kjs-5.24.0/CMakeLists.txt   2016-07-03 11:17:48.0 +0200
+++ new/kjs-5.25.0/CMakeLists.txt   2016-08-07 15:52:49.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.24.0  NO_MODULE)
+find_package(ECM 5.25.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.24.0") # handled by release scripts
+set(KF5_VERSION "5.25.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
@@ -28,7 +28,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.4.0)
+set(REQUIRED_QT_VERSION 5.5.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(Perl)




commit kjs for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-07-15 12:36:30

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-07-03 12:23:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-07-15 
12:36:34.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul  6 15:04:57 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.24.0
+  * kjs/ConfigureChecks.cmake - set HAVE_SYS_PARAM_H properly
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+---

Old:

  kjs-5.23.0.tar.xz

New:

  kjs-5.24.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.2RXlKd/_old  2016-07-15 12:36:37.0 +0200
+++ /var/tmp/diff_new_pack.2RXlKd/_new  2016-07-15 12:36:37.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:   kjs
-Version:5.23.0
+Version:5.24.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.23.0.tar.xz -> kjs-5.24.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.23.0/CMakeLists.txt 
new/kjs-5.24.0/CMakeLists.txt
--- old/kjs-5.23.0/CMakeLists.txt   2016-06-06 13:40:09.0 +0200
+++ new/kjs-5.24.0/CMakeLists.txt   2016-07-03 11:17:48.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.23.0") # handled by release scripts
+set(KF5_VERSION "5.24.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.23.0/metainfo.yaml new/kjs-5.24.0/metainfo.yaml
--- old/kjs-5.23.0/metainfo.yaml2016-06-06 13:40:09.0 +0200
+++ new/kjs-5.24.0/metainfo.yaml2016-07-03 11:17:48.0 +0200
@@ -3,7 +3,9 @@
 tier: 3
 type: functional
 platforms:
-- name: All
+- name: Linux
+- name: Windows
+- name: MacOSX
 portingAid: true
 deprecated: true
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.23.0/po/it/docs/kjs5/man-kjs5.1.docbook 
new/kjs-5.24.0/po/it/docs/kjs5/man-kjs5.1.docbook
--- old/kjs-5.23.0/po/it/docs/kjs5/man-kjs5.1.docbook   1970-01-01 
01:00:00.0 +0100
+++ new/kjs-5.24.0/po/it/docs/kjs5/man-kjs5.1.docbook   2016-07-03 
11:17:48.0 +0200
@@ -0,0 +1,212 @@
+
+
+]>
+
+
+
+
+Strumento di programmazione
+
+Harri Porten  por...@kde.org
+
+
+
+2014-05-04
+Frameworks 5.0
+KDE Frameworks
+
+
+
+
+kjs5
+1
+
+
+
+kjs5
+Interprete compatibile con ECMAScript di &kde;
+
+
+
+Sintassi
+
+kjs5  --help -help -h   --version -version -v   -e dichiarazione   script  
+
+
+
+Descrizione
+
+kjs è un motore ECMAScript/JavaScript di &kde;. 
+
+
+
+Opzioni dell'applicazione
+
+
+
+--help,-help,-h
+
+Mostra l'uso di kjs5. 
+
+
+
+
+--version,-version,-v
+
+Mostra la versione di kjs5. 
+
+
+
+
+-e dichiarazione
+
+Esegue la dichiarazione ed esce. Per esempio:
+kjs5 -e "print('ciao mondo')"
+
+
+
+
+script
+
+Esegue le dichiarazioni incluse nel file script.
+
+
+
+
+
+
+
+
+Uso
+kjs5 file, come molti altri interpreti, quando chiamato senza parametri usa un editor 
di riga per inserire dichiarazioni, mostrando il prompt JS
+> Per uscire dall'editor di riga scrivi quit() o premi &Ctrl;D. 
+
+
+
+Vedi anche
+kjscmd5(1)
+
+
+
+Errori
+Usa http://bugs.kde.org";
+>il sito di gestione dei bug di KDE per segnalarli.
+
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.23.0/src/kjs/ConfigureChecks.cmake 
new/kjs-5.24.0/src/kjs/ConfigureChecks.cmake
--- old/kjs-5.23.0/src/kjs/ConfigureChecks.cmake2016-06-06 
13:40:09.0 +0200
+++ new/kjs-5.24.0/src/kjs/ConfigureChecks.cmake2016-07-03 
11:17:48.0 +0200
@@ -19,6 +19,7 @@
 check_include_files("unistd.h"  HAVE_UNISTD_H)
 check_include_files("stdint.h"  HAVE_STDINT_H)
 check_

commit kjs for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-07-03 12:23:33

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-05-19 12:08:31.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-07-03 
12:23:34.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun  6 21:26:27 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.23.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.23.0.php
+
+---

Old:

  kjs-5.22.0.tar.xz

New:

  kjs-5.23.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.T2GApI/_old  2016-07-03 12:23:35.0 +0200
+++ /var/tmp/diff_new_pack.T2GApI/_new  2016-07-03 12:23:35.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.22
+%define _tar_path 5.23
 Name:   kjs
-Version:5.22.0
+Version:5.23.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.22.0.tar.xz -> kjs-5.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.22.0/CMakeLists.txt 
new/kjs-5.23.0/CMakeLists.txt
--- old/kjs-5.22.0/CMakeLists.txt   2016-05-06 21:51:49.0 +0200
+++ new/kjs-5.23.0/CMakeLists.txt   2016-06-06 13:40:09.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.22.0  NO_MODULE)
+find_package(ECM 5.23.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.22.0") # handled by release scripts
+set(KF5_VERSION "5.23.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.22.0/docs/CMakeLists.txt 
new/kjs-5.23.0/docs/CMakeLists.txt
--- old/kjs-5.22.0/docs/CMakeLists.txt  2016-05-06 21:51:49.0 +0200
+++ new/kjs-5.23.0/docs/CMakeLists.txt  2016-06-06 13:40:09.0 +0200
@@ -1 +1 @@
-add_subdirectory(kjs)
+add_subdirectory(kjs5)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.22.0/docs/kjs/CMakeLists.txt 
new/kjs-5.23.0/docs/kjs/CMakeLists.txt
--- old/kjs-5.22.0/docs/kjs/CMakeLists.txt  2016-05-06 21:51:49.0 
+0200
+++ new/kjs-5.23.0/docs/kjs/CMakeLists.txt  1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-kdoctools_create_manpage(man-kjs5.1.docbook 1 INSTALL_DESTINATION 
${MAN_INSTALL_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.22.0/docs/kjs/man-kjs5.1.docbook 
new/kjs-5.23.0/docs/kjs/man-kjs5.1.docbook
--- old/kjs-5.22.0/docs/kjs/man-kjs5.1.docbook  2016-05-06 21:51:49.0 
+0200
+++ new/kjs-5.23.0/docs/kjs/man-kjs5.1.docbook  1970-01-01 01:00:00.0 
+0100
@@ -1,128 +0,0 @@
-
-
-]>
-
-
-
-
-Programming Tool
-
-
-Harri
-Porten
-
-por...@kde.org
-
-
-
-2014-05-04
-Frameworks 5.0
-KDE Frameworks
-
-
-
-
-kjs5
-1
-
-
-
-kjs5
-&kde; ECMAScript compatible interpreter
-
-
-
-Synopsis
-
-
-kjs5
-
-
---help
--help
--h
-
-
---version
--version
--v
-
-
--e statement
-
-
-script
-
-
-
-
-
-Description
-
-kjs is KDE ECMAScript/JavaScript engine.
-
-
-
-
-Application Options
-
-
-
---help,-help,-h
-
-
-Show kjs5 usage.
-
-
-
-
-
---version,-version,-v
-
-
-Show kjs5 version.
-
-
-
-
-
--e statement
-
-Executes the statement and exits. For example:
-kjs5 -e "print('hello world')"
-
-
-
-
-script
-
-Executes the statements included in file 
script.
-
-
-
-
-
-
-
-
-Usage
-
-kjs5 file, as many other 
interpreters, when called without parameters
-uses a line editor to enter statements, showing the prompt 
-JS>
-To exit the line editor type quit() or press 
Ctrl+D.
-
-
-
-
-See Also
-kjscmd5(1)
-
-
-
-Bugs
-Please use http://bugs.kde.org";>KDE's bugtracker to 
report bugs.
-
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.22.0/docs/kjs5/CMakeLists.txt 
new/kjs-5.23.0/docs/kjs5/CMakeLists.txt
--- old/kjs-5.22.0/docs/kjs5/CMakeLists.txt 1970-01-01 01:00:00.0 
+0100
+++ new/kjs-5.23.0/docs/kjs5/CMakeLists.txt 20

commit kjs for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-05-19 12:08:29

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-04-12 19:21:22.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-05-19 
12:08:31.0 +0200
@@ -1,0 +2,7 @@
+Sat May  7 18:32:46 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.22.0 (boo#980066)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.22.0.php
+
+---

Old:

  kjs-5.21.0.tar.xz

New:

  kjs-5.22.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.OnYFWe/_old  2016-05-19 12:08:32.0 +0200
+++ /var/tmp/diff_new_pack.OnYFWe/_new  2016-05-19 12:08:32.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.21
+%define _tar_path 5.22
 Name:   kjs
-Version:5.21.0
+Version:5.22.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.21.0.tar.xz -> kjs-5.22.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.21.0/CMakeLists.txt 
new/kjs-5.22.0/CMakeLists.txt
--- old/kjs-5.21.0/CMakeLists.txt   2016-04-03 22:34:48.0 +0200
+++ new/kjs-5.22.0/CMakeLists.txt   2016-05-06 21:51:49.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.21.0  NO_MODULE)
+find_package(ECM 5.22.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.21.0") # handled by release scripts
+set(KF5_VERSION "5.22.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.21.0/src/kjs/function.h 
new/kjs-5.22.0/src/kjs/function.h
--- old/kjs-5.21.0/src/kjs/function.h   2016-04-03 22:34:48.0 +0200
+++ new/kjs-5.22.0/src/kjs/function.h   2016-05-06 21:51:49.0 +0200
@@ -124,7 +124,7 @@
  * The initial value of Function.prototype (and thus all objects created
  * with the Function constructor)
  */
-class FunctionPrototype : public InternalFunctionImp
+class KJS_EXPORT FunctionPrototype : public InternalFunctionImp
 {
 public:
 FunctionPrototype(ExecState *exec);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.21.0/src/kjs/jsonlexer.h 
new/kjs-5.22.0/src/kjs/jsonlexer.h
--- old/kjs-5.21.0/src/kjs/jsonlexer.h  2016-04-03 22:34:48.0 +0200
+++ new/kjs-5.22.0/src/kjs/jsonlexer.h  2016-05-06 21:51:49.0 +0200
@@ -58,7 +58,7 @@
 TokEnd,
 TokError
 };
-};
+}
 
 class JSONLexer
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.21.0/src/kjs/jsonstringify.cpp 
new/kjs-5.22.0/src/kjs/jsonstringify.cpp
--- old/kjs-5.21.0/src/kjs/jsonstringify.cpp2016-04-03 22:34:48.0 
+0200
+++ new/kjs-5.22.0/src/kjs/jsonstringify.cpp2016-05-06 21:51:49.0 
+0200
@@ -432,4 +432,4 @@
 return UString("null");
 }
 
-};
+}




commit kjs for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-04-12 19:21:21

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-03-16 10:30:33.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-04-12 
19:21:22.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 14:21:26 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.21.0 (boo#974793)
+  * Upgrade Qt version requirement to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.21.0.php
+
+---

Old:

  kjs-5.20.0.tar.xz

New:

  kjs-5.21.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.TLLJHk/_old  2016-04-12 19:21:23.0 +0200
+++ /var/tmp/diff_new_pack.TLLJHk/_new  2016-04-12 19:21:23.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.20
+%define _tar_path 5.21
 Name:   kjs
-Version:5.20.0
+Version:5.21.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -29,8 +29,8 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
 BuildRequires:  perl
-BuildRequires:  cmake(Qt5Core) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Core) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
 Summary:KDE Javascript engine
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Requires:   extra-cmake-modules
 Requires:   libKF5JS%sonum = %{version}
 Requires:   libKF5JSApi%sonum = %{version}
-Requires:   cmake(Qt5Core) >= 5.3.0
+Requires:   cmake(Qt5Core) >= 5.4.0
 
 %description devel
 This library provides an ECMAScript compatible interpreter. The ECMA standard

++ kjs-5.20.0.tar.xz -> kjs-5.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.20.0/CMakeLists.txt 
new/kjs-5.21.0/CMakeLists.txt
--- old/kjs-5.20.0/CMakeLists.txt   2016-03-04 23:19:41.0 +0100
+++ new/kjs-5.21.0/CMakeLists.txt   2016-04-03 22:34:48.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.20.0  NO_MODULE)
+find_package(ECM 5.21.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_VERSION "5.21.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
@@ -28,7 +28,7 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.3.0)
+set(REQUIRED_QT_VERSION 5.4.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(Perl)




commit kjs for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-03-16 10:30:32

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-02-24 18:56:04.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-03-16 
10:30:33.0 +0100
@@ -1,0 +2,8 @@
+Sun Mar  6 10:00:03 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * Limit string memory use
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+---

Old:

  kjs-5.19.0.tar.xz

New:

  kjs-5.20.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.h8um2Z/_old  2016-03-16 10:30:34.0 +0100
+++ /var/tmp/diff_new_pack.h8um2Z/_new  2016-03-16 10:30:34.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:   kjs
-Version:5.19.0
+Version:5.20.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.19.0.tar.xz -> kjs-5.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.19.0/CMakeLists.txt 
new/kjs-5.20.0/CMakeLists.txt
--- old/kjs-5.19.0/CMakeLists.txt   2016-02-06 10:39:35.0 +0100
+++ new/kjs-5.20.0/CMakeLists.txt   2016-03-04 23:19:41.0 +0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.19.0  NO_MODULE)
+find_package(ECM 5.20.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.19.0/src/kjs/ustring.cpp 
new/kjs-5.20.0/src/kjs/ustring.cpp
--- old/kjs-5.19.0/src/kjs/ustring.cpp  2016-02-06 10:39:35.0 +0100
+++ new/kjs-5.20.0/src/kjs/ustring.cpp  2016-03-04 23:19:41.0 +0100
@@ -66,7 +66,9 @@
 }
 static inline size_t maxUChars()
 {
-return std::numeric_limits::max() / sizeof(UChar);
+// We don't want strings to get too crazy, since OOM hurts... and since we 
use 32-bit lengths
+// on 64-bit, too, keeping this small prevents overflows.
+return 0xFFF;
 }
 
 static inline UChar *allocChars(size_t length)
@@ -1297,6 +1299,10 @@
 return UString(Rep::create(m_rep, pos, len));
 }
 
+size_t UString::maxUChars() {
+  return ::KJS::maxUChars();
+}
+
 void UString::copyForWriting()
 {
 int l = size();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.19.0/src/kjs/ustring.h 
new/kjs-5.20.0/src/kjs/ustring.h
--- old/kjs-5.19.0/src/kjs/ustring.h2016-02-06 10:39:35.0 +0100
+++ new/kjs-5.20.0/src/kjs/ustring.h2016-03-04 23:19:41.0 +0100
@@ -52,10 +52,6 @@
 {
 class DOMString;
 }
-namespace khtml
-{
-class AtomicString;
-}
 class QString;
 class QConstString;
 
@@ -280,10 +276,6 @@
  * Convenience declaration only ! See UString(const QString&).
  */
 KJS_EXTERNAL_EXPORT UString(const DOM::DOMString &);
-/**
- * Convenience declaration only ! See UString(const QString&).
- */
-KJS_EXTERNAL_EXPORT UString(const khtml::AtomicString &);
 
 /**
  * Concatenation constructor. Makes operator+ more efficient.
@@ -480,6 +472,12 @@
  */
 static const UString &null();
 
+/**
+ * Maximum permitted string length
+ * @since 5.20
+ */
+static size_t maxUChars();
+
 Rep *rep() const
 {
 return m_rep.get();




commit kjs for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-02-24 18:56:03

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2016-01-20 09:46:34.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-02-24 
18:56:04.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  6 18:04:52 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+---

Old:

  kjs-5.18.0.tar.xz

New:

  kjs-5.19.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.6NbIyJ/_old  2016-02-24 18:56:05.0 +0100
+++ /var/tmp/diff_new_pack.6NbIyJ/_new  2016-02-24 18:56:05.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:   kjs
-Version:5.18.0
+Version:5.19.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.18.0.tar.xz -> kjs-5.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.18.0/CMakeLists.txt 
new/kjs-5.19.0/CMakeLists.txt
--- old/kjs-5.18.0/CMakeLists.txt   2016-01-01 21:00:08.0 +0100
+++ new/kjs-5.19.0/CMakeLists.txt   2016-02-06 10:39:35.0 +0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.18.0  NO_MODULE)
+find_package(ECM 5.19.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
@@ -25,7 +25,7 @@
 
 # Dependencies
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 set(REQUIRED_QT_VERSION 5.3.0)




commit kjs for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2016-01-20 09:46:33

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-12-29 12:53:37.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2016-01-20 
09:46:34.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  2 17:44:19 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.18.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.18.0.php
+
+---

Old:

  kjs-5.17.0.tar.xz

New:

  kjs-5.18.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.ZsgbVc/_old  2016-01-20 09:46:35.0 +0100
+++ /var/tmp/diff_new_pack.ZsgbVc/_new  2016-01-20 09:46:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjs
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.17
+%define _tar_path 5.18
 Name:   kjs
-Version:5.17.0
+Version:5.18.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.17.0.tar.xz -> kjs-5.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.17.0/CMakeLists.txt 
new/kjs-5.18.0/CMakeLists.txt
--- old/kjs-5.17.0/CMakeLists.txt   2015-12-06 15:08:04.0 +0100
+++ new/kjs-5.18.0/CMakeLists.txt   2016-01-01 21:00:08.0 +0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.17.0  NO_MODULE)
+find_package(ECM 5.18.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.17.0") # handled by release scripts
+set(KF5_VERSION "5.18.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"




commit kjs for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-12-29 12:53:35

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-11-24 22:24:16.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-12-29 
12:53:37.0 +0100
@@ -1,0 +2,7 @@
+Thu Dec 10 23:07:53 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.17.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.17.0.php
+
+---

Old:

  kjs-5.16.0.tar.xz

New:

  kjs-5.17.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.5pgNzV/_old  2015-12-29 12:53:38.0 +0100
+++ /var/tmp/diff_new_pack.5pgNzV/_new  2015-12-29 12:53:38.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.16
+%define _tar_path 5.17
 Name:   kjs
-Version:5.16.0
+Version:5.17.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.16.0.tar.xz -> kjs-5.17.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.16.0/CMakeLists.txt 
new/kjs-5.17.0/CMakeLists.txt
--- old/kjs-5.16.0/CMakeLists.txt   2015-11-08 12:11:11.0 +0100
+++ new/kjs-5.17.0/CMakeLists.txt   2015-12-06 15:08:04.0 +0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.16.0  NO_MODULE)
+find_package(ECM 5.17.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.16.0") # handled by release scripts
+set(KF5_VERSION "5.17.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"




commit kjs for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-11-24 22:24:15

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-10-19 22:26:03.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-11-24 
22:24:16.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  8 17:02:24 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * Use "_timezone" global variable for MSVC instead of "timezone".
+Fixes build with MSVC 2015.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+---

Old:

  kjs-5.15.0.tar.xz

New:

  kjs-5.16.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.4NTEBX/_old  2015-11-24 22:24:16.0 +0100
+++ /var/tmp/diff_new_pack.4NTEBX/_new  2015-11-24 22:24:16.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:   kjs
-Version:5.15.0
+Version:5.16.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.15.0.tar.xz -> kjs-5.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.15.0/CMakeLists.txt 
new/kjs-5.16.0/CMakeLists.txt
--- old/kjs-5.15.0/CMakeLists.txt   2015-10-03 12:26:06.0 +0200
+++ new/kjs-5.16.0/CMakeLists.txt   2015-11-08 12:11:11.0 +0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.15.0/src/kjs/date_object.cpp 
new/kjs-5.16.0/src/kjs/date_object.cpp
--- old/kjs-5.15.0/src/kjs/date_object.cpp  2015-10-03 12:26:06.0 
+0200
+++ new/kjs-5.16.0/src/kjs/date_object.cpp  2015-11-08 12:11:11.0 
+0100
@@ -1021,7 +1021,7 @@
 #if PLATFORM(WIN_OS)
 // FIXME: not thread safe
 (void)localtime(&zero);
-#if COMPILER(BORLAND) || COMPILER(CYGWIN)
+#if COMPILER(BORLAND) || COMPILER(CYGWIN) || COMPILER(MSVC)
 utcOffset = - _timezone;
 #else
 utcOffset = - timezone;




commit kjs for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-10-19 22:26:02

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-09-24 07:12:43.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-10-19 
22:26:03.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct  5 17:37:25 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.15.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+---

Old:

  kjs-5.14.0.tar.xz

New:

  kjs-5.15.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.LJOyZR/_old  2015-10-19 22:26:04.0 +0200
+++ /var/tmp/diff_new_pack.LJOyZR/_new  2015-10-19 22:26:04.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:   kjs
-Version:5.14.0
+Version:5.15.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.14.0.tar.xz -> kjs-5.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.14.0/CMakeLists.txt 
new/kjs-5.15.0/CMakeLists.txt
--- old/kjs-5.14.0/CMakeLists.txt   2015-09-04 22:15:28.0 +0200
+++ new/kjs-5.15.0/CMakeLists.txt   2015-10-03 12:26:06.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.14.0  NO_MODULE)
+find_package(ECM 5.15.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"




commit kjs for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-09-24 07:12:41

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-09-02 07:46:57.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-09-24 
07:12:43.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  8 17:13:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.14.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.14.0.php
+
+---

Old:

  kjs-5.13.0.tar.xz

New:

  kjs-5.14.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.KpxaQo/_old  2015-09-24 07:12:43.0 +0200
+++ /var/tmp/diff_new_pack.KpxaQo/_new  2015-09-24 07:12:43.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.13
+%define _tar_path 5.14
 Name:   kjs
-Version:5.13.0
+Version:5.14.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.13.0.tar.xz -> kjs-5.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.13.0/CMakeLists.txt 
new/kjs-5.14.0/CMakeLists.txt
--- old/kjs-5.13.0/CMakeLists.txt   2015-08-03 20:20:34.0 +0200
+++ new/kjs-5.14.0/CMakeLists.txt   2015-09-04 22:15:28.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.13.0  NO_MODULE)
+find_package(ECM 5.14.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_VERSION "5.14.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"




commit kjs for openSUSE:Factory

2015-09-01 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-09-02 07:46:57

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-07-14 17:28:23.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-09-02 
07:46:57.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 19:20:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+noise by default
+  * Docbook documentation has been reviewed and updated
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+---

Old:

  kjs-5.12.0.tar.xz

New:

  kjs-5.13.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.hyuQy7/_old  2015-09-02 07:46:58.0 +0200
+++ /var/tmp/diff_new_pack.hyuQy7/_new  2015-09-02 07:46:58.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:   kjs
-Version:5.12.0
+Version:5.13.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -29,8 +29,8 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
 BuildRequires:  perl
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
 Summary:KDE Javascript engine
 License:LGPL-2.1+
 Group:  System/GUI/KDE
@@ -70,7 +70,7 @@
 Requires:   extra-cmake-modules
 Requires:   libKF5JS%sonum = %{version}
 Requires:   libKF5JSApi%sonum = %{version}
-Requires:   pkgconfig(Qt5Core) >= 5.2.0
+Requires:   cmake(Qt5Core) >= 5.3.0
 
 %description devel
 This library provides an ECMAScript compatible interpreter. The ECMA standard

++ kjs-5.12.0.tar.xz -> kjs-5.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.12.0/CMakeLists.txt 
new/kjs-5.13.0/CMakeLists.txt
--- old/kjs-5.12.0/CMakeLists.txt   2015-07-04 22:38:20.0 +0200
+++ new/kjs-5.13.0/CMakeLists.txt   2015-08-03 20:20:34.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
@@ -28,7 +28,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(Perl)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.12.0/autotests/CMakeLists.txt 
new/kjs-5.13.0/autotests/CMakeLists.txt
--- old/kjs-5.12.0/autotests/CMakeLists.txt 2015-07-04 22:38:20.0 
+0200
+++ new/kjs-5.13.0/autotests/CMakeLists.txt 2015-08-03 20:20:34.0 
+0200
@@ -1,6 +1,6 @@
 include(ECMAddTests)
 
-find_package(Qt5Test 5.2.0 REQUIRED NO_MODULE)
+find_package(Qt5Test ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 ### ecmatest ##
 
 add_executable(ecmatest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.12.0/docs/kjs/man-kjs5.1.docbook 
new/kjs-5.13.0/docs/kjs/man-kjs5.1.docbook
--- old/kjs-5.12.0/docs/kjs/man-kjs5.1.docbook  2015-07-04 22:38:20.0 
+0200
+++ new/kjs-5.13.0/docs/kjs/man-kjs5.1.docbook  2015-08-03 20:20:34.0 
+0200
@@ -3,7 +3,7 @@
   
 ]>
 
-
+
 
 
 Programming Tool
@@ -17,7 +17,8 @@
 
 
 2014-05-04
-5.0
+Frameworks 5.0
+KDE Frameworks
 
 
 
@@ -121,7 +122,7 @@
 
 
 Bugs
-There are probably tons of bugs. Use http://bugs.kde.org";>bugs.kde.org to report them.
+Please use http://bugs.kde.org";>KDE's bugtracker to 
report bugs.
 
 
 




commit kjs for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-07-14 17:28:22

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-06-23 12:09:45.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-07-14 
17:28:23.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul  5 18:45:14 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.12.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.12.0.php
+
+---

Old:

  kjs-5.11.0.tar.xz

New:

  kjs-5.12.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.crGhzE/_old  2015-07-14 17:28:23.0 +0200
+++ /var/tmp/diff_new_pack.crGhzE/_new  2015-07-14 17:28:23.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.11
+%define _tar_path 5.12
 Name:   kjs
-Version:5.11.0
+Version:5.12.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.11.0.tar.xz -> kjs-5.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.11.0/CMakeLists.txt 
new/kjs-5.12.0/CMakeLists.txt
--- old/kjs-5.11.0/CMakeLists.txt   2015-06-06 11:29:42.0 +0200
+++ new/kjs-5.12.0/CMakeLists.txt   2015-07-04 22:38:20.0 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.11.0  NO_MODULE)
+find_package(ECM 5.12.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.11.0") # handled by release scripts
+set(KF5_VERSION "5.12.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"




commit kjs for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-06-23 12:09:44

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-05-11 19:47:42.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-06-23 
12:09:45.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  7 19:07:46 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.11.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.11.0.php
+
+---

Old:

  kjs-5.10.0.tar.xz

New:

  kjs-5.11.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.CXlLgv/_old  2015-06-23 12:09:45.0 +0200
+++ /var/tmp/diff_new_pack.CXlLgv/_new  2015-06-23 12:09:45.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.10
+%define _tar_path 5.11
 Name:   kjs
-Version:5.10.0
+Version:5.11.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.10.0.tar.xz -> kjs-5.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.10.0/CMakeLists.txt 
new/kjs-5.11.0/CMakeLists.txt
--- old/kjs-5.10.0/CMakeLists.txt   2015-05-03 00:42:45.0 +0200
+++ new/kjs-5.11.0/CMakeLists.txt   2015-06-06 11:29:42.0 +0200
@@ -3,16 +3,20 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 5.10.0 REQUIRED NO_MODULE)
+include(FeatureSummary)
+find_package(ECM 5.11.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
+feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
-include(FeatureSummary)
+
 include(GenerateExportHeader)
 include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.10.0") # handled by release scripts
+set(KF5_VERSION "5.11.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"




commit kjs for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-05-11 19:34:29

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-04-13 20:23:31.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-05-11 
19:47:42.0 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:43:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+---

Old:

  kjs-5.9.0.tar.xz

New:

  kjs-5.10.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.CimcFt/_old  2015-05-11 19:47:42.0 +0200
+++ /var/tmp/diff_new_pack.CimcFt/_new  2015-05-11 19:47:42.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:   kjs
-Version:5.9.0
+Version:5.10.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++ kjs-5.9.0.tar.xz -> kjs-5.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.9.0/CMakeLists.txt 
new/kjs-5.10.0/CMakeLists.txt
--- old/kjs-5.9.0/CMakeLists.txt2015-04-04 13:49:22.0 +0200
+++ new/kjs-5.10.0/CMakeLists.txt   2015-05-03 00:42:45.0 +0200
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_VERSION "5.10.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.9.0/src/kjs/nodes2bytecode.cpp 
new/kjs-5.10.0/src/kjs/nodes2bytecode.cpp
--- old/kjs-5.9.0/src/kjs/nodes2bytecode.cpp2015-04-04 13:49:22.0 
+0200
+++ new/kjs-5.10.0/src/kjs/nodes2bytecode.cpp   2015-05-03 00:42:45.0 
+0200
@@ -883,6 +883,7 @@
 break;
 
 default:
+codeOp = Op_InstanceOf; // Initialize it to something just to silence 
-Wsometimes-uninitialized
 assert(!"BinaryOperatorNode: unhandled switch case");
 }
 
@@ -1065,6 +1066,7 @@
 codeOp = Op_BitOr;
 break;
 default:
+codeOp = Op_BitOr; // Initialize it to something just to silence 
-Wsometimes-uninitialized
 ASSERT(0);
 }
 




commit kjs for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-04-13 20:23:30

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-03-16 09:28:06.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-04-13 
20:23:31.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:35 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---

Old:

  kjs-5.8.0.tar.xz

New:

  kjs-5.9.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.rnI2gW/_old  2015-04-13 20:23:31.0 +0200
+++ /var/tmp/diff_new_pack.rnI2gW/_new  2015-04-13 20:23:31.0 +0200
@@ -17,15 +17,15 @@
 
 
 %define sonum   5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:   kjs
-Version:%{_tar_path}.0
+Version:5.9.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kdoctools-devel >= %{kf5_version}
+BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
 BuildRequires:  perl
@@ -87,7 +87,7 @@
 %install
   %kf5_makeinstall -C build
   chmod +x %{buildroot}%{_kf5_datadir}/kjs/create_hash_table
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
 %post -n libKF5JS%sonum -p /sbin/ldconfig
 

++ kjs-5.8.0.tar.xz -> kjs-5.9.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.8.0/CMakeLists.txt new/kjs-5.9.0/CMakeLists.txt
--- old/kjs-5.8.0/CMakeLists.txt2015-02-28 14:27:50.0 +0100
+++ new/kjs-5.9.0/CMakeLists.txt2015-04-04 13:49:22.0 +0200
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"




commit kjs for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-03-16 09:28:05

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-02-16 17:31:44.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-03-16 
09:28:06.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar  7 16:58:37 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+- Added kdoctools-devel buildrequires
+
+---

Old:

  kjs-5.7.0.tar.xz

New:

  kjs-5.8.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.E4NFXh/_old  2015-03-16 09:28:07.0 +0100
+++ /var/tmp/diff_new_pack.E4NFXh/_new  2015-03-16 09:28:07.0 +0100
@@ -17,13 +17,15 @@
 
 
 %define sonum   5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:   kjs
 Version:%{_tar_path}.0
 Release:0
+%define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.7.0
+BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  fdupes
+BuildRequires:  kdoctools-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
 BuildRequires:  perl
@@ -115,5 +117,6 @@
 %{_kf5_datadir}/kjs/
 %{_kf5_mkspecsdir}/qt_KJSApi.pri
 %{_kf5_mkspecsdir}/qt_KJS.pri
+%doc %lang(en) %{_kf5_mandir}/*/kjs5.*
 
 %changelog

++ kjs-5.7.0.tar.xz -> kjs-5.8.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.7.0/CMakeLists.txt new/kjs-5.8.0/CMakeLists.txt
--- old/kjs-5.7.0/CMakeLists.txt2015-01-23 21:41:14.0 +0100
+++ new/kjs-5.8.0/CMakeLists.txt2015-02-28 14:27:50.0 +0100
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.7.0 REQUIRED NO_MODULE)
+find_package(ECM 1.8.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.7.0") # handled by release scripts
+set(KF5_VERSION "5.8.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
@@ -45,17 +45,22 @@
 # TODO: Remove these
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 
+find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED)
+
 add_subdirectory(src)
 add_subdirectory(autotests)
 add_subdirectory(tests)
+add_subdirectory(docs)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5JS")
 
-ecm_configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5JSConfig.cmake.in"
-  "${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfig.cmake"
-  INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
-  )
+ecm_configure_package_config_file(
+"${CMAKE_CURRENT_SOURCE_DIR}/KF5JSConfig.cmake.in"
+"${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfig.cmake"
+PATH_VARS KDE_INSTALL_DATADIR_KF5
+INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
+)
 
 install(FILES  "${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfig.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.7.0/KF5JSConfig.cmake.in 
new/kjs-5.8.0/KF5JSConfig.cmake.in
--- old/kjs-5.7.0/KF5JSConfig.cmake.in  2015-01-23 21:41:14.0 +0100
+++ new/kjs-5.8.0/KF5JSConfig.cmake.in  2015-02-28 14:27:50.0 +0100
@@ -1,8 +1,8 @@
 @PACKAGE_INIT@
 
-find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
-
+set(KJS_CREATE_HASH_TABLE 
"@PACKAGE_KDE_INSTALL_DATADIR_KF5@/kjs/create_hash_table")
 set(KJS_HAVE_PCRE_REGEX "@PCRE_FOUND@")
-set(KJS_CREATE_HASH_TABLE 
"${PACKAGE_PREFIX_DIR}/@KF5_DATA_INSTALL_DIR@/kjs/create_hash_table")
+
+find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5JSTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.7.0/docs/CMakeLists.txt 
new/kjs-5.8.0/docs/CMakeLists.txt
--- old/kjs-5.7.0/docs/CMakeLists.txt   1970-01-01 01:00:00.0 +0100
+++ new/kjs-5.8.0/docs/CMakeLists.txt   2015-02-28 14:27:50.0 +0100
@@ -0,0 +1 @@
+add_subdirectory(kjs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.sv

commit kjs for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-02-16 15:03:41

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-01-29 12:49:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-02-16 
17:31:44.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:06 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kjs-5.6.0.tar.xz

New:

  kjs-5.7.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.OjCG3W/_old  2015-02-16 17:31:45.0 +0100
+++ /var/tmp/diff_new_pack.OjCG3W/_new  2015-02-16 17:31:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,11 +17,12 @@
 
 
 %define sonum   5
+%define _tar_path 5.7
 Name:   kjs
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.6.0
+BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -32,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjs-5.6.0.tar.xz -> kjs-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.6.0/CMakeLists.txt new/kjs-5.7.0/CMakeLists.txt
--- old/kjs-5.6.0/CMakeLists.txt2014-12-31 15:24:18.0 +0100
+++ new/kjs-5.7.0/CMakeLists.txt2015-01-23 21:41:14.0 +0100
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.6.0") # handled by release scripts
+set(KF5_VERSION "5.7.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
@@ -50,7 +50,7 @@
 add_subdirectory(tests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5JS")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5JS")
 
 
ecm_configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5JSConfig.cmake.in"
   "${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfig.cmake"
@@ -64,7 +64,7 @@
 
 install(EXPORT KF5JSTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE 
KF5JSTargets.cmake NAMESPACE KF5:: )
 
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h DESTINATION 
${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
 if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.6.0/src/kjs/CMakeLists.txt 
new/kjs-5.7.0/src/kjs/CMakeLists.txt
--- old/kjs-5.6.0/src/kjs/CMakeLists.txt2014-12-31 15:24:18.0 
+0100
+++ new/kjs-5.7.0/src/kjs/CMakeLists.txt2015-01-23 21:41:14.0 
+0100
@@ -245,7 +245,7 @@
 #
 # ${CMAKE_CURRENT_BINARY_DIR}/global.h
 #
-# DESTINATION  ${KF5_INCLUDE_INSTALL_DIR}/kjs COMPONENT Devel )
+# DESTINATION  ${KDE_INSTALL_INCLUDEDIR_KF5}/kjs COMPONENT Devel )
 install(FILES
   array_instance.h
   array_object.h
@@ -305,12 +305,12 @@
   ustring.h
   value.h
   ${CMAKE_CURRENT_BINARY_DIR}/global.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/kjs
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/kjs
   COMPONENT Devel
 )
 
-install(FILES create

commit kjs for openSUSE:Factory

2015-01-29 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-01-29 12:49:38

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-12-21 11:57:18.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-01-29 
12:49:41.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:10 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---

Old:

  kjs-5.5.0.tar.xz

New:

  kjs-5.6.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.aKYs3q/_old  2015-01-29 12:49:42.0 +0100
+++ /var/tmp/diff_new_pack.aKYs3q/_new  2015-01-29 12:49:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:5.5.0
+Version:5.6.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.5.0
+BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.5/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.6/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjs-5.5.0.tar.xz -> kjs-5.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.5.0/CMakeLists.txt new/kjs-5.6.0/CMakeLists.txt
--- old/kjs-5.5.0/CMakeLists.txt2014-12-02 17:47:51.0 +0100
+++ new/kjs-5.6.0/CMakeLists.txt2014-12-31 15:24:18.0 +0100
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.5.0") # handled by release scripts
+set(KF5_VERSION "5.6.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjs for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-12-21 11:58:07

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-11-11 01:08:58.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-12-21 
11:57:18.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec  6 12:53:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---

Old:

  kjs-5.4.0.tar.xz

New:

  kjs-5.5.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.dsYf5T/_old  2014-12-21 11:57:19.0 +0100
+++ /var/tmp/diff_new_pack.dsYf5T/_new  2014-12-21 11:57:19.0 +0100
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:5.4.0
+Version:5.5.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.4.0
+BuildRequires:  extra-cmake-modules >= 1.5.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.4/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.5/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjs-5.4.0.tar.xz -> kjs-5.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.4.0/CMakeLists.txt new/kjs-5.5.0/CMakeLists.txt
--- old/kjs-5.4.0/CMakeLists.txt2014-10-31 21:18:21.0 +0100
+++ new/kjs-5.5.0/CMakeLists.txt2014-12-02 17:47:51.0 +0100
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.4.0 REQUIRED NO_MODULE)
+find_package(ECM 1.5.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.4.0") # handled by release scripts
+set(KF5_VERSION "5.5.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjs for openSUSE:Factory

2014-11-10 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-11-11 01:08:52

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-10-07 15:59:02.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-11-11 
01:08:58.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  2 17:46:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---

Old:

  kjs-5.3.0.tar.xz

New:

  kjs-5.4.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.biZr88/_old  2014-11-11 01:09:00.0 +0100
+++ /var/tmp/diff_new_pack.biZr88/_new  2014-11-11 01:09:00.0 +0100
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:5.3.0
+Version:5.4.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.3.0
+BuildRequires:  extra-cmake-modules >= 1.4.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.4/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjs-5.3.0.tar.xz -> kjs-5.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.3.0/CMakeLists.txt new/kjs-5.4.0/CMakeLists.txt
--- old/kjs-5.3.0/CMakeLists.txt2014-10-03 19:56:11.0 +0200
+++ new/kjs-5.4.0/CMakeLists.txt2014-10-31 21:18:21.0 +0100
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.3.0 REQUIRED NO_MODULE)
+find_package(ECM 1.4.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.3.0") # handled by release scripts
+set(KF5_VERSION "5.4.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjs for openSUSE:Factory

2014-10-07 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-10-07 15:58:55

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-09-12 17:03:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-10-07 
15:59:02.0 +0200
@@ -1,0 +2,10 @@
+Sat Oct  4 17:59:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * Implement Math.Clz32
+  * U+ through U+001F is not allowed as char, but as escaped
+unicode sequence (kde#338970)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---

Old:

  kjs-5.2.0.tar.xz

New:

  kjs-5.3.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.Zb1iqQ/_old  2014-10-07 15:59:03.0 +0200
+++ /var/tmp/diff_new_pack.Zb1iqQ/_new  2014-10-07 15:59:03.0 +0200
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:5.2.0
+Version:5.3.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.2.0
+BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel

++ kjs-5.2.0.tar.xz -> kjs-5.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.2.0/CMakeLists.txt new/kjs-5.3.0/CMakeLists.txt
--- old/kjs-5.2.0/CMakeLists.txt2014-09-08 01:26:17.0 +0200
+++ new/kjs-5.3.0/CMakeLists.txt2014-10-03 19:56:11.0 +0200
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.2.0 REQUIRED NO_MODULE)
+find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.2.0") # handled by release scripts
+set(KF5_VERSION "5.3.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.2.0/src/kjs/ConfigureChecks.cmake 
new/kjs-5.3.0/src/kjs/ConfigureChecks.cmake
--- old/kjs-5.2.0/src/kjs/ConfigureChecks.cmake 2014-09-08 01:26:17.0 
+0200
+++ new/kjs-5.3.0/src/kjs/ConfigureChecks.cmake 2014-10-03 19:56:11.0 
+0200
@@ -59,4 +59,6 @@
 check_math_expr("isinf(1.0)"   HAVE_FUNC_ISINF)
 check_math_expr("std::isinf(1.0)"  HAVE_FUNC_STD_ISINF)
 
+check_math_expr("__builtin_clz(1)"  HAVE_FUNC_BUILTIN_CLZ)
+
 check_function_exists(_fpclass HAVE_FUNC__FPCLASS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.2.0/src/kjs/global.h.cmake 
new/kjs-5.3.0/src/kjs/global.h.cmake
--- old/kjs-5.2.0/src/kjs/global.h.cmake2014-09-08 01:26:17.0 
+0200
+++ new/kjs-5.3.0/src/kjs/global.h.cmake2014-10-03 19:56:11.0 
+0200
@@ -114,6 +114,8 @@
 #cmakedefine01 HAVE_FUNC___SIGNBIT
 #cmakedefine01 HAVE_FUNC_STD_SIGNBIT
 
+#cmakedefine01 HAVE_FUNC_BUILTIN_CLZ
+
 #cmakedefine01 HAVE_FUNC__FPCLASS
 
 #cmakedefine01 HAVE_PTHREAD_NP_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.2.0/src/kjs/jsonlexer.cpp 
new/kjs-5.3.0/src/kjs/jsonlexer.cpp
--- old/kjs-5.2.0/src/kjs/jsonlexer.cpp 2014-09-08 01:26:17.0 +0200
+++ new/kjs-5.3.0/src/kjs/jsonlexer.cpp 2014-10-03 19:56:11.0 +0200
@@ -535,10 +535,6 @@
 }
 
 UChar next = Lexer::convertUnicode(m_code[m_pos + 1].uc, m_code[m_pos 
+ 2].uc, m_code[m_pos + 3].uc, m_code[m_pos + 4].uc);
-if (next.uc <= InvalidJSONUnicode) {
-*error = true;
-return UChar(' ');
-}
 
 *error = false;
 m_pos += 5;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.2.0/src/kjs/math_object.cpp 
new/kjs-5.3.0/src/kjs/math_object.cpp
--- old/kjs-5.2.0/src/kjs/math_object.cpp   2014-09-08 01:26:17.0 
+0200
+++ new/kjs-5.3.0/src/kjs/math_object.cpp   2014-10-03 19:56:11.0 
+0200
@@ -80,6 +80,7 @@
   hypot MathObjectImp::HypotDontEnum|Function 0
   imul  MathObjectImp::Imul DontEnum|Function 2
   froundMathObjectImp::FRound   DontEnum|Function 1
+  clz32 MathObjectImp::Clz32DontEnum|Function 1
 @end
 */
 
@@ -347

commit kjs for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-09-12 17:02:49

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-08-16 15:41:50.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-09-12 
17:03:34.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  9 09:49:16 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---

Old:

  kjs-5.1.0.tar.xz

New:

  kjs-5.2.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.AIV5pc/_old  2014-09-12 17:03:36.0 +0200
+++ /var/tmp/diff_new_pack.AIV5pc/_new  2014-09-12 17:03:36.0 +0200
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:5.1.0
+Version:5.2.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.1.0
+BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel

++ kjs-5.1.0.tar.xz -> kjs-5.2.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.1.0/CMakeLists.txt new/kjs-5.2.0/CMakeLists.txt
--- old/kjs-5.1.0/CMakeLists.txt2014-08-02 10:19:56.0 +0200
+++ new/kjs-5.2.0/CMakeLists.txt2014-09-08 01:26:17.0 +0200
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.1.0 REQUIRED NO_MODULE)
+find_package(ECM 1.2.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.1.0") # handled by release scripts
+set(KF5_VERSION "5.2.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.1.0/README.md new/kjs-5.2.0/README.md
--- old/kjs-5.1.0/README.md 2014-08-02 10:19:56.0 +0200
+++ new/kjs-5.2.0/README.md 2014-09-08 01:26:17.0 +0200
@@ -8,9 +8,3 @@
 is based on well known scripting languages such as Netscape's JavaScript and
 Microsoft's JScript.
 
-## Links
-
-- Home page: 
-- Mailing list: 
-- IRC channel: #kde-devel on Freenode
-- Git repository: 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.1.0/metainfo.yaml new/kjs-5.2.0/metainfo.yaml
--- old/kjs-5.1.0/metainfo.yaml 2014-08-02 10:19:56.0 +0200
+++ new/kjs-5.2.0/metainfo.yaml 2014-09-08 01:26:17.0 +0200
@@ -7,3 +7,9 @@
 portingAid: true
 deprecated: true
 release: true
+libraries:
+ - qmake: KJSApi
+   cmake: "KF5::JSApi"
+ - qmake: KJS
+   cmake: "KF5::JS"
+cmakename: KF5JS

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjs for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-08-16 15:41:40

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-07-10 09:31:19.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-08-16 
15:41:50.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug  2 10:20:00 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+- Harden required Qt5 libs versions
+
+---

Old:

  kjs-5.0.0.tar.xz

New:

  kjs-5.1.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.IWAR50/_old  2014-08-16 15:41:51.0 +0200
+++ /var/tmp/diff_new_pack.IWAR50/_new  2014-08-16 15:41:51.0 +0200
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.0.0
+BuildRequires:  extra-cmake-modules >= 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -53,6 +53,8 @@
 %package -n libKF5JSApi%sonum
 Summary:KDE Javascript engine
 Group:  System/GUI/KDE
+%requires_ge libQt5Core5
+%requires_ge libKF5JS5
 
 %description -n libKF5JSApi%sonum
 This library provides an ECMAScript compatible interpreter. The ECMA standard
@@ -108,9 +110,7 @@
 %{_kf5_libdir}/libKF5JS.so
 %{_kf5_libdir}/libKF5JSApi.so
 %{_kf5_libdir}/cmake/KF5JS/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_datadir}/kjs/
 %{_kf5_mkspecsdir}/qt_KJSApi.pri
 %{_kf5_mkspecsdir}/qt_KJS.pri

++ kjs-5.0.0.tar.xz -> kjs-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.0.0/CMakeLists.txt new/kjs-5.1.0/CMakeLists.txt
--- old/kjs-5.0.0/CMakeLists.txt2014-07-01 20:17:07.0 +0200
+++ new/kjs-5.1.0/CMakeLists.txt2014-08-02 10:19:56.0 +0200
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.0.0") # handled by release scripts
+set(KF5_VERSION "5.1.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjs for openSUSE:Factory

2014-07-10 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-07-10 08:17:43

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-06-10 14:36:11.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-07-10 
09:31:19.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul  1 21:35:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---

Old:

  kjs-4.100.0.tar.xz

New:

  kjs-5.0.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.sdqxSv/_old  2014-07-10 09:31:20.0 +0200
+++ /var/tmp/diff_new_pack.sdqxSv/_new  2014-07-10 09:31:20.0 +0200
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:4.100.0
+Version:5.0.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.14
+BuildRequires:  extra-cmake-modules >= 1.0.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -32,7 +32,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/unstable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjs-4.100.0.tar.xz -> kjs-5.0.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.100.0/CMakeLists.txt 
new/kjs-5.0.0/CMakeLists.txt
--- old/kjs-4.100.0/CMakeLists.txt  2014-06-01 12:41:21.0 +0200
+++ new/kjs-5.0.0/CMakeLists.txt2014-07-01 20:17:07.0 +0200
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 0.0.14 REQUIRED NO_MODULE)
+find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "4.100.0") # handled by release scripts
+set(KF5_VERSION "5.0.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.100.0/src/kjs/CMakeLists.txt 
new/kjs-5.0.0/src/kjs/CMakeLists.txt
--- old/kjs-4.100.0/src/kjs/CMakeLists.txt  2014-06-01 12:41:21.0 
+0200
+++ new/kjs-5.0.0/src/kjs/CMakeLists.txt2014-07-01 20:17:07.0 
+0200
@@ -304,7 +304,6 @@
   types.h
   ustring.h
   value.h
-  operations.h
   ${CMAKE_CURRENT_BINARY_DIR}/global.h
   DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/kjs
   COMPONENT Devel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.100.0/src/kjs/date_object.cpp 
new/kjs-5.0.0/src/kjs/date_object.cpp
--- old/kjs-4.100.0/src/kjs/date_object.cpp 2014-06-01 12:41:21.0 
+0200
+++ new/kjs-5.0.0/src/kjs/date_object.cpp   2014-07-01 20:17:07.0 
+0200
@@ -891,7 +891,7 @@
 t.tm_isdst = -1;
 }
 double ms = (numArgs >= 7) ? roundValue(exec, args[6]) : 0;
-return makeTime(&t, ms, true);
+return makeTime(&t, ms, utc);
 }
 
 // ECMA 15.9.3

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjs for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-06-10 14:36:01

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-05-14 20:27:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-06-10 
14:36:11.0 +0200
@@ -1,0 +2,11 @@
+Sun Jun  1 18:02:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+- Add executable bits to create_hash_table, per rpmlint warning
+
+---

Old:

  kjs-4.99.0.tar.xz

New:

  baselibs.conf
  kjs-4.100.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.NxmaWL/_old  2014-06-10 14:36:12.0 +0200
+++ /var/tmp/diff_new_pack.NxmaWL/_new  2014-06-10 14:36:12.0 +0200
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:4.99.0
+Version:4.100.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -32,7 +32,8 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:kjs-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -80,6 +81,7 @@
 
 %install
   %kf5_makeinstall -C build
+  chmod +x %{buildroot}%{_kf5_datadir}/kjs/create_hash_table
   %fdupes -s %{buildroot}
 
 %post -n libKF5JS%sonum -p /sbin/ldconfig

++ baselibs.conf ++
libKF5JS5
libKF5JSApi5
kjs-devel
requires "libKF5JS5- = "
requires "libKF5JSApi5- = "
++ kjs-4.99.0.tar.xz -> kjs-4.100.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.99.0/CMakeLists.txt 
new/kjs-4.100.0/CMakeLists.txt
--- old/kjs-4.99.0/CMakeLists.txt   2014-05-04 21:00:16.0 +0200
+++ new/kjs-4.100.0/CMakeLists.txt  2014-06-01 12:41:21.0 +0200
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 0.0.13 REQUIRED NO_MODULE)
+find_package(ECM 0.0.14 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "4.99.0") # handled by release scripts
+set(KF5_VERSION "4.100.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.99.0/autotests/CMakeLists.txt 
new/kjs-4.100.0/autotests/CMakeLists.txt
--- old/kjs-4.99.0/autotests/CMakeLists.txt 2014-05-04 21:00:16.0 
+0200
+++ new/kjs-4.100.0/autotests/CMakeLists.txt2014-06-01 12:41:21.0 
+0200
@@ -1,4 +1,4 @@
-include(ECMMarkAsTest)
+include(ECMAddTests)
 
 find_package(Qt5Test 5.2.0 REQUIRED NO_MODULE)
 ### ecmatest ##
@@ -6,13 +6,14 @@
 add_executable(ecmatest
   ecmatest.cpp
 )
+ecm_mark_nongui_executable(ecmatest)
 ecm_mark_as_test(ecmatest)
 target_link_libraries(ecmatest KF5::JS Qt5::Test)
 
 function(ADD_ECMATEST ECMA262_CHAPTER)
if (IS_DIRECTORY "${ECMATEST_BASEDIR}/test/suite/${ECMA262_CHAPTER}")
   string(REPLACE "/15" "" ECMA262_TESTNAME "${ECMA262_CHAPTER}")
-  add_test(ECMAscript262_${ECMA262_TESTNAME} ecmatest)
+  add_test(NAME ECMAscript262_${ECMA262_TESTNAME} COMMAND ecmatest)
   if (EXISTS 
"${CMAKE_CURRENT_SOURCE_DIR}/ecmatest_broken_${ECMA262_TESTNAME}")
  set(_test262_broken_env 
";ECMATEST_BROKEN=${CMAKE_CURRENT_SOURCE_DIR}/ecmatest_broken_${ECMA262_TESTNAME}")
   else ()
@@ -46,7 +47,4 @@
 
 # kjsapitest 
 
-add_executable(kjsapitest kjsapitest.cpp)
-ecm_mark_as_test(kjsapitest)
-add_test(kjsapitest kjsapitest)
-target_link_libraries(kjsapitest KF5::JSApi Qt5::Test)
+ecm_add_test(kjsapitest.cpp LINK_LIBRARIES KF5::JSApi Qt5::Test)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjs for openSUSE:Factory

2014-05-14 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-05-14 20:27:01

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-04-02 17:22:25.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-05-14 
20:27:35.0 +0200
@@ -1,0 +2,9 @@
+Sun May  4 01:41:17 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---

Old:

  kjs-4.98.0.tar.xz

New:

  kjs-4.99.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.fHeS1W/_old  2014-05-14 20:27:36.0 +0200
+++ /var/tmp/diff_new_pack.fHeS1W/_new  2014-05-14 20:27:36.0 +0200
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:4.98.0
+Version:4.99.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.12
+BuildRequires:  extra-cmake-modules >= 0.0.13
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -109,8 +109,7 @@
 %dir %{_kf5_includedir}/*/
 %{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
-%dir %{_kf5_datadir}/kjs
-%{_kf5_datadir}/kjs/create_hash_table
+%{_kf5_datadir}/kjs/
 %{_kf5_mkspecsdir}/qt_KJSApi.pri
 %{_kf5_mkspecsdir}/qt_KJS.pri
 

++ kjs-4.98.0.tar.xz -> kjs-4.99.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.98.0/CMakeLists.txt 
new/kjs-4.99.0/CMakeLists.txt
--- old/kjs-4.98.0/CMakeLists.txt   2014-03-28 19:17:11.0 +0100
+++ new/kjs-4.99.0/CMakeLists.txt   2014-05-04 21:00:16.0 +0200
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 0.0.12 REQUIRED NO_MODULE)
+find_package(ECM 0.0.13 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "4.98.0")
+set(KF5_VERSION "4.99.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
@@ -64,7 +64,7 @@
 
 install(EXPORT KF5JSTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE 
KF5JSTargets.cmake NAMESPACE KF5:: )
 
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h DESTINATION 
${INCLUDE_INSTALL_DIR} COMPONENT Devel )
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h DESTINATION 
${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
 
 if ("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.98.0/KF5JSConfig.cmake.in 
new/kjs-4.99.0/KF5JSConfig.cmake.in
--- old/kjs-4.98.0/KF5JSConfig.cmake.in 2014-03-28 19:17:11.0 +0100
+++ new/kjs-4.99.0/KF5JSConfig.cmake.in 2014-05-04 21:00:16.0 +0200
@@ -3,6 +3,6 @@
 find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
 
 set(KJS_HAVE_PCRE_REGEX "@PCRE_FOUND@")
-set(KJS_CREATE_HASH_TABLE 
"${PACKAGE_PREFIX_DIR}/@DATA_INSTALL_DIR@/kjs/create_hash_table")
+set(KJS_CREATE_HASH_TABLE 
"${PACKAGE_PREFIX_DIR}/@KF5_DATA_INSTALL_DIR@/kjs/create_hash_table")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5JSTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.98.0/kjs.yaml new/kjs-4.99.0/kjs.yaml
--- old/kjs-4.98.0/kjs.yaml 2014-03-28 19:17:11.0 +0100
+++ new/kjs-4.99.0/kjs.yaml 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-tier: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.98.0/metainfo.yaml new/kjs-4.99.0/metainfo.yaml
--- old/kjs-4.98.0/metainfo.yaml1970-01-01 01:00:00.0 +0100
+++ new/kjs-4.99.0/metainfo.yaml2014-05-04 21:00:16.0 +0200
@@ -0,0 +1,9 @@
+maintainer: buschinski
+description: Support for JS scripting in applications
+tier: 1
+type: functional
+platforms:
+- name: All
+portingAid: true
+deprecated: true
+release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.98.0/src/kjs/CMakeLists.txt 
new/kjs-4.99.0/src/kjs/CMakeLists.txt
--- old/kjs-4.98.0/src/kjs/CMakeLists.txt   2014-03-28 19:17:11.0 
+0100
+++ new/kj

commit kjs for openSUSE:Factory

2014-04-02 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-04-02 17:22:12

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-03-10 12:17:31.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-04-02 
17:22:25.0 +0200
@@ -1,0 +2,9 @@
+Sat Mar 29 19:47:45 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---

Old:

  kjs-4.97.0.tar.xz

New:

  kjs-4.98.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.vdbPyk/_old  2014-04-02 17:22:25.0 +0200
+++ /var/tmp/diff_new_pack.vdbPyk/_new  2014-04-02 17:22:25.0 +0200
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:4.97.0
+Version:4.98.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.11
+BuildRequires:  extra-cmake-modules >= 0.0.12
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel

++ kjs-4.97.0.tar.xz -> kjs-4.98.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.97.0/CMakeLists.txt 
new/kjs-4.98.0/CMakeLists.txt
--- old/kjs-4.97.0/CMakeLists.txt   2014-03-01 12:51:13.0 +0100
+++ new/kjs-4.98.0/CMakeLists.txt   2014-03-28 19:17:11.0 +0100
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 0.0.11 REQUIRED NO_MODULE)
+find_package(ECM 0.0.12 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "4.97.0")
+set(KF5_VERSION "4.98.0")
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.97.0/src/kjs/CMakeLists.txt 
new/kjs-4.98.0/src/kjs/CMakeLists.txt
--- old/kjs-4.97.0/src/kjs/CMakeLists.txt   2014-03-01 12:51:13.0 
+0100
+++ new/kjs-4.98.0/src/kjs/CMakeLists.txt   2014-03-28 19:17:11.0 
+0100
@@ -203,15 +203,11 @@
 
 set(kjs_SRCS kjs.cpp)
 
-#required by win32 see  kdelibs/cmake/modules/kde4Macros.cmake 
kde4_add_manifest
-set (kjs_bin_OUTPUT_NAME kjs5)
-
 # 'kjs_bin' because cmake doesn't like having a lib and app with the same name
 # This is a developer tool, not intended for normal user installs
 add_executable(kjs_bin ${kjs_SRCS})
 ecm_mark_nongui_executable(kjs_bin)
-
-set_target_properties(kjs_bin PROPERTIES RUNTIME_OUTPUT_NAME 
${kjs_bin_OUTPUT_NAME})
+set_target_properties(kjs_bin PROPERTIES RUNTIME_OUTPUT_NAME kjs5)
 
 target_link_libraries(kjs_bin KF5JS)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.97.0/src/kjs/create_hash_table 
new/kjs-4.98.0/src/kjs/create_hash_table
--- old/kjs-4.97.0/src/kjs/create_hash_table2014-03-01 12:51:13.0 
+0100
+++ new/kjs-4.98.0/src/kjs/create_hash_table2014-03-28 19:17:11.0 
+0100
@@ -245,7 +245,7 @@
   if (defined($entry)) {
 my $key = $keys[$entry];
 print "   \{ \"" . $key . "\"";
-print ", " . $values[$entry];
+print ", static_cast(" . $values[$entry] . ")";
 my $kjsattrs = $attrs[$entry];
 if ($kjsattrs ne "0") {
  $kjsattrs =~ s/([^|]+)/KJS::$1/g; # DontDelete|Function -> 
KJS::DontDelete|KJS::Function

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjs for openSUSE:Factory

2014-03-10 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-03-10 12:17:31

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


Package is "kjs"

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-02-28 16:21:26.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-03-10 
12:17:31.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  4 16:37:55 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---

Old:

  kjs-4.96.0.tar.xz

New:

  kjs-4.97.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.x2eJJZ/_old  2014-03-10 12:17:32.0 +0100
+++ /var/tmp/diff_new_pack.x2eJJZ/_new  2014-03-10 12:17:32.0 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define sonum   4
+%define sonum   5
 Name:   kjs
-Version:4.96.0
+Version:4.97.0
 Release:0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.10
+BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel

++ kjs-4.96.0.tar.xz -> kjs-4.97.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.96.0/CMakeLists.txt 
new/kjs-4.97.0/CMakeLists.txt
--- old/kjs-4.96.0/CMakeLists.txt   2014-02-06 13:04:25.0 +0100
+++ new/kjs-4.97.0/CMakeLists.txt   2014-03-01 12:51:13.0 +0100
@@ -3,20 +3,21 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 0.0.10 REQUIRED NO_MODULE)
+find_package(ECM 0.0.11 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
 include(GenerateExportHeader)
-include(CMakePackageConfigHelpers)
+include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "4.96.0")
+set(KF5_VERSION "4.97.0")
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
-PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfigVersion.cmake")
+PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfigVersion.cmake"
+SOVERSION 5)
 
 # Dependencies
 include(KDEInstallDirs)
@@ -51,7 +52,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5JS")
 
-configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5JSConfig.cmake.in"
+ecm_configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5JSConfig.cmake.in"
   "${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfig.cmake"
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
   )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.96.0/src/kjs/kjs.cpp 
new/kjs-4.97.0/src/kjs/kjs.cpp
--- old/kjs-4.96.0/src/kjs/kjs.cpp  2014-02-06 13:04:25.0 +0100
+++ new/kjs-4.97.0/src/kjs/kjs.cpp  2014-03-01 12:51:13.0 +0100
@@ -86,6 +86,7 @@
 c[dataRead] = '\0';
 UString s = c;
 delete[] c;
+close(fd);
 return s;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-4.96.0/src/kjs/propertydescriptor.cpp 
new/kjs-4.97.0/src/kjs/propertydescriptor.cpp
--- old/kjs-4.96.0/src/kjs/propertydescriptor.cpp   2014-02-06 
13:04:25.0 +0100
+++ new/kjs-4.97.0/src/kjs/propertydescriptor.cpp   2014-03-01 
12:51:13.0 +0100
@@ -1,20 +1,19 @@
 /*
 This file is part of the KDE libraries
-Copyright (C) 2012  Bernd Buschinski 
+Copyright 2012  Bernd Buschinski 
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
 
-This program is distributed in the hope that it will be useful,
+This library is distributed in the hope that it will be useful,
 but WITHOUT