Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package korganizer for openSUSE:Factory 
checked in at 2023-08-31 13:43:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/korganizer (Old)
 and      /work/SRC/openSUSE:Factory/.korganizer.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "korganizer"

Thu Aug 31 13:43:24 2023 rev:86 rq:1105748 version:23.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes    2023-07-07 
15:47:50.520382405 +0200
+++ /work/SRC/openSUSE:Factory/.korganizer.new.1766/korganizer.changes  
2023-08-31 13:45:24.531560339 +0200
@@ -1,0 +2,40 @@
+Sun Aug 20 13:59:54 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+-------------------------------------------------------------------
+Mon Aug 14 08:03:11 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+-------------------------------------------------------------------
+Tue Aug  1 10:14:09 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Adapt code to GenerateProperties=true in CalendarSettings
+  * Adapt to CollectionAnnotationsAttribute being moved to Akonadi
+  * Don't beep in case some internal sanity checks fail
+  * Remove CI 6 job. We will use kf6 branch for kf6 works
+  * We don't need KMailTransportAkonadi here
+  * Adapt to new akonadi-contact/akonadi-contact-editor api
+  * Make collection filtering work again
+  * Use QRegularExpression::wildcardToRegularExpression
+  * Adapt to new api
+  * Add missing ';'
+  * Use QProcess
+  * Use kcmshell6 in kf6
+  * Drop duplicate KPimEventViews dep
+  * Adapt to new api
+  * Start to port to new api
+  * aboutdata is not used now
+  * Comment debug include as it's unused until we port code
+
+-------------------------------------------------------------------

Old:
----
  korganizer-23.04.3.tar.xz
  korganizer-23.04.3.tar.xz.sig

New:
----
  korganizer-23.08.0.tar.xz
  korganizer-23.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ korganizer.spec ++++++
--- /var/tmp/diff_new_pack.SMKbdf/_old  2023-08-31 13:45:25.979612096 +0200
+++ /var/tmp/diff_new_pack.SMKbdf/_new  2023-08-31 13:45:25.991612525 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           korganizer
-Version:        23.04.3
+Version:        23.08.0
 Release:        0
 Summary:        Personal Organizer
 License:        GPL-2.0-only
@@ -58,7 +58,7 @@
 BuildRequires:  cmake(KPim5Libkdepim)
 BuildRequires:  cmake(KPim5MailTransport)
 BuildRequires:  cmake(KPim5Mime)
-BuildRequires:  cmake(KF5PimCommon)
+BuildRequires:  cmake(KPim5PimCommon)
 BuildRequires:  cmake(KPim5TextEdit)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Test)
@@ -71,6 +71,8 @@
 Requires:       kdepim-runtime
 Provides:       korganizer5 = %{version}
 Obsoletes:      korganizer5 < %{version}
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 riscv64
 
 %description
 KOrganizer is a calendar application by KDE.

++++++ 0001-Look-for-designer-qt5-on-openSUSE.patch ++++++
--- /var/tmp/diff_new_pack.SMKbdf/_old  2023-08-31 13:45:26.127617386 +0200
+++ /var/tmp/diff_new_pack.SMKbdf/_new  2023-08-31 13:45:26.131617529 +0200
@@ -7,12 +7,12 @@
  src/kcmdesignerfields.cpp | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-Index: 
korganizer-19.11.70git.20210502T090139~2f8322e65/src/kcmdesignerfields.cpp
-===================================================================
---- 
korganizer-19.11.70git.20210502T090139~2f8322e65.orig/src/kcmdesignerfields.cpp 
   2021-05-03 06:43:43.861755406 +0200
-+++ korganizer-19.11.70git.20210502T090139~2f8322e65/src/kcmdesignerfields.cpp 
2021-05-03 06:44:52.388487257 +0200
-@@ -269,7 +269,7 @@
-     auto layout = new QVBoxLayout(this);
+diff --git a/src/kcmdesignerfields.cpp b/src/kcmdesignerfields.cpp
+index 1c6f2e1e1..82118b57b 100644
+--- a/src/kcmdesignerfields.cpp
++++ b/src/kcmdesignerfields.cpp
+@@ -282,7 +282,7 @@ void KCMDesignerFields::initGUI()
+ #endif
      layout->setContentsMargins({});
  
 -    const bool noDesigner = 
QStandardPaths::findExecutable(QStringLiteral("designer")).isEmpty();
@@ -20,13 +20,13 @@
  
      if (noDesigner) {
          const QString txt = i18n(
-@@ -438,7 +438,7 @@
+@@ -483,7 +483,7 @@ void KCMDesignerFields::startDesigner()
          args.append(pageItem->path());
      }
  
 -    auto job = new KIO::CommandLauncherJob(QStringLiteral("designer"), args, 
this);
 +    auto job = new KIO::CommandLauncherJob(QStringLiteral("designer-qt5"), 
args, this);
+ #if KCMUTILS_VERSION < QT_VERSION_CHECK(5, 240, 0)
      job->setUiDelegate(new 
KDialogJobUiDelegate(KJobUiDelegate::AutoHandlingEnabled, this));
-     job->start();
- }
+ #else
 


++++++ korganizer-23.04.3.tar.xz -> korganizer-23.08.0.tar.xz ++++++
++++ 114990 lines of diff (skipped)

Reply via email to