!6 update to upstream version 5.95.0

From: @liqiuyu123 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-07-26 14:15:28 +00:00 committed by Gitee
commit 40d819efd5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 7 deletions

Binary file not shown.

BIN
kcrash-5.95.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
%undefine __cmake_in_source_build
%global framework kcrash
Name: kf5-%{framework}
Version: 5.90.0
Release: 1
Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes
Name: kf5-%{framework}
Version: 5.95.0
Release: 1
Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes
License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
@ -69,7 +69,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_libdir}/libKF5Crash.so.*
%files devel
%{_kf5_includedir}/kcrash_version.h
%{_kf5_includedir}/KCrash/
%{_kf5_libdir}/libKF5Crash.so
%{_kf5_libdir}/cmake/KF5Crash/
@ -77,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Tue Jul 05 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.95.0-1
- update to upstream version 5.95.0
* Sat Feb 12 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0