Compare commits

...

2 Commits

Author SHA1 Message Date
CentOS Sources 7318843c89 import qt5-qtconnectivity-5.15.3-1.el8 2022-11-08 14:52:39 +00:00
CentOS Sources 87285d1216 import qt5-qtconnectivity-5.15.2-2.el8 2021-12-08 12:24:27 +00:00
3 changed files with 17 additions and 4 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
9aa4f3b1b42a694cdd3fb69014a901ce6ddc948a SOURCES/qtconnectivity-everywhere-src-5.12.5.tar.xz
c67c32219d2aa89df0a5982f7c6569c95e566a48 SOURCES/qtconnectivity-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -4,14 +4,15 @@
Summary: Qt5 - Connectivity components
Name: qt5-%{qt_module}
Version: 5.12.5
Version: 5.15.3
Release: 1%{?dist}
# See LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://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: 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$
@ -143,6 +144,18 @@ popd
%changelog
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061382
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
- Rebuild (binutils)
Resolves: bz#1930042
* Sun Apr 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
- 5.15.2
Resolves: bz#1930042
* Thu Nov 07 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
- 5.12.5
Resolves: bz#1733137