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-10-11 18:00:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kjs (Old)
 and      /work/SRC/openSUSE:Factory/.kjs.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kjs"

Tue Oct 11 18:00:09 2022 rev:107 rq:1009009 version:5.99.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2022-09-13 15:10:27.976824561 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new.2275/kjs.changes        2022-10-11 
18:02:07.929753317 +0200
@@ -1,0 +2,9 @@
+Sat Oct  1 15:55:55 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.99.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.99.0
+- No code change since 5.98.0
+
+-------------------------------------------------------------------

Old:
----
  kjs-5.98.0.tar.xz
  kjs-5.98.0.tar.xz.sig

New:
----
  kjs-5.99.0.tar.xz
  kjs-5.99.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kjs.spec ++++++
--- /var/tmp/diff_new_pack.scG9jD/_old  2022-10-11 18:02:08.489754222 +0200
+++ /var/tmp/diff_new_pack.scG9jD/_new  2022-10-11 18:02:08.493754229 +0200
@@ -17,14 +17,14 @@
 
 
 %define sonum   5
-%define _tar_path 5.98
+%define _tar_path 5.99
 # 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.98.0
+Version:        5.99.0
 Release:        0
 Summary:        KDE Javascript engine
 License:        LGPL-2.1-or-later
@@ -96,18 +96,14 @@
   chmod +x %{buildroot}%{_kf5_datadir}/kjs/create_hash_table
 %fdupes %{buildroot}
 
-%if %{with released}
 %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
 
-%if %{with released}
 %files devel-lang -f %{name}.lang
-%endif
 
 %files -n libKF5JS%{sonum}
 %license COPYING*


++++++ kjs-5.98.0.tar.xz -> kjs-5.99.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.98.0/CMakeLists.txt 
new/kjs-5.99.0/CMakeLists.txt
--- old/kjs-5.98.0/CMakeLists.txt       2022-09-05 14:10:15.000000000 +0200
+++ new/kjs-5.99.0/CMakeLists.txt       2022-10-01 16:21:00.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.98.0") # handled by release scripts
+set(KF_VERSION "5.99.0") # handled by release scripts
 project(KJS VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.98.0  NO_MODULE)
+find_package(ECM 5.99.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.98.0/po/fr/docs/kjs5/man-kjs5.1.docbook 
new/kjs-5.99.0/po/fr/docs/kjs5/man-kjs5.1.docbook
--- old/kjs-5.98.0/po/fr/docs/kjs5/man-kjs5.1.docbook   1970-01-01 
01:00:00.000000000 +0100
+++ new/kjs-5.99.0/po/fr/docs/kjs5/man-kjs5.1.docbook   2022-10-01 
16:21:00.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 % French "INCLUDE"
+><!-- change language only here -->
+]>
+
+<refentry lang="&language;">
+
+<refentryinfo>
+<title
+>Outil de programmation</title>
+
+<author
+><firstname
+>Harri</firstname
+> <surname
+>Porten</surname
+> <affiliation
+> <address
+><email
+>por...@kde.org</email
+></address>
+</affiliation>
+</author>
+
+<date
+>04-05-2014</date>
+<releaseinfo
+>Environnement de d??veloppement 5.0</releaseinfo>
+<productname
+>Environnement de d??veloppement pour KDE</productname>
+
+</refentryinfo>
+
+<refmeta>
+<refentrytitle
+><command
+>kjs5</command
+></refentrytitle>
+<manvolnum
+>1</manvolnum>
+</refmeta>
+
+<refnamediv>
+<refname
+><command
+>kjs5</command
+></refname>
+<refpurpose
+>Intepr??teur compatible ECMAScript de &kde;</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<title
+>Synopsis</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
+> statement</replaceable
+></arg
+> </group
+> <group
+> <arg choice="plain"
+><replaceable
+>script</replaceable
+></arg
+> </group
+> </cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1>
+<title
+>Description</title>
+
+<para
+><command
+>kjs</command
+> est le moteur ECMAScript/JavaScript de KDE. </para>
+</refsect1>
+
+<refsect1>
+<title
+>Options de l'Application</title>
+<variablelist>
+
+<varlistentry>
+<term
+><option
+>--help</option
+>,<option
+>-help</option
+>,<option
+>-h</option
+></term>
+<listitem>
+<para
+>Afficher les conditions d'utilisation de <command
+>kjs5</command
+>. </para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>--version</option
+>,<option
+>-version</option
+>,<option
+>-v</option
+></term>
+<listitem>
+<para
+>Afficher la version de <command
+>kjs5</command
+>. </para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><option
+>-e</option
+><parameter
+> d??claration</parameter
+></term>
+<listitem>
+<para
+>Ex??cute la d??calration et quitte. Par exemple :</para>
+<screen
+><command
+>kjs5</command
+> -e "print('bonjour tout le monde')"</screen>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term
+><parameter
+>script</parameter
+></term>
+<listitem>
+<para
+>Ex??cute les d??clarations contenues dans le fichier <parameter
+>script</parameter
+>.</para>
+</listitem>
+</varlistentry>
+
+</variablelist>
+
+</refsect1>
+
+<refsect1>
+<title
+>Usage</title>
+<para
+><command
+>kjs</command
+> <parameter
+>fichier</parameter
+>, comme beaucoup d'autres interpr??teurs, lorsqu'il sont appel??s sans 
param??tres utilise un ??diteur de lignes pour la saisie de d??clarations, 
affichant l'invite de commandes <literallayout
+>JS
+></literallayout
+>. Pour quitter l'??diteur de ligne, saisissez<command
+>quit()</command
+> ou appuyez sur <command
+>Ctrl+D</command
+>. </para>
+</refsect1>
+
+<refsect1>
+<title
+>Voir Aussi</title>
+<para
+><replaceable
+>kjscmd5</replaceable
+>(1)</para>
+</refsect1>
+
+<refsect1>
+<title
+>Bogues</title>
+<para
+>Veuillez utiliser<ulink url="http://bugs.kde.org";
+>le traqueur de bogues de KDE</ulink
+> pour signaler les bogues.</para>
+</refsect1>
+
+</refentry>

Reply via email to