public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/akonadi-server] rawhide: 26.07.90
@ 2026-07-31 19:42 Steve Cossette
  0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-07-31 19:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/akonadi-server
Branch : rawhide
Commit : 1fbf28f5600ea9ebac058f87e77dda2100a0deba
Author : Steve Cossette <farchord@gmail.com>
Date   : 2026-07-31T15:41:58-04:00
Stats  : +23/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/akonadi-server/c/1fbf28f5600ea9ebac058f87e77dda2100a0deba?branch=rawhide

Log:
26.07.90

---
diff --git a/.gitignore b/.gitignore
index 969f672..7f6ee38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@
 /akonadi-26.04.1.tar.xz
 /akonadi-26.04.2.tar.xz
 /akonadi-26.04.3.tar.xz
+/akonadi-26.07.90.tar.xz

diff --git a/akonadi-server.spec b/akonadi-server.spec
index 09bfb23..33080c3 100644
--- a/akonadi-server.spec
+++ b/akonadi-server.spec
@@ -4,8 +4,8 @@
 
 Name:    akonadi-server
 Summary: PIM Storage Service
-Version: 26.04.3
-Release: 3%{?dist}
+Version: 26.07.90
+Release: 1%{?dist}
 
 License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 URL:     https://invent.kde.org/pim/akonadi
@@ -18,9 +18,6 @@ Source11:       akonadiserverrc.sqlite
 
 
 ## upstreamable patches
-## MySQL is killed by akonadi too fast
-## https://invent.kde.org/pim/akonadi/-/merge_requests/400
-Patch0:         400.patch
 
 ## upstream patches
 
@@ -50,6 +47,14 @@ BuildRequires:  boost-devel
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(shared-mime-info)
 BuildRequires:  pkgconfig(sqlite3) >= 3.6.23
+BuildRequires:  python3-devel
+BuildRequires:  cmake(Shiboken6)
+BuildRequires:  cmake(PySide6)
+BuildRequires:  python3dist(build)
+BuildRequires:  python3dist(setuptools)
+# shiboken spawns clang++ to locate clang's builtin header (resource) dir;
+# without the driver, #include_next <limits.h> fails to find clang's limits.h
+BuildRequires:  clang
 
 ## (some) optional deps
 BuildRequires:  pkgconfig(Qt6Designer)
@@ -145,6 +150,7 @@ find ./po -type f -name libakonadi5.po -execdir mv {} libakonadi6.po \;
 %install
 %cmake_install
 desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.akonadi.configdialog.desktop
+desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.akonadi.desktop
 %find_lang libakonadi6 --all-name --with-html --with-qt
 
 install -p -m644 -D %{SOURCE10} %{buildroot}%{_sysconfdir}/xdg/akonadi/akonadiserverrc.mysql
@@ -221,6 +227,9 @@ fi
 %{_kf6_qmldir}/org/kde/akonadi/
 %{_kf6_datadir}/applications/org.kde.akonadi.configdialog.desktop
 %{_userunitdir}/akonadi_control.service
+%{python3_sitearch}/AkonadiCore.cpython-%{python3_version_nodots}-%{_arch}-linux-gnu.so
+%{_kf6_datadir}/PySide6/typesystems/typesystem_akonadi.xml
+%{_datadir}/applications/org.kde.akonadi.desktop
 
 %files devel
 %{_kf6_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.*.xml
@@ -237,6 +246,7 @@ fi
 %{_kf6_qtplugindir}/designer/akonadi6widgets.so
 %{_kf6_datadir}/kdevappwizard/templates/akonadiresource.tar.bz2
 %{_kf6_datadir}/kdevappwizard/templates/akonadiserializer.tar.bz2
+%{_includedir}/PySide6/AkonadiCore/akonadicore_python.h
 
 %files doc
 
@@ -261,6 +271,12 @@ fi
 
 
 %changelog
+* Fri Jul 31 2026 Steve Cossette <farchord@gmail.com> - 26.07.90-1
+- 26.07.90
+
+* Wed Jul 29 2026 Steve Cossette <farchord@gmail.com> - 26.07.80-1
+- 26.07.80
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 26.04.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index d19d8b5..c89aee1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (akonadi-26.04.3.tar.xz) = 85036cad939c1b294719b24914a512e5bdb5ab2e173ca4f02433274faa850db2ae383e4c45acf6c33be232d927c37e9e1143516290632ae2c09e5940867188c5
+SHA512 (akonadi-26.07.90.tar.xz) = 18fb25ec7b57831efbb91730682068b63f2906ca846592e8c7a53371667ed0fde2844cf16a4db7428b57a0b8af4b332f3a35f38b3ba83ae7826cf98e0a07379a

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-31 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31 19:42 [rpms/akonadi-server] rawhide: 26.07.90 Steve Cossette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox