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 <[email protected]>
+
+- Replace %make_jobs with %cmake_build.
+
+-------------------------------------------------------------------
+Sun Feb  2 14:32:51 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- 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)


Reply via email to