import qt5-qtdoc-5.15.3-1.el8

This commit is contained in:
CentOS Sources 2022-11-08 01:35:37 -05:00 committed by Stepan Oksanichenko
parent 6ba928d618
commit d90b238e18
3 changed files with 8 additions and 4 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,14 +2,14 @@
Summary: Main Qt5 Reference Documentation
Name: qt5-%{qt_module}
Version: 5.15.2
Version: 5.15.3
Release: 1%{?dist}
BuildArch: noarch
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
%global _qt5_qmake %{_bindir}/qmake-qt5
# recently made unversioned, could re-add >= %%majmin if needed -- rex
@ -44,6 +44,10 @@ make install_docs INSTALL_ROOT=%{buildroot}
%{_qt5_docdir}/qtcmake/
%changelog
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061388
* Sun Apr 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
- 5.15.2
Resolves: bz#1930044