diff --git a/kf5-mailcommon.spec b/kf5-mailcommon.spec index 0ea9c68..a96c3ec 100644 --- a/kf5-mailcommon.spec +++ b/kf5-mailcommon.spec @@ -1,7 +1,7 @@ %global framework mailcommon Name: kf5-%{framework} -Version: 23.04.3 +Version: 23.08.4 Release: 1 Summary: Mail applications support library @@ -9,8 +9,7 @@ License: GPLv2 URL: https://invent.kde.org/pim/%{framework}/ %global majmin %majmin_ver_kf5 -%global stable %stable_kf5 -Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/stable/release-service/%{version}/src/%{framework}-%{version}.tar.xz # handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches %{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}} @@ -66,7 +65,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Requires: cmake(KF5Akonadi) Requires: cmake(KF5AkonadiMime) Requires: cmake(KPim5MessageComposer) -Requires: cmake(KF5PimCommon) +Requires: kf5-pimcommon-devel %description devel %{summary}. @@ -104,6 +103,9 @@ Requires: cmake(KF5PimCommon) %changelog +* Thu Jan 18 2024 misaka00251 - 23.08.4-1 +- Upgrade to 23.08.4 + * Fri Aug 04 2023 peijiankang - 23.04.3-1 - 23.04.3 diff --git a/kf5-mailcommon.yaml b/kf5-mailcommon.yaml new file mode 100644 index 0000000..554b2e8 --- /dev/null +++ b/kf5-mailcommon.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: KDE/mailcommon +tag_prefix: "^v" +separator: "." diff --git a/mailcommon-23.04.3.tar.xz b/mailcommon-23.04.3.tar.xz deleted file mode 100644 index 6a5f2a2..0000000 Binary files a/mailcommon-23.04.3.tar.xz and /dev/null differ diff --git a/mailcommon-23.08.4.tar.xz b/mailcommon-23.08.4.tar.xz new file mode 100644 index 0000000..0398823 Binary files /dev/null and b/mailcommon-23.08.4.tar.xz differ