Hello community,

here is the log from the commit of package kdoctools for openSUSE:Factory 
checked in at 2016-02-24 18:54:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdoctools (Old)
 and      /work/SRC/openSUSE:Factory/.kdoctools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdoctools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes      2016-01-20 
09:43:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdoctools.new/kdoctools.changes 2016-02-24 
18:54:43.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Feb  6 18:01:31 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.19.0 (boo#967668)
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.19.0.php
+
+-------------------------------------------------------------------

Old:
----
  kdoctools-5.18.0.tar.xz

New:
----
  kdoctools-5.19.0.tar.xz

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

Other differences:
------------------
++++++ kdoctools.spec ++++++
--- /var/tmp/diff_new_pack.omtBpg/_old  2016-02-24 18:54:43.000000000 +0100
+++ /var/tmp/diff_new_pack.omtBpg/_new  2016-02-24 18:54:43.000000000 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.18
+%define _tar_path 5.19
 Name:           kdoctools
-Version:        5.18.0
+Version:        5.19.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12

++++++ kdoctools-5.18.0.tar.xz -> kdoctools-5.19.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.18.0/CMakeLists.txt 
new/kdoctools-5.19.0/CMakeLists.txt
--- old/kdoctools-5.18.0/CMakeLists.txt 2016-01-02 17:33:31.000000000 +0100
+++ new/kdoctools-5.19.0/CMakeLists.txt 2016-02-06 14:44:15.000000000 +0100
@@ -4,7 +4,7 @@
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.18.0  NO_MODULE)
+find_package(ECM 5.19.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)
 
@@ -15,22 +15,29 @@
 include(ECMMarkNonGuiExecutable)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.18.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.18.0") # handled by release scripts
+set(KF5_VERSION "5.19.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDOCTOOLS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdoctools_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5DocToolsConfigVersion.cmake"
                         SOVERSION 5)
 
+option(MEINPROC_NO_KARCHIVE "Compile meinproc without KArchive dependency. 
Only for internal usage on KDE infrastructure." OFF)
+
 # Dependencies
 set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 # KF5 frameworks
-find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED)
+if (NOT MEINPROC_NO_KARCHIVE)
+   find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED)
+else()
+   message(WARNING "KArchive dependency has been disabled. This should be done 
only for internal usage on KDE infrastructure.")
+endif()
+
 find_package(KF5I18n ${KF5_DEP_VERSION})
 set_package_properties(KF5I18n PROPERTIES TYPE OPTIONAL
    PURPOSE "Required to build the KDocTools translations")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.18.0/po/ast/kdoctools5.po 
new/kdoctools-5.19.0/po/ast/kdoctools5.po
--- old/kdoctools-5.18.0/po/ast/kdoctools5.po   2016-01-02 17:33:31.000000000 
+0100
+++ new/kdoctools-5.19.0/po/ast/kdoctools5.po   2016-02-06 14:44:15.000000000 
+0100
@@ -1,15 +1,15 @@
 # translation of kio_help4.po to Asturian
 # Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 # IƱigo Varela <ivar...@softastur.org>, 2007.
-# enolp <en...@softastur.org>, 2015.
+# enolp <en...@softastur.org>, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kio_help4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-12-02 06:53+0000\n"
-"PO-Revision-Date: 2015-07-11 16:23+0100\n"
-"Last-Translator: enolp <en...@softastur.org>\n"
-"Language-Team: Asturian <alminsitrado...@softastur.org>\n"
+"PO-Revision-Date: 2016-01-30 13:37+0100\n"
+"Last-Translator: enolp <en...@sofastur.org>\n"
+"Language-Team: Asturian <>\n"
 "Language: ast\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,7 +18,6 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: xslt.cpp:133
-#, fuzzy
 msgid "Parsing stylesheet"
 msgstr "Analizando la fueya d'estilu"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.18.0/src/CMakeLists.txt 
new/kdoctools-5.19.0/src/CMakeLists.txt
--- old/kdoctools-5.18.0/src/CMakeLists.txt     2016-01-02 17:33:31.000000000 
+0100
+++ new/kdoctools-5.19.0/src/CMakeLists.txt     2016-02-06 14:44:15.000000000 
+0100
@@ -28,11 +28,16 @@
 # needed by KIO, need to export it
 add_library(KF5XsltKde STATIC xslt.cpp xslt_kde.cpp)
 add_library(KF5::XsltKde ALIAS KF5XsltKde)
+if (NOT MEINPROC_NO_KARCHIVE)
+    set (_private_link_karchive "KF5::Archive")
+else()
+    set (_private_link_karchive "")
+endif()
 target_link_libraries(KF5XsltKde
     PUBLIC
         Qt5::Core
     PRIVATE
-        KF5::Archive
+        ${_private_link_karchive}
 )
 set_target_properties(KF5XsltKde PROPERTIES
     POSITION_INDEPENDENT_CODE TRUE
@@ -59,7 +64,6 @@
 else ()
     set_source_files_properties(xslt.cpp PROPERTIES COMPILE_FLAGS 
-DSIMPLE_XSLT )
 
-    option(MEINPROC_NO_KARCHIVE "Compile meinproc without KArchive dependency" 
OFF)
     if(MEINPROC_NO_KARCHIVE)
         add_definitions(-DMEINPROC_NO_KARCHIVE) #we don't have saveToCache 
when compiling without KArchive, which is used in xslt_kde.cpp
     else ()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.18.0/src/xslt_kde.cpp 
new/kdoctools-5.19.0/src/xslt_kde.cpp
--- old/kdoctools-5.18.0/src/xslt_kde.cpp       2016-01-02 17:33:31.000000000 
+0100
+++ new/kdoctools-5.19.0/src/xslt_kde.cpp       2016-02-06 14:44:15.000000000 
+0100
@@ -1,8 +1,13 @@
 #include "xslt_kde.h"
+#ifndef MEINPROC_NO_KARCHIVE
 #include <kfilterdev.h>
+#else
+#include <QDebug>
+#endif
 
 bool saveToCache(const QString &contents, const QString &filename)
 {
+#ifndef MEINPROC_NO_KARCHIVE
     KFilterDev fd(filename);
 
     if (!fd.open(QIODevice::WriteOnly)) {
@@ -11,5 +16,11 @@
 
     fd.write(contents.toUtf8());
     fd.close();
+#else
+    qWarning() << "This function is dummy because KArchive support has been 
disabled. "
+               "This mode should be enabled only for specific usage on KDE 
infrastructure.";
+    Q_UNUSED(contents)
+    Q_UNUSED(filename)
+#endif
     return true;
 }


Reply via email to