import qt5-qtdoc-5.15.3-2.el9

This commit is contained in:
CentOS Sources 2022-11-15 01:34:24 -05:00 committed by Stepan Oksanichenko
parent 51d984fe60
commit 443d652cf4
3 changed files with 13 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
0ce8f60c746aa52434a58e590ca8070e9b8fa77e SOURCES/qtdoc-everywhere-src-5.15.2.tar.xz
c8bf0014feff649b98cf288b8f292a076baf087d SOURCES/qtdoc-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -2,13 +2,13 @@
Summary: Main Qt5 Reference Documentation
Name: qt5-%{qt_module}
Version: 5.15.2
Release: 5%{?dist}
Version: 5.15.3
Release: 2%{?dist}
License: GFDL
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
BuildArch: noarch
%global _qt5_qmake %{_bindir}/qmake-qt5
@ -50,6 +50,14 @@ make install_docs INSTALL_ROOT=%{buildroot}
%changelog
* Fri Apr 22 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-2
- Bump build to build against correct Qt version
Resolves: bz#2061358
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061358
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688