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-01-11 21:16:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kjs (Old)
 and      /work/SRC/openSUSE:Factory/.kjs.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kjs"

Tue Jan 11 21:16:33 2022 rev:98 rq:945069 version:5.90.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2021-12-13 20:44:29.664485799 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new.1892/kjs.changes        2022-01-11 
21:19:13.816957167 +0100
@@ -1,0 +2,9 @@
+Mon Jan  3 12:47:43 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.90.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.90.0
+- No code change since 5.89.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kjs.spec ++++++
--- /var/tmp/diff_new_pack.mwbTeB/_old  2022-01-11 21:19:14.552957685 +0100
+++ /var/tmp/diff_new_pack.mwbTeB/_new  2022-01-11 21:19:14.560957691 +0100
@@ -17,21 +17,21 @@
 
 
 %define sonum   5
-%define _tar_path 5.89
+%define _tar_path 5.90
 # 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
+%bcond_without released
 Name:           kjs
-Version:        5.89.0
+Version:        5.90.0
 Release:        0
 Summary:        KDE Javascript engine
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         %{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
@@ -76,9 +76,6 @@
 Requires:       libKF5JS%{sonum} = %{version}
 Requires:       libKF5JSApi%{sonum} = %{version}
 Requires:       cmake(Qt5Core) >= 5.15.0
-%if %{with lang}
-Recommends:     %{name}-devel-lang = %{version}
-%endif
 
 %description devel
 This library provides an ECMAScript compatible interpreter. The ECMA standard
@@ -99,7 +96,7 @@
   chmod +x %{buildroot}%{_kf5_datadir}/kjs/create_hash_table
 %fdupes %{buildroot}
 
-%if %{with lang}
+%if %{with released}
 %find_lang %{name} --with-man --all-name
 %endif
 
@@ -108,7 +105,7 @@
 %post -n libKF5JSApi%{sonum} -p /sbin/ldconfig
 %postun -n libKF5JSApi%{sonum} -p /sbin/ldconfig
 
-%if %{with lang}
+%if %{with released}
 %files devel-lang -f %{name}.lang
 %endif
 


++++++ kjs-5.89.0.tar.xz -> kjs-5.90.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.89.0/CMakeLists.txt 
new/kjs-5.90.0/CMakeLists.txt
--- old/kjs-5.89.0/CMakeLists.txt       2021-12-04 19:39:35.000000000 +0100
+++ new/kjs-5.90.0/CMakeLists.txt       2022-01-01 13:33:19.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.89.0") # handled by release scripts
+set(KF_VERSION "5.90.0") # handled by release scripts
 project(KJS VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.89.0  NO_MODULE)
+find_package(ECM 5.90.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)
 

Reply via email to