import qt5-qtsensors-5.15.3-1.el8

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

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
3cdbafe31e7e643297cd1a69f6b8f702aed95266 SOURCES/qtsensors-everywhere-src-5.15.2.tar.xz
73e818278fd1b2be356d1cc373ce3cbc5333712a SOURCES/qtsensors-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -4,14 +4,14 @@
Summary: Qt5 - Sensors component
Name: qt5-%{qt_module}
Version: 5.15.2
Release: 2%{?dist}
Version: 5.15.3
Release: 1%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
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/plugin provides
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
@ -117,6 +117,10 @@ popd
%endif
%changelog
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061401
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
- Rebuild (binutils)
Resolves: bz#1930052