Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package akonadiconsole for openSUSE:Factory 
checked in at 2022-01-11 21:17:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old)
 and      /work/SRC/openSUSE:Factory/.akonadiconsole.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadiconsole"

Tue Jan 11 21:17:34 2022 rev:65 rq:944239 version:21.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes    
2021-12-13 20:47:03.412506735 +0100
+++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.1892/akonadiconsole.changes  
2022-01-11 21:20:58.701030940 +0100
@@ -1,0 +2,9 @@
+Tue Jan  4 10:24:51 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.1/
+- No code change since 21.12.0
+
+-------------------------------------------------------------------

Old:
----
  akonadiconsole-21.12.0.tar.xz
  akonadiconsole-21.12.0.tar.xz.sig

New:
----
  akonadiconsole-21.12.1.tar.xz
  akonadiconsole-21.12.1.tar.xz.sig

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

Other differences:
------------------
++++++ akonadiconsole.spec ++++++
--- /var/tmp/diff_new_pack.azcfiA/_old  2022-01-11 21:20:59.285031351 +0100
+++ /var/tmp/diff_new_pack.azcfiA/_new  2022-01-11 21:20:59.289031353 +0100
@@ -19,16 +19,16 @@
 %define kf5_version 5.79.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
-%bcond_without lang
+%bcond_without released
 Name:           akonadiconsole
-Version:        21.12.0
+Version:        21.12.1
 Release:        0
 Summary:        Management and debugging console for akonadi
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif

++++++ akonadiconsole-21.12.0.tar.xz -> akonadiconsole-21.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadiconsole-21.12.0/CMakeLists.txt 
new/akonadiconsole-21.12.1/CMakeLists.txt
--- old/akonadiconsole-21.12.0/CMakeLists.txt   2021-11-30 21:55:16.000000000 
+0100
+++ new/akonadiconsole-21.12.1/CMakeLists.txt   2021-12-15 14:03:46.000000000 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.19.0")
+set(PIM_VERSION "5.19.1")
 project(akonadiconsole VERSION ${PIM_VERSION})
 
 # Needs C++17 because Akonadi uses it and we link
@@ -39,23 +39,23 @@
 if(DEFINED KDEPIM_DEV_VERSION)
     set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}")
 endif()
-set(RELEASE_SERVICE_VERSION "21.12.0")
+set(RELEASE_SERVICE_VERSION "21.12.1")
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
 
-set(AKONADI_CONTACT_VERSION "5.19.0")
-set(CALENDARSUPPORT_LIB_VERSION "5.19.0")
-set(AKONADI_VERSION "5.19.0")
-set(AKONADI_SEARCH_VERSION "5.19.0")
+set(AKONADI_CONTACT_VERSION "5.19.1")
+set(CALENDARSUPPORT_LIB_VERSION "5.19.1")
+set(AKONADI_VERSION "5.19.1")
+set(AKONADI_SEARCH_VERSION "5.19.1")
 
 set(QT_REQUIRED_VERSION "5.15.2")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test)
-set(MESSAGELIB_LIB_VERSION "5.19.0")
-set(LIBKDEPIM_LIB_VERSION "5.19.0")
-set(KMIME_LIB_VERSION "5.19.0")
+set(MESSAGELIB_LIB_VERSION "5.19.1")
+set(LIBKDEPIM_LIB_VERSION "5.19.1")
+set(KMIME_LIB_VERSION "5.19.1")
 
 
 # Find KF5 package

Reply via email to