!17 update version to 5.108.0

From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2023-08-04 01:20:04 +00:00 committed by Gitee
commit 1d4e3205a4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 11 additions and 10 deletions

View File

@ -2,27 +2,23 @@
%global framework threadweaver
Name: kf5-%{framework}
Version: 5.100.0
Release: 2
Version: 5.108.0
Release: 1
Summary: KDE Frameworks 5 Tier 1 addon for advanced thread management
License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: libxml2
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-rpm-macros >= %{majmin}
BuildRequires: qt5-qtbase-devel
Requires: kf5-filesystem >= %{majmin}
%description
KDE Frameworks 5 Tier 1 addon for advanced thread management.
@ -59,11 +55,16 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files devel
%{_kf5_includedir}/ThreadWeaver/
%{_kf5_libdir}/libKF5ThreadWeaver.so
%{_kf5_libdir}/cmake/KF5ThreadWeaver/
%{_kf5_archdatadir}/mkspecs/modules/qt_ThreadWeaver.pri
%changelog
* Thu Aug 03 2023 peijiankang <peijiankang@kylinos.cn> - 5.108.0-1
- Update package to version 5.108.0
* Mon Apr 24 2023 peijiankang <peijiankang@kylinos.cn> - 5.100.0-2
- rebuild