Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2017-09-17 22:39:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kapidox (Old)
 and      /work/SRC/openSUSE:Factory/.kapidox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kapidox"

Sun Sep 17 22:39:25 2017 rev:44 rq:526624 version:5.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2017-08-14 
12:40:59.227852482 +0200
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes     2017-09-17 
22:40:09.541214750 +0200
@@ -1,0 +2,11 @@
+Tue Sep 12 07:11:16 CEST 2017 - [email protected]
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * Fix build on CI.
+  * Add an .arcconfig
+
+-------------------------------------------------------------------

Old:
----
  kapidox-5.37.0.tar.xz

New:
----
  kapidox-5.38.0.tar.xz

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

Other differences:
------------------
++++++ kapidox.spec ++++++
--- /var/tmp/diff_new_pack.gL25Sg/_old  2017-09-17 22:40:10.085138275 +0200
+++ /var/tmp/diff_new_pack.gL25Sg/_new  2017-09-17 22:40:10.089137713 +0200
@@ -16,9 +16,13 @@
 #
 
 
-%define _tar_path 5.37
+%define _tar_path 5.38
+# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kapidox
-Version:        5.37.0
+Version:        5.38.0
 Release:        0
 Requires:       doxygen
 BuildRequires:  fdupes

++++++ kapidox-5.37.0.tar.xz -> kapidox-5.38.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.37.0/.arcconfig 
new/kapidox-5.38.0/.arcconfig
--- old/kapidox-5.37.0/.arcconfig       1970-01-01 01:00:00.000000000 +0100
+++ new/kapidox-5.38.0/.arcconfig       2017-09-02 10:50:21.000000000 +0200
@@ -0,0 +1,4 @@
+{
+    "project.name" : "KApidox",
+    "phabricator.uri" : "https://phabricator.kde.org/";
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.37.0/CMakeLists.txt 
new/kapidox-5.38.0/CMakeLists.txt
--- old/kapidox-5.37.0/CMakeLists.txt   2017-07-30 12:40:00.000000000 +0200
+++ new/kapidox-5.38.0/CMakeLists.txt   2017-09-02 10:50:21.000000000 +0200
@@ -3,7 +3,13 @@
 
 find_package(PythonInterp REQUIRED)
 
-file(TO_NATIVE_PATH ${CMAKE_BINARY_DIR} BINARY_DIR)
+if(WIN32)
+    # Needs native path and extra escaping of spaces
+    file(TO_NATIVE_PATH "${CMAKE_BINARY_DIR}" BINARY_DIR)
+else()
+    set(BINARY_DIR ${CMAKE_BINARY_DIR})
+endif()
+
 add_custom_target(build ALL
     COMMAND ${PYTHON_EXECUTABLE} setup.py build --build-base ${BINARY_DIR}
     WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.37.0/setup.py new/kapidox-5.38.0/setup.py
--- old/kapidox-5.37.0/setup.py 2017-07-30 12:40:00.000000000 +0200
+++ new/kapidox-5.38.0/setup.py 2017-09-02 10:50:21.000000000 +0200
@@ -6,7 +6,7 @@
 
 setup(
         name='kapidox',
-        version='5.37.0',
+        version='5.38.0',
         description='KDE API documentation generation tools',
         maintainer = 'Olivier Churlaud',
         maintainer_email = '[email protected]',


Reply via email to