update to 5.113.0

This commit is contained in:
litianze 2024-01-09 10:26:59 +08:00
parent b3df9e4949
commit 9395c16bd9
2 changed files with 7 additions and 4 deletions

View File

@ -9,7 +9,7 @@
Name: oxygen-icon-theme
Summary: Oxygen icon theme
Epoch: 1
Version: 5.97.0
Version: 5.113.0
Release: 1
License: LGPLv3+
URL: https://techbase.kde.org/Projects/Oxygen
@ -18,10 +18,10 @@ URL: https://techbase.kde.org/Projects/Oxygen
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%elseß
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/oxygen-icons5-%{version}.tar.xz
Source0: https://download.kde.org/%{stable}/frameworks/%{versiondir}/oxygen-icons-%{version}.tar.xz
BuildArch: noarch
BuildRequires: kf5-rpm-macros
@ -49,7 +49,7 @@ Conflicts: kmail < 15.12.2
%prep
%autosetup -n oxygen-icons5-%{version} -p1
%autosetup -n oxygen-icons-%{version} -p1
%if 0%{?kf5_version:1}
sed -i -e "s|%{version}|%{kf5_version}|g" CMakeLists.txt
@ -111,5 +111,8 @@ fi
%changelog
* Mon Jan 08 2024 Tianze Li <litianze@uniontech.com> - 1:5.113.0-1
- Update to 5.113.0
* Thu Jul 14 2022 misaka00251 <misaka00251@misakanet.cn> - 1:5.97.0-1
- Init package