Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2022-12-12 17:39:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kapidox (Old)
 and      /work/SRC/openSUSE:Factory/.kapidox.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kapidox"

Mon Dec 12 17:39:18 2022 rev:109 rq:1042099 version:5.101.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2022-11-15 
13:21:17.116757335 +0100
+++ /work/SRC/openSUSE:Factory/.kapidox.new.1835/kapidox.changes        
2022-12-12 17:41:24.257695969 +0100
@@ -1,0 +2,10 @@
+Tue Dec  6 20:10:21 UTC 2022 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.101.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.101.0
+- Changes since 5.100.0:
+  * Update CMakeLists.txt - The majority of frameworks use KF_VERSION to 
indicate current version.
+
+-------------------------------------------------------------------

Old:
----
  kapidox-5.100.0.tar.xz
  kapidox-5.100.0.tar.xz.sig

New:
----
  kapidox-5.101.0.tar.xz
  kapidox-5.101.0.tar.xz.sig

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

Other differences:
------------------
++++++ kapidox.spec ++++++
--- /var/tmp/diff_new_pack.dBPIiT/_old  2022-12-12 17:41:24.845698935 +0100
+++ /var/tmp/diff_new_pack.dBPIiT/_new  2022-12-12 17:41:24.849698954 +0100
@@ -18,17 +18,16 @@
 
 # Only needed for the package signature condition
 %bcond_without released
-%define _tar_path 5.100
+%define _tar_path 5.101
 # 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.100.0
+Version:        5.101.0
 Release:        0
 Summary:        Scripts and data for building API documentation
 License:        BSD-2-Clause
-Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         %{name}-%{version}.tar.xz
 %if %{with released}


++++++ kapidox-5.100.0.tar.xz -> kapidox-5.101.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.100.0/CMakeLists.txt 
new/kapidox-5.101.0/CMakeLists.txt
--- old/kapidox-5.100.0/CMakeLists.txt  2022-10-31 19:55:47.000000000 +0100
+++ new/kapidox-5.101.0/CMakeLists.txt  2022-11-20 21:20:42.000000000 +0100
@@ -1,6 +1,8 @@
 cmake_minimum_required(VERSION 3.16)
 project(KApiDox NONE)
 
+set(KF_VERSION "5.100.0") # handled by release scripts
+
 if(DO_BOOTSTRAP)
     include(FindUnixCommands)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.100.0/setup.py new/kapidox-5.101.0/setup.py
--- old/kapidox-5.100.0/setup.py        2022-10-31 19:55:47.000000000 +0100
+++ new/kapidox-5.101.0/setup.py        2022-11-20 21:20:42.000000000 +0100
@@ -2,7 +2,7 @@
 
 setup(
         name='kapidox',
-        version='5.100.0',
+        version='5.101.0',
         description='KDE API documentation generation tools',
         maintainer='Olivier Churlaud',
         maintainer_email='oliv...@churlaud.com',

Reply via email to