update to upstream version 5.88.0

This commit is contained in:
pei-jiankang 2022-01-17 11:37:11 +08:00
parent 13687d59bd
commit f8150a941d
4 changed files with 9 additions and 5 deletions

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

@ -1,12 +1,12 @@
%global framework kunitconversion
Name: kf5-%{framework}
Version: 5.55.0
Release: 1
Version: 5.88.0
Release: 1
Summary: KDE Frameworks 5 Tier 2 addon for unit conversions
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 revision %(echo %{version} | cut -d. -f3)
@ -57,8 +57,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files -f %{name}.lang
%doc README.md
%license COPYING.LIB
%license LICENSES/*.txt
%{_kf5_libdir}/libKF5UnitConversion.so.*
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%files devel
%{_kf5_includedir}/kunitconversion_version.h
@ -69,5 +70,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%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
- Initial release for OpenEuler

View File

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

Binary file not shown.

Binary file not shown.