diff --git a/kf5-kinit.spec b/kf5-kinit.spec index ad8cea3..f107468 100644 --- a/kf5-kinit.spec +++ b/kf5-kinit.spec @@ -3,21 +3,17 @@ %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.108.0 Release: 1 Summary: KDE Frameworks 5 tier 3 solution for process launching License: LGPLv2+ and BSD URL: https://invent.kde.org/frameworks/%{framework} -%global versiondir %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif -Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +%global majmin %majmin_ver_kf5 +%global stable %stable_kf5 + +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz Source10: macros.kf5-kinit @@ -96,6 +92,9 @@ install -p -m644 -D %{SOURCE10} \ %changelog +* Thu Aug 03 2023 wangqia - 5.108.0-1 +- Update to upstream version 5.108.0 + * Tue Dec 13 2022 liqiuyu - 5.100.0-1 - Update package to version 5.100.0 diff --git a/kinit-5.100.0.tar.xz b/kinit-5.100.0.tar.xz deleted file mode 100644 index 1b89a58..0000000 Binary files a/kinit-5.100.0.tar.xz and /dev/null differ diff --git a/kinit-5.108.0.tar.xz b/kinit-5.108.0.tar.xz new file mode 100644 index 0000000..1651541 Binary files /dev/null and b/kinit-5.108.0.tar.xz differ