!2 update to upstream version 5.88.0

Merge pull request !2 from pei-jiankang/master
This commit is contained in:
openeuler-ci-bot 2022-01-26 08:36:55 +00:00 committed by Gitee
commit d7905ceed9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 9 additions and 5 deletions

10
kf5-kunitconversion.spec Executable file → Normal file
View File

@ -1,12 +1,12 @@
%global framework kunitconversion %global framework kunitconversion
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.55.0 Version: 5.88.0
Release: 1 Release: 1
Summary: KDE Frameworks 5 Tier 2 addon for unit conversions Summary: KDE Frameworks 5 Tier 2 addon for unit conversions
License: LGPLv2+ License: LGPLv2+
URL: https://cgit.kde.org/%{framework}.git URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2) %global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3) %global revision %(echo %{version} | cut -d. -f3)
@ -57,8 +57,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files -f %{name}.lang %files -f %{name}.lang
%doc README.md %doc README.md
%license COPYING.LIB %license LICENSES/*.txt
%{_kf5_libdir}/libKF5UnitConversion.so.* %{_kf5_libdir}/libKF5UnitConversion.so.*
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%files devel %files devel
%{_kf5_includedir}/kunitconversion_version.h %{_kf5_includedir}/kunitconversion_version.h
@ -69,5 +70,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog %changelog
* Mon Jan 17 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1 * Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
- Initial release for OpenEuler - Initial release for OpenEuler

View File

@ -1,4 +1,4 @@
version_control: github version_control: github
src_repo: KDE/kunitconversion src_repo: KDE/kunitconversion
tag_prefix: "^v" tag_prefix: "^v"
seperator: "." separator: "."

Binary file not shown.

Binary file not shown.