import qt5-qtquickcontrols-5.15.3-1.el8

This commit is contained in:
CentOS Sources 2022-11-08 01:36:31 -05:00 committed by Stepan Oksanichenko
parent 4c78028d79
commit 4c18a5d076
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
cc560c99f7a2217e6457e1b9e9f15e29c2a404e1 SOURCES/qtquickcontrols-everywhere-src-5.15.2.tar.xz
13a8124230c606e1b3cc3a51492f97f140656e10 SOURCES/qtquickcontrols-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -4,13 +4,13 @@
Name: qt5-%{qt_module}
Summary: Qt5 - module with set of QtQuick controls
Version: 5.15.2
Release: 2%{?dist}
Version: 5.15.3
Release: 1%{?dist}
License: LGPLv2 or LGPLv3 and 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
# filter qml provides
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
@ -88,6 +88,10 @@ done
%endif
%changelog
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061398
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
- Rebuild (binutils)
Resolves: bz#1930049