Hello community, here is the log from the commit of package kjs for openSUSE:Leap:15.2 checked in at 2020-02-16 18:27:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kjs (Old) and /work/SRC/openSUSE:Leap:15.2/.kjs.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kjs" Sun Feb 16 18:27:09 2020 rev:60 rq:773933 version:5.67.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kjs/kjs.changes 2020-01-19 15:50:08.337796989 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.kjs.new.26092/kjs.changes 2020-02-16 18:28:08.386712325 +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.9KJc80/_old 2020-02-16 18:28:08.666712471 +0100 +++ /var/tmp/diff_new_pack.9KJc80/_new 2020-02-16 18:28:08.670712474 +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)
