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-05-11 23:03:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kapidox (Old) and /work/SRC/openSUSE:Factory/.kapidox.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kapidox" Tue May 11 23:03:34 2021 rev:89 rq:891726 version:5.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes 2021-04-12 17:10:35.982580599 +0200 +++ /work/SRC/openSUSE:Factory/.kapidox.new.2988/kapidox.changes 2021-05-11 23:03:44.937070289 +0200 @@ -1,0 +2,10 @@ +Sat May 1 16:40:33 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.82.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.82.0 +- Changes since 5.81.0: + * Add missing dist and egg-info to gitignore + +------------------------------------------------------------------- Old: ---- kapidox-5.81.0.tar.xz kapidox-5.81.0.tar.xz.sig New: ---- kapidox-5.82.0.tar.xz kapidox-5.82.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kapidox.spec ++++++ --- /var/tmp/diff_new_pack.BSiDe8/_old 2021-05-11 23:03:45.453067936 +0200 +++ /var/tmp/diff_new_pack.BSiDe8/_new 2021-05-11 23:03:45.457067917 +0200 @@ -18,13 +18,13 @@ # Only needed for the package signature condition %bcond_without lang -%define _tar_path 5.81 +%define _tar_path 5.82 # 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.81.0 +Version: 5.82.0 Release: 0 Summary: Scripts and data for building API documentation License: BSD-2-Clause @@ -53,14 +53,14 @@ Doxygen-formatted codde comments in a standard format and style. %prep -%setup -q +%autosetup -p1 %build - python3 setup.py build +python3 setup.py build %install - python3 setup.py install --prefix=%{_kf5_prefix} --root=%{buildroot} - %fdupes %{buildroot} +python3 setup.py install --prefix=%{_kf5_prefix} --root=%{buildroot} +%fdupes %{buildroot} %files %license LICENSES/* ++++++ kapidox-5.81.0.tar.xz -> kapidox-5.82.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.81.0/.gitignore new/kapidox-5.82.0/.gitignore --- old/kapidox-5.81.0/.gitignore 2021-03-21 21:19:14.000000000 +0100 +++ new/kapidox-5.82.0/.gitignore 2021-04-28 03:35:43.000000000 +0200 @@ -1,7 +1,12 @@ *.pyc /build/ +dist/ +*.egg-info/ __pycache__ .cmake/ venv /.clang-format /compile_commands.json +.clangd +.idea +/cmake-build* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kapidox-5.81.0/setup.py new/kapidox-5.82.0/setup.py --- old/kapidox-5.81.0/setup.py 2021-03-21 21:19:14.000000000 +0100 +++ new/kapidox-5.82.0/setup.py 2021-04-28 03:35:43.000000000 +0200 @@ -14,7 +14,7 @@ setup( name='kapidox', - version='5.81.0', + version='5.82.0', description='KDE API documentation generation tools', maintainer = 'Olivier Churlaud', maintainer_email = 'oliv...@churlaud.com',