Hello community,

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

Package is "kjsembed"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kjsembed/kjsembed.changes        2015-07-14 
17:28:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kjsembed.new/kjsembed.changes   2015-09-02 
07:47:04.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 19:20:34 UTC 2015 - [email protected]
+
+- 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:
----
  kjsembed-5.12.0.tar.xz

New:
----
  kjsembed-5.13.0.tar.xz

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

Other differences:
------------------
++++++ kjsembed.spec ++++++
--- /var/tmp/diff_new_pack.5Yqqqg/_old  2015-09-02 07:47:05.000000000 +0200
+++ /var/tmp/diff_new_pack.5Yqqqg/_new  2015-09-02 07:47:05.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5JsEmbed5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:           kjsembed
-Version:        5.12.0
+Version:        5.13.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -30,11 +30,11 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_tar_path}
 BuildRequires:  kjs-devel >= %{_tar_path}
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Svg) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5Svg) >= 5.3.0
+BuildRequires:  cmake(Qt5UiTools) >= 5.3.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5Xml) >= 5.3.0
 Summary:        Binding Javascript object to QObjects
 License:        LGPL-2.1+
 Group:          System/GUI/KDE

++++++ kjsembed-5.12.0.tar.xz -> kjsembed-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.12.0/CMakeLists.txt 
new/kjsembed-5.13.0/CMakeLists.txt
--- old/kjsembed-5.12.0/CMakeLists.txt  2015-07-05 11:08:27.000000000 +0200
+++ new/kjsembed-5.13.0/CMakeLists.txt  2015-08-04 13:06:41.000000000 +0200
@@ -3,13 +3,13 @@
 project(KJsEmbed)
 
 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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(REQUIRED_QT_VERSION "5.2")
+set(REQUIRED_QT_VERSION "5.3")
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED UiTools Widgets Xml 
Svg)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings)
@@ -21,8 +21,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJSEMBED
    #VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kjsembed_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5JsEmbedConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.12.0/docs/kjscmd/man-kjscmd5.1.docbook 
new/kjsembed-5.13.0/docs/kjscmd/man-kjscmd5.1.docbook
--- old/kjsembed-5.12.0/docs/kjscmd/man-kjscmd5.1.docbook       2015-07-05 
11:08:27.000000000 +0200
+++ new/kjsembed-5.13.0/docs/kjscmd/man-kjscmd5.1.docbook       2015-08-04 
13:06:41.000000000 +0200
@@ -3,10 +3,10 @@
   <!ENTITY % English "INCLUDE"><!-- change language only here -->
 ]>
 
-<refentry>
+<refentry lang="&language;">
 
 <refentryinfo>
-<title>&kde; User's Manual</title>
+<title>kjscmd5 User's Manual</title>
 
 <!-- with help from http://linuxcommand.org/man_pages/kjscmd1.html -->
 
@@ -18,8 +18,9 @@
 </affiliation>
 </author>
 
-<date>2008-10-16</date>
-<releaseinfo>0.01.01</releaseinfo>
+<date>2015-07-31</date>
+<releaseinfo>Frameworks 5.13</releaseinfo>
+<productname>KDE Frameworks</productname>
 
 </refentryinfo>
 
@@ -30,7 +31,7 @@
 
 <refnamediv>
 <refname><command>kjscmd5</command></refname>
-<refpurpose>&kde; KJSEmbed interpreter</refpurpose>
+<refpurpose>Frameworks KJSEmbed interpreter</refpurpose>
 </refnamediv>
 
 <refsynopsisdiv>
@@ -40,11 +41,7 @@
 <command>kjscmd5</command>
 
 <arg choice="opt">--help</arg>
-<!--
-<arg choice="opt">Generic-options</arg>
-<arg choice="opt">Qt-options</arg>
-<arg choice="opt">KDE-options</arg>
--->
+
 <group>
 <arg choice="opt">-e</arg>
 <arg choice="opt">--exec</arg>
@@ -53,10 +50,6 @@
 <arg choice="opt">-i</arg>
 <arg choice="opt">-interactive</arg>
 </group>
-<group>
-<arg choice="opt">-n</arg>
-<arg choice="opt">-no-kde</arg>
-</group>
 <arg choice="opt">file</arg>
 </cmdsynopsis>
 </refsynopsisdiv>
@@ -69,81 +62,6 @@
 It does not accept - (stdin) as a <parameter>file</parameter>.
 </para>
 </refsect1>
-<!--
-<refsect1>
-<title>Generic Options</title>
-<para>
-<variablelist>
-
-<varlistentry>
-<term><option>- -author</option></term>
-<listitem>
-<para>
-Show author information.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
-<term><option>- -help</option></term>
-<listitem>
-<para>
-Show help about options.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
-<term><option>- -help-all</option></term>
-<listitem>
-<para>
-Show all options.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
-<term><option>- -help-kde</option></term>
-<listitem>
-<para>
-Show KDE specific options.
-</para>
-
-
-</listitem>
-</varlistentry>
-
-<varlistentry>
-<term><option>- -help-qt</option></term>
-<listitem>
-<para>
-Show Qt specific options.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
-<term><option>- -license</option></term>
-<listitem>
-<para>
-Show license information.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
-<term><option>-v</option><option>- -version</option></term>
-<listitem>
-<para>
-Show version information
-</para>
-</listitem>
-</varlistentry>
-
-</variablelist>
-</para>
-</refsect1>
--->
 
 <refsect1>
 <title>Application Options</title>
@@ -165,14 +83,6 @@
 </listitem>
 </varlistentry>
 
-<varlistentry>
-<term><option>-n</option>,<option>--no-kde</option></term>
-<listitem>
-<para>start without &kde; KApplication support.</para>
-</listitem>
-</varlistentry>
-
-
 </variablelist>
 
 </refsect1>
@@ -197,7 +107,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