import qt5-qttools-5.15.3-1.el8

This commit is contained in:
CentOS Sources 2022-04-15 12:17:21 +00:00 committed by Stepan Oksanichenko
parent f30a2ec60b
commit 5f2b25cd58
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qttools-everywhere-src-5.15.2.tar.xz
SOURCES/qttools-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -1 +1 @@
ae92f651b1b029bd6f55fc8888134d73d8ad19be SOURCES/qttools-everywhere-src-5.15.2.tar.xz
5ebd5b921ab4133f00eaf786e7d3ef79f9a1442c SOURCES/qttools-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -4,13 +4,13 @@
Summary: Qt5 - QtTool components
Name: qt5-qttools
Version: 5.15.2
Release: 4%{?dist}
Version: 5.15.3
Release: 1%{?dist}
License: LGPLv3 or LGPLv2
Url: http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
# help lrelease/lupdate use/prefer qmake-qt5
# https://bugzilla.redhat.com/show_bug.cgi?id=1009893
@ -505,6 +505,10 @@ fi
%endif
%changelog
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061406
* Tue Jan 11 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.2-4
- Rebuild (LLVM-13)
Resolves: bz#2001153