Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package akonadiconsole for openSUSE:Factory 
checked in at 2021-04-25 21:26:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old)
 and      /work/SRC/openSUSE:Factory/.akonadiconsole.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadiconsole"

Sun Apr 25 21:26:09 2021 rev:56 rq:887573 version:21.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes    
2021-03-08 15:18:27.785991672 +0100
+++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.12324/akonadiconsole.changes 
2021-04-25 21:26:17.172348447 +0200
@@ -1,0 +2,31 @@
+Fri Apr 16 16:10:54 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.04
+- No code change since 21.03.90
+
+-------------------------------------------------------------------
+Fri Apr  9 17:39:21 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.03.90
+  * New feature release
+- No code change since 21.03.80
+
+-------------------------------------------------------------------
+Sun Mar 21 13:26:54 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.03.80
+  * New feature release
+- Changes since 20.12.3:
+  * Fix report bug url
+  * Port auto * foo => auto foo when possible
+  * Use autorcc directly
+  * Use git commit hook
+  * run git clang-format
+  * Remove extra ;
+  * Fix compile with cmake unity support
+  * operator+/- is disabled for QFlags in qt6
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ akonadiconsole.spec ++++++
--- /var/tmp/diff_new_pack.eOO4ku/_old  2021-04-25 21:26:17.608348971 +0200
+++ /var/tmp/diff_new_pack.eOO4ku/_new  2021-04-25 21:26:17.608348971 +0200
@@ -16,18 +16,22 @@
 #
 
 
-%define kf5_version 5.75.0
+%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
 Name:           akonadiconsole
-Version:        20.12.3
+Version:        21.04.0
 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}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  libxapian-devel
 BuildRequires:  update-desktop-files
@@ -53,18 +57,13 @@
 BuildRequires:  cmake(KF5TextWidgets)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(Qt5DBus) >= 5.12.0
-BuildRequires:  cmake(Qt5Sql) >= 5.12.0
-BuildRequires:  cmake(Qt5Test) >= 5.12.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+BuildRequires:  cmake(Qt5DBus) >= 5.14.0
+BuildRequires:  cmake(Qt5Sql) >= 5.14.0
+BuildRequires:  cmake(Qt5Test) >= 5.14.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.14.0
 Obsoletes:      akonadi_resources < %{version}
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
-Recommends:     %{name}-lang
 
 %description
 Akonadi Console is a utility that can be used to explore or manage
@@ -72,7 +71,7 @@
 for debugging.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake_kf5 -d build -- -DBUILD_TESTING=OFF
@@ -87,12 +86,12 @@
 
 %files
 %license LICENSES/*
-%{_kf5_debugdir}/akonadiconsole.categories
-%{_kf5_debugdir}/akonadiconsole.renamecategories
 %dir %{_kf5_iconsdir}/hicolor/256x256
 %dir %{_kf5_iconsdir}/hicolor/256x256/apps
 %{_kf5_applicationsdir}/org.kde.akonadiconsole.desktop
 %{_kf5_bindir}/akonadiconsole
+%{_kf5_debugdir}/akonadiconsole.categories
+%{_kf5_debugdir}/akonadiconsole.renamecategories
 %{_kf5_iconsdir}/hicolor/*/apps/akonadiconsole.png
 %{_kf5_libdir}/libakonadiconsole.so.*
 %{_kf5_sharedir}/kconf_update/

++++++ akonadiconsole-20.12.3.tar.xz -> akonadiconsole-21.04.0.tar.xz ++++++
++++ 4121 lines of diff (skipped)

Reply via email to