update to upstream version 5.88.0

This commit is contained in:
pei-jiankang 2022-01-13 22:11:43 +08:00
parent 84e1c260c8
commit b33670cd4c
3 changed files with 9 additions and 5 deletions

Binary file not shown.

BIN
kcodecs-5.88.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
%undefine __cmake_in_source_build
%global framework kcodecs %global framework kcodecs
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.55.0 Version: 5.88.0
Release: 2 Release: 1
Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods
License: GPLv2+ and LGPLv2+ and BSD License: GPLv2+ and LGPLv2+ and BSD
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)
@ -61,8 +62,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files -f kcodecs5_qt.lang %files -f kcodecs5_qt.lang
%doc README.md %doc README.md
%license COPYING COPYING.LIB %license LICENSES/*.txt
%{_sysconfdir}/xdg/%{framework}* %{_kf5_datadir}/qlogging-categories5/*categories
%{_kf5_libdir}/libKF5Codecs.so.* %{_kf5_libdir}/libKF5Codecs.so.*
%files devel %files devel
@ -74,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog %changelog
* Thu Jan 13 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Dec 12 2020 huanghaitao <huanghaitao8@huawei.com> - 5.55.0-2 * Mon Dec 12 2020 huanghaitao <huanghaitao8@huawei.com> - 5.55.0-2
- Remove the release suffix - Remove the release suffix