import qt5-qtquickcontrols2-5.15.3-1.el9
This commit is contained in:
parent
e1ee377926
commit
258e31b69e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/qtquickcontrols2-everywhere-src-5.15.2.tar.xz
|
SOURCES/qtquickcontrols2-everywhere-opensource-src-5.15.3.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
e0b7c2458fa8af088cbbad0bc45adab020220954 SOURCES/qtquickcontrols2-everywhere-src-5.15.2.tar.xz
|
0d97f2ed37154f175e725fe926214ac01934baed SOURCES/qtquickcontrols2-everywhere-opensource-src-5.15.3.tar.xz
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Summary: Qt5 - module with set of QtQuick controls for embedded
|
Summary: Qt5 - module with set of QtQuick controls for embedded
|
||||||
Version: 5.15.2
|
Version: 5.15.3
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ or LGPLv3 and GFDL
|
License: GPLv2+ or LGPLv3 and GFDL
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%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
|
# filter qml provides
|
||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
@ -126,6 +126,10 @@ rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
|
||||||
|
- 5.15.3
|
||||||
|
Resolves: bz#2061364
|
||||||
|
|
||||||
* Wed Dec 08 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-7
|
* Wed Dec 08 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-7
|
||||||
- Rebuild (move -devel subpkg to AppStream)
|
- Rebuild (move -devel subpkg to AppStream)
|
||||||
Resolves: bz#2028779
|
Resolves: bz#2028779
|
||||||
|
Loading…
Reference in New Issue
Block a user