Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kapidox for openSUSE:Factory checked in at 2021-06-16 20:34:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kapidox (Old) and /work/SRC/openSUSE:Factory/.kapidox.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kapidox" Wed Jun 16 20:34:30 2021 rev:90 rq:899709 version:5.83.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes 2021-05-11 23:03:44.937070289 +0200 +++ /work/SRC/openSUSE:Factory/.kapidox.new.32437/kapidox.changes 2021-06-16 20:36:12.519260220 +0200 @@ -1,0 +2,10 @@ +Sat Jun 5 11:58:28 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.83.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.83.0 +- Changes since 5.82.0: + * Bump required CMake version to 3.16 + +------------------------------------------------------------------- Old: ---- kapidox-5.82.0.tar.xz kapidox-5.82.0.tar.xz.sig New: ---- kapidox-5.83.0.tar.xz kapidox-5.83.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kapidox.spec ++++++ --- /var/tmp/diff_new_pack.3hyg1G/_old 2021-06-16 20:36:12.923260909 +0200 +++ /var/tmp/diff_new_pack.3hyg1G/_new 2021-06-16 20:36:12.923260909 +0200 @@ -18,13 +18,13 @@ # Only needed for the package signature condition %bcond_without lang -%define _tar_path 5.82 +%define _tar_path 5.83 # 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kapidox -Version: 5.82.0 +Version: 5.83.0 Release: 0 Summary: Scripts and data for building API documentation License: BSD-2-Clause ++++++ kapidox-5.82.0.tar.xz -> kapidox-5.83.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.82.0/.gitignore new/kapidox-5.83.0/.gitignore --- old/kapidox-5.82.0/.gitignore 2021-04-28 03:35:43.000000000 +0200 +++ new/kapidox-5.83.0/.gitignore 2021-05-17 12:59:53.000000000 +0200 @@ -10,3 +10,4 @@ .clangd .idea /cmake-build* +.cache diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.82.0/CMakeLists.txt new/kapidox-5.83.0/CMakeLists.txt --- old/kapidox-5.82.0/CMakeLists.txt 2021-04-28 03:35:43.000000000 +0200 +++ new/kapidox-5.83.0/CMakeLists.txt 2021-05-17 12:59:53.000000000 +0200 @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.16) project(KApiDox NONE) find_package(PythonInterp REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.82.0/setup.py new/kapidox-5.83.0/setup.py --- old/kapidox-5.82.0/setup.py 2021-04-28 03:35:43.000000000 +0200 +++ new/kapidox-5.83.0/setup.py 2021-05-17 12:59:53.000000000 +0200 @@ -14,7 +14,7 @@ setup( name='kapidox', - version='5.82.0', + version='5.83.0', description='KDE API documentation generation tools', maintainer = 'Olivier Churlaud', maintainer_email = '[email protected]',
