Hello community,

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

Package is "kdoctools"

Thu Aug 24 18:02:31 2017 rev:46 rq:517768 version:5.37.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes      2017-07-17 
10:23:13.770742430 +0200
+++ /work/SRC/openSUSE:Factory/.kdoctools.new/kdoctools.changes 2017-08-24 
18:02:34.674405682 +0200
@@ -1,0 +2,22 @@
+Sun Aug 20 10:03:36 UTC 2017 - fab...@ritter-vogt.de
+
+- Require docbook-xsl-stylesheets, the included XSL files reference
+  docbook XSL files
+
+-------------------------------------------------------------------
+Sat Aug 12 09:23:25 UTC 2017 - christo...@krop.fr
+
+- Update to 5.37.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
+- Changes since 5.36.0 :
+  * Move meinproc5's man page from section 8 to section 1
+
+-------------------------------------------------------------------
+Tue Jul 25 10:54:27 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to also return the KDE4 documentation directories:
+  * 0001-Also-return-KDE4-docs-in-documentationDirs.patch
+
+-------------------------------------------------------------------

Old:
----
  kdoctools-5.36.0.tar.xz

New:
----
  0001-Also-return-KDE4-docs-in-documentationDirs.patch
  kdoctools-5.37.0.tar.xz

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

Other differences:
------------------
++++++ kdoctools.spec ++++++
--- /var/tmp/diff_new_pack.31d3bP/_old  2017-08-24 18:02:36.046212541 +0200
+++ /var/tmp/diff_new_pack.31d3bP/_new  2017-08-24 18:02:36.066209725 +0200
@@ -18,11 +18,19 @@
 
 %bcond_without lang
 %define lname   libKF5DocTools5
-%define _tar_path 5.36
+%define _tar_path 5.37
 Name:           kdoctools
-Version:        5.36.0
+Version:        5.37.0
 Release:        0
 %define kf5_version %{version}
+Summary:        Create documentation from DocBook
+License:        LGPL-2.1+ and MIT
+Group:          System/GUI/KDE
+Url:            http://www.kde.org
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
+# PATCH-FEATURE-OPENSUSE
+Patch1:         0001-Also-return-KDE4-docs-in-documentationDirs.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
@@ -35,15 +43,9 @@
 BuildRequires:  libxslt-devel
 BuildRequires:  perl-URI
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
-%if %{with lang}
-Recommends:     %{name}-lang = %{version}
-%endif
-Summary:        Create documentation from DocBook
-License:        LGPL-2.1+ and MIT
-Group:          System/GUI/KDE
-Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:        baselibs.conf
+Recommends:     %{name}-lang
+# The XSL templates reference files in here
+Requires:       docbook-xsl-stylesheets
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -75,6 +77,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %lang_package
 %build

++++++ 0001-Also-return-KDE4-docs-in-documentationDirs.patch ++++++
>From 318529a5bf3979ad5eeac3fa25f9d607d254d405 Mon Sep 17 00:00:00 2001
From: Fabian Vogt <fab...@ritter-vogt.de>
Date: Tue, 25 Jul 2017 12:51:10 +0200
Subject: [PATCH] Also return KDE4 docs in documentationDirs()

---
 src/xslt.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/xslt.cpp b/src/xslt.cpp
index c73c202..b69e700 100644
--- a/src/xslt.cpp
+++ b/src/xslt.cpp
@@ -494,5 +494,8 @@ QStringList getKDocToolsCatalogs()
 QStringList KDocTools::documentationDirs()
 {
     /* List of paths containing documentation */
-    return QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, 
QStringLiteral("doc/HTML"), QStandardPaths::LocateDirectory);
+    QStringList resourceDirs = 
QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "doc/HTML", 
QStandardPaths::LocateDirectory);
+    QStringList fallbackresourceDirs = 
QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "doc/kde/HTML", 
QStandardPaths::LocateDirectory);
+    resourceDirs.append(fallbackresourceDirs);
+    return resourceDirs;
 }
-- 
2.13.2

++++++ kdoctools-5.36.0.tar.xz -> kdoctools-5.37.0.tar.xz ++++++
++++ 6727 lines of diff (skipped)


Reply via email to