Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kjs for openSUSE:Factory checked in at 2022-08-15 19:57:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kjs (Old) and /work/SRC/openSUSE:Factory/.kjs.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kjs" Mon Aug 15 19:57:31 2022 rev:105 rq:994987 version:5.97.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kjs/kjs.changes 2022-07-11 19:10:16.707685458 +0200 +++ /work/SRC/openSUSE:Factory/.kjs.new.1521/kjs.changes 2022-08-15 19:59:34.513286805 +0200 @@ -1,0 +2,11 @@ +Sun Aug 7 22:27:32 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.97.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.97.0 +- Changes since 5.96.0: + * Fix compilation with MinGW + * Convert file to UTF-8 + +------------------------------------------------------------------- Old: ---- kjs-5.96.0.tar.xz kjs-5.96.0.tar.xz.sig New: ---- kjs-5.97.0.tar.xz kjs-5.97.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kjs.spec ++++++ --- /var/tmp/diff_new_pack.tWWFmn/_old 2022-08-15 19:59:34.929287964 +0200 +++ /var/tmp/diff_new_pack.tWWFmn/_new 2022-08-15 19:59:34.933287976 +0200 @@ -17,14 +17,14 @@ %define sonum 5 -%define _tar_path 5.96 +%define _tar_path 5.97 # 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 released Name: kjs -Version: 5.96.0 +Version: 5.97.0 Release: 0 Summary: KDE Javascript engine License: LGPL-2.1-or-later ++++++ kjs-5.96.0.tar.xz -> kjs-5.97.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjs-5.96.0/CMakeLists.txt new/kjs-5.97.0/CMakeLists.txt --- old/kjs-5.96.0/CMakeLists.txt 2022-07-02 17:55:38.000000000 +0200 +++ new/kjs-5.97.0/CMakeLists.txt 2022-08-07 15:27:40.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.96.0") # handled by release scripts +set(KF_VERSION "5.97.0") # handled by release scripts project(KJS VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.96.0 NO_MODULE) +find_package(ECM 5.97.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.96.0/po/ca@valencia/docs/kjs5/man-kjs5.1.docbook new/kjs-5.97.0/po/ca@valencia/docs/kjs5/man-kjs5.1.docbook --- old/kjs-5.96.0/po/ca@valencia/docs/kjs5/man-kjs5.1.docbook 1970-01-01 01:00:00.000000000 +0100 +++ new/kjs-5.97.0/po/ca@valencia/docs/kjs5/man-kjs5.1.docbook 2022-08-07 15:27:40.000000000 +0200 @@ -0,0 +1,210 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ + <!ENTITY % Catalan-Valencian "INCLUDE" +><!-- change language only here --> +]> + +<refentry lang="&language;"> + +<refentryinfo> +<title +>Eina per a la programaci??</title> + +<author +><firstname +>Harri</firstname +> <surname +>Porten</surname +> <affiliation +> <address +><email +>por...@kde.org</email +></address> +</affiliation> +</author> + +<date +>4 de maig de 2014</date> +<releaseinfo +>Frameworks 5.0</releaseinfo> +<productname +>Frameworks de KDE</productname> + +</refentryinfo> + +<refmeta> +<refentrytitle +><command +>kjs5</command +></refentrytitle> +<manvolnum +>1</manvolnum> +</refmeta> + +<refnamediv> +<refname +><command +>kjs5</command +></refname> +<refpurpose +>Int??rpret ECMAScript compatible amb &kde;</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<title +>Sinopsi</title> + +<cmdsynopsis +><command +>kjs5</command +> <group +> <arg choice="opt" +>--help</arg +> <arg choice="opt" +>-help</arg +> <arg choice="opt" +>-h</arg +> </group +> <group +> <arg choice="opt" +>--version</arg +> <arg choice="opt" +>-version</arg +> <arg choice="opt" +>-v</arg +> </group +> <group +> <arg choice="opt" +>-e<replaceable +> sent??ncia</replaceable +></arg +> </group +> <group +> <arg choice="plain" +><replaceable +>script</replaceable +></arg +> </group +> </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title +>Descripci??</title> + +<para +><command +>kjs</command +> ??s un motor d'ECMAScript/JavaScript per KDE. </para> +</refsect1> + +<refsect1> +<title +>Opcions de l'aplicaci??</title> +<variablelist> + +<varlistentry> +<term +><option +>--help</option +>,<option +>-help</option +>,<option +>-h</option +></term> +<listitem> +<para +>Mostra l'??s del <command +>kjs5</command +>. </para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--version</option +>,<option +>-version</option +>,<option +>-v</option +></term> +<listitem> +<para +>Mostra la versi?? del <command +>kjs5</command +>. </para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>-e</option +><parameter +> sent??ncia</parameter +></term> +<listitem> +<para +>Executa la sent??ncia i ix. Per exemple:</para> +<screen +><command +>kjs5</command +> -e "print('hola m??n')"</screen> +</listitem> +</varlistentry> + +<varlistentry> +<term +><parameter +>script</parameter +></term> +<listitem> +<para +>Executa la sent??ncia inclosa en el fitxer <parameter +>script</parameter +>.</para> +</listitem> +</varlistentry> + +</variablelist> + +</refsect1> + +<refsect1> +<title +>??s</title> +<para +><command +>kjs5</command +> <parameter +>fitxer</parameter +>, com molts altres int??rprets, quan es crida sense par??metres utilitza un editor de l??nies per a introduir sent??ncies, mostrant <literallayout +>JS +></literallayout +>. Per a eixir, escriviu <command +>quit()</command +> o premeu <command +>Ctrl+D</command +> a l'editor de l??nies. </para> +</refsect1> + +<refsect1> +<title +>Vegeu tamb??</title> +<para +><replaceable +>kjscmd5</replaceable +>(1)</para> +</refsect1> + +<refsect1> +<title +>Errors</title> +<para +>Utilitzeu el <ulink url="http://bugs.kde.org" +>seguidor d'errors de KDE</ulink +> (escriviu-hi en angl??s) per a informar-ne.</para> +</refsect1> + +</refentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjs-5.96.0/src/kjs/interpreter.cpp new/kjs-5.97.0/src/kjs/interpreter.cpp --- old/kjs-5.96.0/src/kjs/interpreter.cpp 2022-07-02 17:55:38.000000000 +0200 +++ new/kjs-5.97.0/src/kjs/interpreter.cpp 2022-08-07 15:27:40.000000000 +0200 @@ -49,7 +49,7 @@ #endif #if defined _WIN32 || defined _WIN64 -#undef HAVE_SYS_TIME_H // no setitimer in kdewin32 +#define HAVE_SYS_TIME_H 0 // no setitimer in kdewin32 #endif #if HAVE_SYS_TIME_H #include <sys/time.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjs-5.96.0/src/kjs/regexp.cpp new/kjs-5.97.0/src/kjs/regexp.cpp --- old/kjs-5.96.0/src/kjs/regexp.cpp 2022-07-02 17:55:38.000000000 +0200 +++ new/kjs-5.97.0/src/kjs/regexp.cpp 2022-08-07 15:27:40.000000000 +0200 @@ -31,7 +31,7 @@ #include <wtf/Vector.h> #if defined _WIN32 || defined _WIN64 -#undef HAVE_SYS_TIME_H +#define HAVE_SYS_TIME_H 0 #endif #if HAVE_SYS_TIME_H #include <sys/time.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjs-5.96.0/tests/testkjs.cpp new/kjs-5.97.0/tests/testkjs.cpp --- old/kjs-5.96.0/tests/testkjs.cpp 2022-07-02 17:55:38.000000000 +0200 +++ new/kjs-5.97.0/tests/testkjs.cpp 2022-08-07 15:27:40.000000000 +0200 @@ -2,7 +2,7 @@ * This file is part of the KDE libraries * Copyright (C) 1999-2000 Harri Porten (por...@kde.org) * Copyright (C) 2004-2006 Apple Computer, Inc. - * Copyright (C) 2006 Bj?rn Graf (bjoern.g...@gmail.com) + * Copyright (C) 2006 Bj??rn Graf (bjoern.g...@gmail.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public