Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-09-02 07:46:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kjs (Old)
 and      /work/SRC/openSUSE:Factory/.kjs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kjs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2015-07-14 17:28:23.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes     2015-09-02 
07:46:57.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 19:20:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+    noise by default
+  * Docbook documentation has been reviewed and updated
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------

Old:
----
  kjs-5.12.0.tar.xz

New:
----
  kjs-5.13.0.tar.xz

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

Other differences:
------------------
++++++ kjs.spec ++++++
--- /var/tmp/diff_new_pack.hyuQy7/_old  2015-09-02 07:46:58.000000000 +0200
+++ /var/tmp/diff_new_pack.hyuQy7/_new  2015-09-02 07:46:58.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %define sonum   5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:           kjs
-Version:        5.12.0
+Version:        5.13.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -29,8 +29,8 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
 BuildRequires:  perl
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
 Summary:        KDE Javascript engine
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
@@ -70,7 +70,7 @@
 Requires:       extra-cmake-modules
 Requires:       libKF5JS%sonum = %{version}
 Requires:       libKF5JSApi%sonum = %{version}
-Requires:       pkgconfig(Qt5Core) >= 5.2.0
+Requires:       cmake(Qt5Core) >= 5.3.0
 
 %description devel
 This library provides an ECMAScript compatible interpreter. The ECMA standard

++++++ kjs-5.12.0.tar.xz -> kjs-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.12.0/CMakeLists.txt 
new/kjs-5.13.0/CMakeLists.txt
--- old/kjs-5.12.0/CMakeLists.txt       2015-07-04 22:38:20.000000000 +0200
+++ new/kjs-5.13.0/CMakeLists.txt       2015-08-03 20:20:34.000000000 +0200
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -16,7 +16,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h"
@@ -28,7 +28,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(Perl)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.12.0/autotests/CMakeLists.txt 
new/kjs-5.13.0/autotests/CMakeLists.txt
--- old/kjs-5.12.0/autotests/CMakeLists.txt     2015-07-04 22:38:20.000000000 
+0200
+++ new/kjs-5.13.0/autotests/CMakeLists.txt     2015-08-03 20:20:34.000000000 
+0200
@@ -1,6 +1,6 @@
 include(ECMAddTests)
 
-find_package(Qt5Test 5.2.0 REQUIRED NO_MODULE)
+find_package(Qt5Test ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 ########### ecmatest ##############
 
 add_executable(ecmatest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.12.0/docs/kjs/man-kjs5.1.docbook 
new/kjs-5.13.0/docs/kjs/man-kjs5.1.docbook
--- old/kjs-5.12.0/docs/kjs/man-kjs5.1.docbook  2015-07-04 22:38:20.000000000 
+0200
+++ new/kjs-5.13.0/docs/kjs/man-kjs5.1.docbook  2015-08-03 20:20:34.000000000 
+0200
@@ -3,7 +3,7 @@
   <!ENTITY % English "INCLUDE"><!-- change language only here -->
 ]>
 
-<refentry>
+<refentry lang="&language;">
 
 <refentryinfo>
 <title>Programming Tool</title>
@@ -17,7 +17,8 @@
 </author>
 
 <date>2014-05-04</date>
-<releaseinfo>5.0</releaseinfo>
+<releaseinfo>Frameworks 5.0</releaseinfo>
+<productname>KDE Frameworks</productname>
 
 </refentryinfo>
 
@@ -121,7 +122,7 @@
 
 <refsect1>
 <title>Bugs</title>
-<para>There are probably tons of bugs. Use <ulink 
url="http://bugs.kde.org";>bugs.kde.org</ulink> to report them.</para>
+<para>Please use <ulink url="http://bugs.kde.org";>KDE's bugtracker</ulink> to 
report bugs.</para>
 </refsect1>
 
 </refentry>


Reply via email to