5.15.3
side-tag: c9s-build-side-453 Resolves: bz#2061361
This commit is contained in:
parent
7bdcab30a6
commit
dd1a1409c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/qtlocation-everywhere-src-5.14.2.tar.xz
|
||||
/qtlocation-everywhere-src-5.15.1.tar.xz
|
||||
/qtlocation-everywhere-src-5.15.2.tar.xz
|
||||
/qtlocation-everywhere-opensource-src-5.15.3.tar.xz
|
||||
|
@ -4,14 +4,14 @@
|
||||
|
||||
Summary: Qt5 - Location component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.15.2
|
||||
Release: 9%{?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
|
||||
|
||||
# build failure with gcc10
|
||||
# various C++ runtime headers indirectly included <string> which in turn
|
||||
@ -114,9 +114,6 @@ popd
|
||||
%{_qt5_archdatadir}/qml/QtPositioning/*
|
||||
%{_qt5_plugindir}/position/
|
||||
%{_qt5_libdir}/libQt5PositioningQuick.so.5*
|
||||
%dir %{_qt5_archdatadir}/qml/Qt
|
||||
%dir %{_qt5_archdatadir}/qml/Qt/labs
|
||||
%{_qt5_archdatadir}/qml/Qt/labs/location
|
||||
|
||||
%files devel
|
||||
%{_qt5_headerdir}/QtLocation/
|
||||
@ -150,6 +147,10 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
|
||||
- 5.15.3
|
||||
Resolves: bz#2061361
|
||||
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-9
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtlocation-everywhere-src-5.15.2.tar.xz) = 6192922506b3ea354e85431df83c19d7cc9aebb17549c6a1de48f625bf8365ff3db3161080dde254a5fb9199d99c3c5dc8e1533429150be55df96ddb7d6ce16f
|
||||
SHA512 (qtlocation-everywhere-opensource-src-5.15.3.tar.xz) = 755434db4cdea1c98159a2891c3efcda03fd03b144c37e7a71f57cb5d5dbc5ea1b35d1dcafa7301fc904ede910b4a9f7cfc834b7722cc06fcc360ad3be7b2886
|
||||
|
Loading…
Reference in New Issue
Block a user