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-09-09 18:25:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Fri Sep 9 18:25:19 2022 rev:73 rq:1001940 version:22.08.1 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2022-08-19 17:54:59.971914385 +0200 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.2083/akonadiconsole.changes 2022-09-09 18:25:49.536666342 +0200 @@ -1,0 +2,8 @@ +Tue Sep 6 15:18:38 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 22.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.1/ + +------------------------------------------------------------------- Old: ---- akonadiconsole-22.08.0.tar.xz akonadiconsole-22.08.0.tar.xz.sig New: ---- akonadiconsole-22.08.1.tar.xz akonadiconsole-22.08.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.A4B6EY/_old 2022-09-09 18:25:49.956667525 +0200 +++ /var/tmp/diff_new_pack.A4B6EY/_new 2022-09-09 18:25:49.960667536 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: akonadiconsole -Version: 22.08.0 +Version: 22.08.1 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-22.08.0.tar.xz -> akonadiconsole-22.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-22.08.0/CMakeLists.txt new/akonadiconsole-22.08.1/CMakeLists.txt --- old/akonadiconsole-22.08.0/CMakeLists.txt 2022-08-08 07:02:34.000000000 +0200 +++ new/akonadiconsole-22.08.1/CMakeLists.txt 2022-08-20 16:58:04.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.21.0") +set(PIM_VERSION "5.21.1") project(akonadiconsole VERSION ${PIM_VERSION}) # Needs C++17 because Akonadi uses it and we link @@ -40,23 +40,23 @@ if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") endif() -set(RELEASE_SERVICE_VERSION "22.08.0") +set(RELEASE_SERVICE_VERSION "22.08.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.21.0") -set(CALENDARSUPPORT_LIB_VERSION "5.21.0") -set(AKONADI_VERSION "5.21.0") -set(AKONADI_SEARCH_VERSION "5.21.0") +set(AKONADI_CONTACT_VERSION "5.21.1") +set(CALENDARSUPPORT_LIB_VERSION "5.21.1") +set(AKONADI_VERSION "5.21.1") +set(AKONADI_SEARCH_VERSION "5.21.1") set(QT_REQUIRED_VERSION "5.15.2") find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION "5.21.0") -set(LIBKDEPIM_LIB_VERSION "5.21.0") -set(KMIME_LIB_VERSION "5.21.0") +set(MESSAGELIB_LIB_VERSION "5.21.1") +set(LIBKDEPIM_LIB_VERSION "5.21.1") +set(KMIME_LIB_VERSION "5.21.1") # Find KF5 package diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-22.08.0/src/agentwidget.ui new/akonadiconsole-22.08.1/src/agentwidget.ui --- old/akonadiconsole-22.08.0/src/agentwidget.ui 2022-08-08 07:02:34.000000000 +0200 +++ new/akonadiconsole-22.08.1/src/agentwidget.ui 2022-08-20 16:58:04.000000000 +0200 @@ -12,10 +12,14 @@ </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="7"> - <widget class="QLineEdit" name="mFilterAccount"/> + <widget class="QLineEdit" name="mFilterAccount"> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> + </widget> </item> <item row="1" column="0" colspan="7"> - <widget class="Akonadi::AgentInstanceWidget" name="instanceWidget" native="true"> + <widget class="Akonadi::AgentInstanceWidget" name="instanceWidget"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>0</horstretch> @@ -250,7 +254,7 @@ <customwidget> <class>Akonadi::AgentInstanceWidget</class> <extends>QWidget</extends> - <header location="global">Akonadi/AgentInstanceWidget</header> + <header>Akonadi/AgentInstanceWidget</header> </customwidget> </customwidgets> <resources/>
