Compare commits

...

No commits in common. "imports/c8s/qt5-qtquickcontrols2-5.12.5-1.el8" and "c8" have entirely different histories.

3 changed files with 16 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qtquickcontrols2-everywhere-src-5.12.5.tar.xz
SOURCES/qtquickcontrols2-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -1 +1 @@
47181ff0fce645548603337c205c1f36d34fc2a7 SOURCES/qtquickcontrols2-everywhere-src-5.12.5.tar.xz
0d97f2ed37154f175e725fe926214ac01934baed SOURCES/qtquickcontrols2-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -4,12 +4,12 @@
Name: qt5-%{qt_module}
Summary: Qt5 - module with set of QtQuick controls for embedded
Version: 5.12.5
Version: 5.15.3
Release: 1%{?dist}
License: GPLv2+ 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$
@ -137,6 +137,18 @@ rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
%changelog
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061399
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
- Rebuild (binutils)
Resolves: bz#1930050
* Sun Apr 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
- 5.15.2
Resolves: bz#1930050
* Mon Nov 18 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
- 5.12.5
Resolves: bz#1733146