6.2.0
This commit is contained in:
parent
1aacc424c7
commit
45b9174c0a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/qtmultimedia-everywhere-src-6.2.0-rc.tar.xz
|
/qtmultimedia-everywhere-src-6.2.0-rc.tar.xz
|
||||||
/qtmultimedia-everywhere-src-6.2.0-rc2.tar.xz
|
/qtmultimedia-everywhere-src-6.2.0-rc2.tar.xz
|
||||||
|
/qtmultimedia-everywhere-src-6.2.0.tar.xz
|
||||||
|
@ -11,8 +11,8 @@ ExcludeArch: s390x
|
|||||||
%global gst 1.0
|
%global gst 1.0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global unstable 1
|
#global unstable 1
|
||||||
%if 0%{unstable}
|
%if 0%{?unstable}
|
||||||
%global prerelease rc2
|
%global prerelease rc2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ Url: http://www.qt.io
|
|||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
%global qt_version %(echo %{version} | cut -d~ -f1)
|
%global qt_version %(echo %{version} | cut -d~ -f1)
|
||||||
|
|
||||||
%if 0%{unstable}
|
%if 0%{?unstable}
|
||||||
Source0: https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/submodules/%{qt_module}-everywhere-src-%{qt_version}-%{prerelease}.tar.xz
|
Source0: https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/submodules/%{qt_module}-everywhere-src-%{qt_version}-%{prerelease}.tar.xz
|
||||||
%else
|
%else
|
||||||
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-src-%{version}.tar.xz
|
||||||
@ -159,6 +159,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 30 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0-1
|
||||||
|
- 6.2.0
|
||||||
|
|
||||||
* Mon Sep 27 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~rc2-1
|
* Mon Sep 27 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~rc2-1
|
||||||
- 6.2.0 - rc2
|
- 6.2.0 - rc2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtmultimedia-everywhere-src-6.2.0-rc2.tar.xz) = 244ce05aa332a4187eb2b124c11a9f14dc4385e0f305b11a48b1236ece2d7bd0e5ba37dae88448450447622729535abc68500d3442ddeb350d4a899917ce86af
|
SHA512 (qtmultimedia-everywhere-src-6.2.0.tar.xz) = 16b782470612dc43b3bcba1b940a062cdf7a7b9cd6e2ad789e931c624ec710bc6fae66b1ebd507db6f4aa6c6f6e7ace95ac622fdceed6a869b842fc49443decf
|
||||||
|
Loading…
Reference in New Issue
Block a user