Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package akonadi-calendar for 
openSUSE:Factory checked in at 2026-08-24 12:02:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-calendar (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-calendar.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-calendar"

Mon Aug 24 12:02:05 2026 rev:134 rq:1372299 version:26.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-calendar/akonadi-calendar.changes        
2026-07-02 22:03:45.021109953 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-calendar.new.1258/akonadi-calendar.changes  
    2026-08-24 12:03:03.611698729 +0200
@@ -1,0 +2,28 @@
+Sun Aug 16 07:26:21 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/26.08.0/
+- No code change since 26.07.90
+
+-------------------------------------------------------------------
+Sat Aug  1 11:38:06 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.07.90
+  * New feature release
+- No code change since 26.07.80
+
+-------------------------------------------------------------------
+Sat Jul 18 11:10:40 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 26.07.80
+  * New feature release
+- Too many changes to list here.
+
+-------------------------------------------------------------------
+Sat Jul 18 09:02:39 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update build requirements
+
+-------------------------------------------------------------------

Old:
----
  akonadi-calendar-26.04.3.tar.xz
  akonadi-calendar-26.04.3.tar.xz.sig

New:
----
  akonadi-calendar-26.08.0.tar.xz
  akonadi-calendar-26.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ akonadi-calendar.spec ++++++
--- /var/tmp/diff_new_pack.3bXmTr/_old  2026-08-24 12:03:05.470764317 +0200
+++ /var/tmp/diff_new_pack.3bXmTr/_new  2026-08-24 12:03:05.479764634 +0200
@@ -16,13 +16,25 @@
 #
 
 
-%define kf6_version 6.19.0
+%define kf6_version 6.27.0
 %define qt6_version 6.9.0
-%define kpim6_version 6.7.3
+%define kpim6_version 6.8.0
+
+%bcond_without kde_python_bindings
+%if %{with kde_python_bindings}
+%if 0%{suse_version} > 1500
+%define pythons %{primary_python}
+%else
+%{?sle15_python_module_pythons}
+%endif
+%define mypython %pythons
+%define __mypython %{expand:%%__%{mypython}}
+%define mypython_sitearch %{expand:%%%{mypython}_sitearch}
+%endif
 
 %bcond_without released
 Name:           akonadi-calendar
-Version:        26.04.3
+Version:        26.08.0
 Release:        0
 Summary:        Akonadi calendar integration
 License:        LGPL-2.1-or-later
@@ -39,6 +51,7 @@
 BuildRequires:  cmake(KF6DBusAddons) >= %{kf6_version}
 BuildRequires:  cmake(KF6I18n) >= %{kf6_version}
 BuildRequires:  cmake(KF6KIO) >= %{kf6_version}
+BuildRequires:  cmake(KF6Mime) >= %{kf6_version}
 BuildRequires:  cmake(KF6Notifications) >= %{kf6_version}
 BuildRequires:  cmake(KF6WidgetsAddons) >= %{kf6_version}
 BuildRequires:  cmake(KF6XmlGui) >= %{kf6_version}
@@ -51,7 +64,18 @@
 BuildRequires:  cmake(KPim6MailTransport) >= %{kpim6_version}
 BuildRequires:  cmake(KPim6MessageComposer) >= %{kpim6_version}
 BuildRequires:  cmake(KPim6MessageCore) >= %{kpim6_version}
-BuildRequires:  cmake(KPim6Mime) >= %{kpim6_version}
+# SECTION bindings
+%if %{with kde_python_bindings}
+BuildRequires:  %{mypython}-build
+BuildRequires:  %{mypython}-devel >= 3.9
+BuildRequires:  %{mypython}-setuptools
+BuildRequires:  %{mypython}-wheel
+BuildRequires:  python3-akonadi >= %{kpim6_version}
+BuildRequires:  python3-kf6-kcalendarcore >= %{kf6_version}
+BuildRequires:  cmake(PySide6)
+BuildRequires:  cmake(Shiboken6)
+%endif
+# /SECTION
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  x86_64 %{x86_64} aarch64 riscv64
 
@@ -97,8 +121,8 @@
 
 %package devel
 Summary:        KDE PIM Libraries: Build Environment
-Requires:       libKPim6AkonadiCalendarCore6 = %{version}
 Requires:       libKPim6AkonadiCalendar6 = %{version}
+Requires:       libKPim6AkonadiCalendarCore6 = %{version}
 Requires:       cmake(KF6CalendarCore) >= %{kf6_version}
 Requires:       cmake(KF6I18n) >= %{kf6_version}
 Requires:       cmake(KF6WidgetsAddons) >= %{kf6_version}
@@ -110,13 +134,27 @@
 %description devel
 Development package for akonadi-calendar.
 
+%if %{with kde_python_bindings}
+%package -n python3-akonadi-calendar
+Summary:        Python bindings for akonadi-calendar
+Requires:       python3-akonadi >= %{kpim6_version}
+Requires:       python3-kf6-kcalendarcore >= %{kf6_version}
+
+%description -n python3-akonadi-calendar
+This package provides Python bindings for akonadi-calendar.
+%endif
+
 %lang_package -n libKPim6AkonadiCalendar6
 
 %prep
 %autosetup -p1 -n akonadi-calendar-%{version}
 
 %build
-%cmake_kf6
+%cmake_kf6 \
+%if %{with kde_python_bindings}
+  -DPython_EXECUTABLE:STRING=%{__mypython}
+%endif
+%{nil}
 
 %kf6_build
 
@@ -162,6 +200,16 @@
 %{_kf6_cmakedir}/KPim6AkonadiCalendarCore/
 %{_kf6_libdir}/libKPim6AkonadiCalendar.so
 %{_kf6_libdir}/libKPim6AkonadiCalendarCore.so
+%if %{with kde_python_bindings}
+%dir %{_includedir}/PySide6/
+%{_includedir}/PySide6/AkonadiCalendar/
+%endif
+
+%if %{with kde_python_bindings}
+%files -n python3-akonadi-calendar
+%{mypython_sitearch}/*.so
+%{_kf6_sharedir}/PySide6/typesystems/typesystem_akonadi_calendar.xml
+%endif
 
 %files -n libKPim6AkonadiCalendar6-lang -f libKPim6AkonadiCalendar6.lang
 

++++++ akonadi-calendar-26.04.3.tar.xz -> akonadi-calendar-26.08.0.tar.xz ++++++
++++ 22317 lines of diff (skipped)

Reply via email to