update to upstream version 5.15.2

This commit is contained in:
pei-jiankang 2021-10-13 16:01:11 +08:00
parent e9fe814c14
commit 280092a69b
4 changed files with 11 additions and 7 deletions

View File

@ -1,13 +1,14 @@
%global majmin %(echo %{version} | cut -d. -f1-2) %global majmin %(echo %{version} | cut -d. -f1-2)
Name: qt5-qtx11extras Name: qt5-qtx11extras
Version: 5.11.1 Version: 5.15.2
Release: 6 Release: 1
Summary: Qt GUI toolkit Summary: Qt GUI toolkit
License: LGPLv2 with exceptions or GPLv3 with exceptions and GFDL License: LGPLv2 with exceptions or GPLv3 with exceptions and GFDL
URL: http://www.qt.io Url: http://www.qt.io
Source0: https://download.qt.io/new_archive/qt/%{majmin}/%{version}/submodules/qtx11extras-everywhere-src-%{version}.tar.xz Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtx11extras-everywhere-src-%{version}.tar.xz
BuildRequires: make
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel
Requires: qt5-qtbase = %{version} Requires: qt5-qtbase = %{version}
@ -46,7 +47,7 @@ popd
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%license LGPL_EXCEPTION.txt LICENSE.LGPL* %license LICENSE.LGPL* LICENSE.GPL*
%{_libdir}/*.so.5* %{_libdir}/*.so.5*
%files devel %files devel
@ -59,6 +60,9 @@ popd
%{_includedir}/qt5/QtX11Extras %{_includedir}/qt5/QtX11Extras
%changelog %changelog
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
- update to upstream version 5.15.2
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-6 * Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-6
- Fix Source0 - Fix Source0

View File

@ -1,4 +1,4 @@
version_control: git version_control: git
src_repo: https://code.qt.io/qt/qtx11extras.git src_repo: https://code.qt.io/qt/qtx11extras.git
tag_prefix: ^v tag_prefix: "^v"
seperator: . separator: "."

Binary file not shown.